Suite of tools for data manipulation and calculations for Maryland DNR MBSS program.
To install the current version of this package use the code below to install from GitHub. The use of “force = TRUE” ensures the package is installed even if already present. If the package remotes
is missing the code below will install it. Vigenettes are not insalled by default. The use of “build_vignettes = TRUE” will install the vignettes.
if(!require(remotes)){install.packages("remotes")} #install if needed
install_github("leppott/MBSStools", force=TRUE, build_vignettes = TRUE)