Package: pepr
Type: Package
Title: Reading Portable Encapsulated Projects
Version: 0.3.2
Date: 2020-06-03
Authors@R: c(person("Nathan", "Sheffield", email = "nathan@code.databio.org",
    role = c("aut", "cph")),person("Michal","Stolarczyk",email="michal@virginia.edu",role=c("aut","cre")))
Maintainer: Michal Stolarczyk <michal@virginia.edu>
Description: A PEP, or Portable Encapsulated Project, is a dataset that 
    subscribes to the PEP structure for organizing metadata. It is written using
    a simple YAML + CSV format, it is your one-stop solution to metadata 
    management across data analysis environments. This package reads this 
    standardized project configuration structure into R.
Imports: yaml, stringr, pryr, data.table, methods
Suggests: knitr, testthat, rmarkdown
VignetteBuilder: knitr
License: BSD_2_clause + file LICENSE
BugReports: https://github.com/pepkit/pepr
RoxygenNote: 7.1.0
NeedsCompilation: no
Packaged: 2020-06-03 17:03:47 UTC; mstolarczyk
Author: Nathan Sheffield [aut, cph],
  Michal Stolarczyk [aut, cre]
Repository: CRAN
Date/Publication: 2020-06-04 11:20:14 UTC
