项目作者: leppott

项目描述 :
Suite of tools for data manipulation and calculations for Maryland DNR MBSS program.
高级语言: R
项目地址: git://github.com/leppott/MBSStools.git
创建时间: 2017-03-27T19:06:18Z
项目社区:https://github.com/leppott/MBSStools

开源协议:GNU General Public License v3.0

下载


README-MBSStools

  1. #> 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.

  1. if(!require(remotes)){install.packages("remotes")} #install if needed
  2. 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.