Skip to content

PredictiveEcology/LandWebUtils

Repository files navigation

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) 

Releases

No releases published

Packages

No packages published

Languages