README.md

STRIPS

An R package that loads all other public STRIPS data sets.

Installation

Installation of this package requires the devtools package. If not already installed, use

install.packages("devtools")

To install this package, use

devtools::install_github("ISU-STRIPS/STRIPS")

R packages included by this package

A number of other R packages are automatically loaded when this R package is loaded. This packages can all be found on the https://github.com/ISU-STRIPS/ organization page.

Adding new publicly available R data packages

The newly available data should be in an R package, e.g. STRIPSMeta. Ideally, this package is a git repository under the ISU-STRIPS organization on github.

To have that data immediately available to users, please

  1. Add the package to DESCRIPTION in both the Imports: and Remotes: sections.
  2. In R/STRIPS.R documentation, add the package to
    • @import
    • @section STRIPS packages: (as a link)
    • @seealso (as a link)


ISU-STRIPS/STRIPS documentation built on May 7, 2019, 6:36 a.m.