{"id":44213440,"url":"https://github.com/davidpross/rscatter","last_synced_at":"2026-02-10T01:12:07.202Z","repository":{"id":190894604,"uuid":"680556638","full_name":"davidpross/rscatter","owner":"davidpross","description":"htmlwidget for R wrapping 'regl-scatterplot' JavaScript library","archived":false,"fork":false,"pushed_at":"2026-02-07T01:02:34.000Z","size":7188,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-02-07T11:29:23.902Z","etag":null,"topics":["dataviz","htmlwidgets","r","rstats","scatter-plot","scatterplot","visualization"],"latest_commit_sha":null,"homepage":"https://davidpross.github.io/rscatter/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davidpross.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-08-19T16:20:54.000Z","updated_at":"2026-01-29T23:06:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"b8843e79-d329-4857-a899-e955ef007aa8","html_url":"https://github.com/davidpross/rscatter","commit_stats":{"total_commits":22,"total_committers":2,"mean_commits":11.0,"dds":"0.13636363636363635","last_synced_commit":"2c1c3323510b732ac2cf2e4b291682818c1eec82"},"previous_names":["davidpross/rscatter"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/davidpross/rscatter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidpross%2Frscatter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidpross%2Frscatter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidpross%2Frscatter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidpross%2Frscatter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidpross","download_url":"https://codeload.github.com/davidpross/rscatter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidpross%2Frscatter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29287940,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T21:57:15.303Z","status":"ssl_error","status_checked_at":"2026-02-09T21:57:11.537Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dataviz","htmlwidgets","r","rstats","scatter-plot","scatterplot","visualization"],"created_at":"2026-02-10T01:12:06.055Z","updated_at":"2026-02-10T01:12:07.198Z","avatar_url":"https://github.com/davidpross.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introducing rscatter\nAn R package that creates an [htmlwidget](https://www.htmlwidgets.org/) wrapping the [regl-scatterplot](https://github.com/flekschas/regl-scatterplot) JavaScript library. Create pan-and-zoomable scatterplots—with the [rscatter](https://davidpross.github.io/rscatter/reference/rscatter.html) function—that scale to millions of points and display in the RStudio viewer, R Markdown, Quarto, and Shiny. View additional documentation and function references at https://davidpross.github.io/rscatter/.\n\n```R\n# Install remotes package if necessary\nif (!require(\"remotes\")) {\n  install.packages(\"remotes\")\n}\n\nremotes::install_github(\"davidpross/rscatter\", upgrade = FALSE)\nlibrary(rscatter)\n\nrscatter(rnorm(1e4), rnorm(1e4))\n```\n\u003cimg width=\"534\" alt=\"plot\" src=\"https://github.com/davidpross/rscatter/assets/48140684/1fcfade1-3ebf-4576-aaa1-c770a878b15f\"\u003e\n\n# Shiny example\nYou can integrate rscatter in Shiny apps; a sample Fermat spiral app lives at `inst/shiny-examples/spiral`. Run it from R with:\n\n```r\nshiny::runApp(system.file(\"shiny-examples/spiral\", package = \"rscatter\"))\n```\n\n# Related Tools\n- [Jupyter Scatter](https://jupyter-scatter.dev/) is a widget for use with interactive computational notebooks in the Python world, written by the creator of [`regl-scatterplot`](https://github.com/flekschas/regl-scatterplot).\n- [ScatterD3](https://juba.github.io/scatterD3/) is another HTML widget for making scatterplots.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidpross%2Frscatter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidpross%2Frscatter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidpross%2Frscatter/lists"}