{"id":15165909,"url":"https://github.com/ausgis/geocomplexity","last_synced_at":"2025-10-29T02:37:13.871Z","repository":{"id":247224110,"uuid":"825065577","full_name":"ausgis/geocomplexity","owner":"ausgis","description":"Mitigating Spatial Bias Through Geographical Complexity","archived":false,"fork":false,"pushed_at":"2024-11-11T11:59:36.000Z","size":11979,"stargazers_count":19,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T06:51:14.894Z","etag":null,"topics":["geographical-complexity","geospatial-analysis","r","spatial-regression","spatial-relations","spatial-sampling","spatial-statistics"],"latest_commit_sha":null,"homepage":"https://ausgis.github.io/geocomplexity/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ausgis.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":null,"funding":null,"license":null,"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":"2024-07-06T17:07:19.000Z","updated_at":"2025-01-06T08:02:30.000Z","dependencies_parsed_at":"2024-07-07T13:46:59.659Z","dependency_job_id":"f203e0e7-0056-4c56-acd3-71af234cb4c6","html_url":"https://github.com/ausgis/geocomplexity","commit_stats":{"total_commits":487,"total_committers":1,"mean_commits":487.0,"dds":0.0,"last_synced_commit":"a28a2316666baeeb62e9c17c29f58e074c50444f"},"previous_names":["spatlyu/geocomplexity","ausgis/geocomplexity"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ausgis%2Fgeocomplexity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ausgis%2Fgeocomplexity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ausgis%2Fgeocomplexity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ausgis%2Fgeocomplexity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ausgis","download_url":"https://codeload.github.com/ausgis/geocomplexity/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238112939,"owners_count":19418535,"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":["geographical-complexity","geospatial-analysis","r","spatial-regression","spatial-relations","spatial-sampling","spatial-statistics"],"created_at":"2024-09-27T04:06:10.093Z","updated_at":"2025-10-25T09:30:58.434Z","avatar_url":"https://github.com/ausgis.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\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 = \"##\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\",\n  warning = FALSE,\n  message = FALSE\n)\n```\n\n# geocomplexity \u003ca href=\"https://ausgis.github.io/geocomplexity/\"\u003e\u003cimg src=\"man/figures/logo.png\" align=\"right\" height=\"139\" alt=\"geocomplexity website\" /\u003e\u003c/a\u003e\n\n\u003c!-- badges: start --\u003e\n[![cran](https://www.r-pkg.org/badges/version/geocomplexity)](https://CRAN.R-project.org/package=geocomplexity)\n[![downloads_all](https://badgen.net/cran/dt/geocomplexity?color=orange)](https://CRAN.R-project.org/package=geocomplexity)\n[![downloads_month](https://cranlogs.r-pkg.org/badges/geocomplexity)](https://CRAN.R-project.org/package=geocomplexity)\n[![r-universe](https://ausgis.r-universe.dev/badges/geocomplexity?color=yellow)](https://ausgis.r-universe.dev/geocomplexity)\n[![R-CMD-check](https://github.com/ausgis/geocomplexity/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ausgis/geocomplexity/actions/workflows/R-CMD-check.yaml)\n\u003c!-- badges: end --\u003e\n\n**Mitigating Spatial Bias Through Geographical Complexity**\n\n## Installation\n\n- Install from [CRAN](https://CRAN.R-project.org/package=geocomplexity) with:\n\n``` r\ninstall.packages(\"geocomplexity\", dep = TRUE)\n```\n\n- Install development binary version from [R-universe](https://ausgis.r-universe.dev/geocomplexity) with:\n\n``` r\ninstall.packages('geocomplexity',\n                 repos = c(\"https://ausgis.r-universe.dev\",\n                           \"https://cloud.r-project.org\"),\n                 dep = TRUE)\n```\n\n- Install development source version from [GitHub](https://github.com/ausgis/geocomplexity) with:\n\n``` r\n# install.packages(\"devtools\")\ndevtools::install_github(\"ausgis/geocomplexity\",\n                         build_vignettes = TRUE,\n                         dep = TRUE)\n```\n\nPlease ensure that appropriate **C++** compilation environment is configured and **Rcpp** \u0026 **RcppArmadillo** is properly installed in advance if you want to install **geocomplexity** from source. See the next topic on C++ Settings for more information.\n\n## Set up to use **C++** compilation environment\n\n**Windows**:\n\n- Download the Rtools installer that matches your version of R from \u003chttps://cran.r-project.org/bin/windows/Rtools/\u003e\n- Run the installer, `Rtools.exe`, keeping the default settings.\n\n**Linux**\n\nDebian/Ubuntu:\n\n```{.sh}\napt-get update\napt-get install r-base-dev\n```\n\nFedora/RedHat: should be set up already.\n\n**MacOS**\n\n- Install the Xcode command line tool.\n- Then, in the terminal:\n  \n     ```{.sh}\n     xcode-select --install\n     ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fausgis%2Fgeocomplexity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fausgis%2Fgeocomplexity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fausgis%2Fgeocomplexity/lists"}