This is a metapackage that will install all packages used in the book Gecomputation with R, the source code of which can be found at github.com/Robinlovelace/geocompr. It is used to keep up-to-date solutions additional materials to supplement the book. See the vignettes folder for the source code.
You can install the packages needed to reproduce the code in Geocompuation with R by installing the geocompkg package as follows:
devtools::install_github("geocompr/geocompkg")
If you have any issues, check-out Chapter 2 of the book. You may need to install spDataLarge from drat:
install.packages("spDataLarge", repos = "https://nowosad.github.io/drat/",
type = "source")