/LandWebUtils

Additional utilities for LandWeb analyses

Primary LanguageRGNU General Public License v3.0GPL-3.0

LandWebUtils

R build status CRAN_Status_Badge CRAN Downloads

Additional utilities for LandWeb analyses.

Installation

Current release

R build status Codecov test coverage

Install from CRAN:

#install.packages("LandWebUtils") ## not yet on CRAN

Install from GitHub:

#install.packages("devtools")
library("devtools")
install_github("PredictiveEcology/LandWebUtils", dependencies = TRUE) 

Development version

R build status Codecov test coverage

Install from GitHub:

#install.packages("devtools")
library("devtools")
install_github("PredictiveEcology/LandWebUtils", ref = "development", dependencies = TRUE)