{"id":16971503,"url":"https://github.com/johncoene/globe4r","last_synced_at":"2025-07-17T04:32:15.619Z","repository":{"id":85366256,"uuid":"205262330","full_name":"JohnCoene/globe4r","owner":"JohnCoene","description":"🌎 Interactive globe visualisations","archived":false,"fork":false,"pushed_at":"2020-01-20T16:08:08.000Z","size":8722,"stargazers_count":56,"open_issues_count":1,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-03T04:33:26.432Z","etag":null,"topics":["globe","r","rstats","visualisation"],"latest_commit_sha":null,"homepage":"https://globe4r.john-coene.com","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JohnCoene.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"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}},"created_at":"2019-08-29T22:43:07.000Z","updated_at":"2024-11-20T20:44:25.000Z","dependencies_parsed_at":"2023-07-02T13:16:29.268Z","dependency_job_id":null,"html_url":"https://github.com/JohnCoene/globe4r","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/JohnCoene/globe4r","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnCoene%2Fglobe4r","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnCoene%2Fglobe4r/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnCoene%2Fglobe4r/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnCoene%2Fglobe4r/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JohnCoene","download_url":"https://codeload.github.com/JohnCoene/globe4r/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnCoene%2Fglobe4r/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265564854,"owners_count":23788927,"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":["globe","r","rstats","visualisation"],"created_at":"2024-10-14T00:52:05.370Z","updated_at":"2025-07-17T04:32:15.579Z","avatar_url":"https://github.com/JohnCoene.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: \n  github_document:\n    html_preview: false\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n\n\u003c!-- badges: start --\u003e\n[![Travis build status](https://travis-ci.org/JohnCoene/globe4r.svg?branch=master)](https://travis-ci.org/JohnCoene/globe4r)\n[![Lifecycle: maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing)\n[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/JohnCoene/globe4r?branch=master\u0026svg=true)](https://ci.appveyor.com/project/JohnCoene/globe4r)\n\u003c!-- badges: end --\u003e\n\n# globe4r\n\nInteractive globes for R via [globe.gl](https://github.com/vasturiano/globe.gl).\n\nVisit the [website](https://globe4r.john-coene.com) for more details.\n\n\u003cimg src=\"./man/figures/logo.png\" height=\"250\" align=\"right\" /\u003e\n\n1. bars\n2. arcs\n3. polygons\n4. points\n5. hex bin\n\nVisit the website for the [full list of functions](https://globe4r.john-coene.com/reference/)\n\n## Installation\n\nYou can install the globe4r from Github:\n\n``` r\n# install.packages(\"remotes\")\nremotes::install_github(\"JohnCoene/globe4r\")\n```\n\n## Example\n\n```r\nlibrary(globe4r)\n\ndata(\"population\") # sample data\n\ncreate_globe() %\u003e% # initialise\n  globe_bars(\n    coords(lat, lon, altitude = value, color = value),\n    data = population\n  ) %\u003e% \n  scale_bars_altitude() %\u003e% \n  scale_bars_color()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohncoene%2Fglobe4r","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohncoene%2Fglobe4r","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohncoene%2Fglobe4r/lists"}