zmbc / geocompkg

A metapackage containing vignettes used in the book Geocomputation with R

Home Page:https://geocompr.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 up-to-date solutions 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("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")

About

A metapackage containing vignettes used in the book Geocomputation with R

https://geocompr.github.io/

License:Other


Languages

Language:TeX 75.2%Language:R 24.8%