The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Mitigating Spatial Bias Through Geographical Complexity
install.packages("geocomplexity", dep = TRUE)
install.packages('geocomplexity',
repos = c("https://ausgis.r-universe.dev",
"https://cloud.r-project.org"),
dep = TRUE)
# install.packages("devtools")
::install_github("ausgis/geocomplexity",
devtoolsbuild_vignettes = TRUE,
dep = TRUE)
Please ensure that appropriate C++ compilation environment is configured and Rcpp & RcppArmadillo is properly installed in advance if you want to install geocomplexity from source. See the next topic on C++ Settings for more information.
Windows:
Rtools.exe
, keeping the default
settings.Linux
Debian/Ubuntu:
apt-get update
apt-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
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.