Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Mitigating Spatial Bias Through Geographical Complexity

NotificationsYou must be signed in to change notification settings

ausgis/geocomplexity

Repository files navigation

crandownloads_alldownloads_monthr-universeR-CMD-check

Mitigating Spatial Bias Through Geographical Complexity

Installation

  • Install fromCRANwith:
install.packages("geocomplexity",dep=TRUE)
  • Install development binary version fromR-universe with:
install.packages('geocomplexity',repos= c("https://ausgis.r-universe.dev","https://cloud.r-project.org"),dep=TRUE)
  • Install development source version fromGitHub with:
# install.packages("devtools")devtools::install_github("ausgis/geocomplexity",build_vignettes=TRUE,dep=TRUE)

Please ensure that appropriateC++ compilation environment isconfigured andRcpp &RcppArmadillo is properly installed inadvance if you want to installgeocomplexity from source. See thenext topic on C++ Settings for more information.

Set up to useC++ compilation environment

Windows:

Linux

Debian/Ubuntu:

apt-get updateapt-get install r-base-dev

Fedora/RedHat: should be set up already.

MacOS

  • Install the Xcode command line tool.

  • Then, in the terminal:

    xcode-select --install

[8]ページ先頭

©2009-2025 Movatter.jp