README.md

README-MBSStools

#> Last Update: 2021-06-14 15:39:48

Suite of tools for data manipulation and calculations for Maryland DNR MBSS program.

Badges

Maintenance Lifecycle:
stable

License: GPL (>=
3)-blue.svg)

CodeFactor codecov R-CMD-check

GitHub
issues

GitHub
release Github all
releases

Installation

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)

Purpose

To aid MBSS staff with calculations and data manipulations.

Status

Stable. Minor updates planned in FY2021.

Usage

By MBSS staff or those using MBSS data.

Documentation

Included Vignette and install guide.



leppott/MBSStools documentation built on April 8, 2024, 9:57 p.m.