Package: provParseR
Title: Pulls Information from Prov.Json Files
Version: 0.1.1
Authors@R: c(
    person("Orenna", "Brand", email = "o.brand@columbia.edu", role = "aut"),
    person("Joseph", "Wonsil", email = "jwonsil@carthage.edu", role = "aut"),
    person("Emery", "Boose", email = "boose@fas.harvard.edu", role = "aut"),
    person("Barbara", "Lerner", email = "blerner@mtholyoke.edu", role = "cre")
    )
Description: R functions to access provenance information collected by 'rdt' or 
    'rdtLite'.  The information is stored inside a 'ProvInfo' object and can be 
    accessed through a collection of functions that will return the requested 
    data. The exact format of the JSON created by 'rdt' and 'rdtLite' is described 
    in <https://github.com/End-to-end-provenance/ExtendedProvJson>.
Depends: R (>= 3.3)
License: GPL-3 | file LICENSE
Encoding: UTF-8
LazyData: true
Imports: jsonlite, methods
Suggests: testthat
URL: https://github.com/End-to-end-provenance
RoxygenNote: 6.1.0
NeedsCompilation: no
Packaged: 2018-12-17 16:30:55 UTC; blerner
Author: Orenna Brand [aut],
  Joseph Wonsil [aut],
  Emery Boose [aut],
  Barbara Lerner [cre]
Maintainer: Barbara Lerner <blerner@mtholyoke.edu>
Repository: CRAN
Date/Publication: 2018-12-27 23:10:03 UTC
