Skip to content

A metapackage containing vignettes used in the book Geocomputation with R

License

Notifications You must be signed in to change notification settings

geocompx/geocompkg

Repository files navigation

R build status R build status

geocompkg

This is a ‘metapackage’ support the book Gecomputation with R. Installing installing it will give you the dependencies needed to run the code in the book. The repository also contains additional materials to supplement the book. See the vignettes folder for the source code.

Installation

You can install the packages needed to reproduce the code in Geocompuation with R by installing the geocompkg package as follows:

devtools::install_github("geocompx/geocompkg")

Alternatively, you may install this package using the R-universe repository:

options(repos = c(
  geocompx = 'https://geocompx.r-universe.dev',
  cran = 'https://cloud.r-project.org'
))
install.packages("geocompkg")

If you have any issues, check-out Chapter 2 of the book.