SkillAgentSearch skills...

Geocompkg

A metapackage containing vignettes used in the book Geocomputation with R

Install / Use

/learn @geocompx/Geocompkg
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<!-- badges: start -->

R build
status R build
status

<!-- badges: end --> <!-- README.md is generated from README.Rmd. Please edit that file -->

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.

View on GitHub
GitHub Stars22
CategoryDevelopment
Updated22d ago
Forks11

Languages

TeX

Security Score

80/100

Audited on Mar 16, 2026

No findings