{"id":13857277,"url":"https://github.com/qfes/rdeck","last_synced_at":"2025-07-13T21:32:10.198Z","repository":{"id":37435090,"uuid":"243884577","full_name":"qfes/rdeck","owner":"qfes","description":"Deck.gl widget for R","archived":false,"fork":false,"pushed_at":"2024-09-03T08:30:19.000Z","size":21487,"stargazers_count":100,"open_issues_count":33,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-07-06T06:03:14.594Z","etag":null,"topics":["deckgl","mapbox"],"latest_commit_sha":null,"homepage":"https://qfes.github.io/rdeck","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/qfes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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}},"created_at":"2020-02-29T01:27:20.000Z","updated_at":"2025-06-22T23:16:30.000Z","dependencies_parsed_at":"2024-02-02T08:59:41.884Z","dependency_job_id":null,"html_url":"https://github.com/qfes/rdeck","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/qfes/rdeck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qfes%2Frdeck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qfes%2Frdeck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qfes%2Frdeck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qfes%2Frdeck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qfes","download_url":"https://codeload.github.com/qfes/rdeck/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qfes%2Frdeck/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265016759,"owners_count":23698368,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["deckgl","mapbox"],"created_at":"2024-08-05T03:01:32.240Z","updated_at":"2025-07-13T21:32:09.635Z","avatar_url":"https://github.com/qfes.png","language":"R","readme":"\u003cp align=\"right\"\u003e\n  \u003ca href=\"https://github.com/qfes/rdeck/releases/latest\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/v/release/qfes/rdeck?include_prereleases\u0026logo=github\u0026sort=semver\" alt=\"release\" /\u003e\n  \u003c/a\u003e\n  \u003cimg src=\"https://img.shields.io/github/r-package/v/qfes/rdeck?label=latest\u0026logo=r\" alt=\"latest\" /\u003e\n  \u003ca href=\"https://github.com/visgl/deck.gl\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/package-json/dependency-version/qfes/rdeck/deck.gl\" alt=\"deck.gl\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/mapbox/mapbox-gl-js\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/package-json/dependency-version/qfes/rdeck/mapbox-gl\" alt=\"mapbox-gl\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.tidyverse.org/lifecycle/#experimental\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/lifecycle-experimental-orange\" alt=\"lifecycle\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/qfes/rdeck/actions\"\u003e\n    \u003cimg src=\"https://github.com/qfes/rdeck/workflows/R-CMD-check/badge.svg\" alt=\"R build status\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003e\n  rdeck\n  \u003ca href=\"https://qfes.github.io/rdeck\"\u003e\n    \u003cimg src=\"man/figures/logo.png\" align=\"right\" height=\"139\"\u003e\n  \u003c/a\u003e\n\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/visgl/deck.gl\"\u003edeck.gl\u003c/a\u003e widget for R. \n\u003c/p\u003e\n\n\u003c!-- spacer --\u003e\n\u003cbr /\u003e\u003cbr /\u003e\n\n[![documentation](https://user-images.githubusercontent.com/391385/102683609-fceff080-421d-11eb-9b97-2889c683f03f.png)](https://qfes.github.io/rdeck)\n\n## Installation\n\n```r\n# install latest release\nremotes::install_github(\"qfes/rdeck@*release\")\n# or install development version\nremotes::install_github(\"qfes/rdeck\")\n```\n\n## Mapbox access token\nA [Mapbox account](https://account.mapbox.com/auth/signup) and \n[mapbox access token](https://docs.mapbox.com/help/glossary/access-token) \nis required for Mapbox basemaps, with or without the Mapbox data service. \nSee [`mapbox_access_token`](https://qfes.github.io/rdeck/reference/mapbox_access_token.html) for usage.\n\n## Similar work\n\n`{rdeck}` draws much inspiration from [`kepler.gl`](https://github.com/keplergl/kepler.gl) and \n[`{mapdeck}`](https://github.com/SymbolixAU/mapdeck). `{rdeck}`'s design choices make it convenient \nfor use in static reports, and certain Shiny usecases that are highly performant.\n\nSome notable differences to `{mapdeck}`:\n\n* `{rmarkdown}` HTML reports made with `{rdeck}` are typically an order of magnitude smaller in file size than `{mapdeck}`. Thanks to: \n  - column-major data storage\n  - client-side visual attributes scaling\n  - client-side tooltip formatting\n  - automatic filtering of data that is not used in the map\n* Tidy evaluation is supported for column specifications.\n* Extensive validation of layer properties in R is preferred, rather than throwing errors in the browser.\n* `{ggplot2}` style `scale_` functions that perform common layer data transformations and automatically generate [legends](https://qfes.github.io/rdeck/reference/scale.html#legend) with appropriate untransformed tick marks.\n  - e.g. `scale_color_power`, `scale_color_log` etc.\n* Automatic creation of formatted [tooltips](https://qfes.github.io/rdeck/reference/tooltip.html)\n* Choice of light or dark themes for tooltips and legends.\n* Auto-generated interface from JS source\n  - every deck.gl layer is supported to some degree\n  - every layer property is a snake_case version of the camelCase deck.gl counterpart.\n* Users can orchestrate browser-side map layer updates with Shiny, allowing for extremely performant reactivity.\n  - Traditional Shiny interactivity using whole datasets is also possible, and is slightly slower than `{mapdeck}` at present.\n","funding_links":[],"categories":["R"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqfes%2Frdeck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqfes%2Frdeck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqfes%2Frdeck/lists"}