Package: pepr
Type: Package
Title: Reading Portable Encapsulated Projects
Version: 0.5.0
Date: 2023-11-16
Authors@R: c(person("Nathan", "Sheffield", email = "nathan@code.databio.org",
    role = c("aut", "cph","cre")),person("Michal","Stolarczyk",email="michal@virginia.edu",role=c("aut")))
Maintainer: Nathan Sheffield <nathan@code.databio.org>
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. 
    Described in Sheffield et al. (2021) <doi:10.1093/gigascience/giab077>.
Imports: yaml, stringr, pryr, data.table, methods, RCurl
Suggests: knitr, testthat, rmarkdown, curl
VignetteBuilder: knitr
License: BSD_2_clause + file LICENSE
BugReports: https://github.com/pepkit/pepr
RoxygenNote: 7.2.3
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2023-11-21 12:55:04 UTC; nsheff
Author: Nathan Sheffield [aut, cph, cre],
  Michal Stolarczyk [aut]
Repository: CRAN
Date/Publication: 2023-11-21 14:10:06 UTC
Built: R 4.3.0; ; 2023-11-21 15:34:21 UTC; unix
