diff --git a/DESCRIPTION b/DESCRIPTION index dd4c400..4f0b693 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -5,7 +5,9 @@ Authors@R: c(person(given = "Greg Finak", role=c("aut","cre","cph"), email="gfinak@fredhutch.org"), person(given = "Paul Obrecht", role=c("ctb")), person("Kara", "Woo", role = "rev", - comment = "Kara reviewed the package for ropensci, see ")) + comment = "Kara reviewed the package for ropensci, see "), + person("William", "Landau", role = "rev", + comment = "William reviewed the package for ropensci, see ")) Version: 0.15 Description: Construct reproducible analytic data sets as R packages. License: MIT + file LICENSE diff --git a/codemeta.json b/codemeta.json index 011c988..acd8812 100644 --- a/codemeta.json +++ b/codemeta.json @@ -20,27 +20,27 @@ "runtimePlatform": "R version 3.5.0 (2018-04-23)", "author": [ { - "@type": "Organization", + "@type": "Person", "name": "Greg Finak", "email": "gfinak@fredhutch.org" } ], "contributor": [ { - "@type": "Organization", + "@type": "Person", "name": "Paul Obrecht" } ], "copyrightHolder": [ { - "@type": "Organization", + "@type": "Person", "name": "Greg Finak", "email": "gfinak@fredhutch.org" } ], "maintainer": [ { - "@type": "Organization", + "@type": "Person", "name": "Greg Finak", "email": "gfinak@fredhutch.org" } @@ -268,7 +268,7 @@ ], "releaseNotes": "https://github.com/ropensci/DataPackageR/blob/master/NEWS.md", "readme": "https://github.com/ropensci/DataPackageR/blob/master/README.md", - "fileSize": "303.265KB", + "fileSize": "303.414KB", "contIntegration": [ "https://travis-ci.org/ropensci/DataPackageR", "https://codecov.io/github/ropensci/DataPackageR?branch=master",