Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.32 KB

README.md

File metadata and controls

43 lines (32 loc) · 1.32 KB

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.