knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

Overview

Lifecycle: experimental CRAN status

The goal of project is to provide R functions and example datasets to help process, review, validate, and analyze Cost and Software Data Reporting (CSDR) data.

This project is very early in its life cycle, breaking changes and format revisions should be expected. Interested contributors should see the issues log which are loosely grouped by project.

More info on CSDR data can be found at the following websites:

Installation

This package is not currently released on CRAN. The only way to currently install it is via GitHub with:

# install.packages("devtools")
devtools::install_github("daniel-r-germony/dstCSDR")


daniel-r-germony/dstCSDR documentation built on Jan. 4, 2020, 12:16 a.m.