diff --git a/CRAN-RELEASE b/CRAN-RELEASE index 1bae46f..92cd9a9 100644 --- a/CRAN-RELEASE +++ b/CRAN-RELEASE @@ -1,2 +1,2 @@ -This package was submitted to CRAN on 2019-03-13. -Once it is accepted, delete this file and tag the release (commit 061de71309). +This package was submitted to CRAN on 2019-03-30. +Once it is accepted, delete this file and tag the release (commit 56af129a9c). diff --git a/DESCRIPTION b/DESCRIPTION index 35b156a..3b6691e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -9,7 +9,7 @@ Authors@R: comment = "Kara reviewed the package for ropensci, see "), person("William", "Landau", role = "rev", comment = "William reviewed the package for ropensci, see ")) -Version: 0.15.6.902 +Version: 0.15.7 Description: A framework to help construct R data packages in a reproducible manner. Potentially time consuming processing of raw data sets into analysis ready data sets is done in a reproducible diff --git a/NEWS.md b/NEWS.md index 469cafd..b86446f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,5 @@ -### DataPackageR 0.15.6.900 -* Fix test and vignette bugs related to usethis version 1.4.900 +### DataPackageR 0.15.7 +* Fix test and vignette bugs related to upcoming version of usethis (1.5) ### DataPackageR 0.15.6 diff --git a/codemeta.json b/codemeta.json index 1f86658..e2903cb 100644 --- a/codemeta.json +++ b/codemeta.json @@ -10,7 +10,7 @@ "codeRepository": "https://github.com/ropensci/DataPackageR", "issueTracker": "https://github.com/ropensci/DataPackageR/issues", "license": "https://spdx.org/licenses/MIT", - "version": "0.15.6.902", + "version": "0.15.7", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", diff --git a/cran-comments.md b/cran-comments.md index a918bd4..b9f9d88 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,6 +1,6 @@ -## Resubmission 0.15.6 -* I have addresed remaining issues in the vignette and the test cases that were still trying write to the user's library causing failures on debian-gcc on CRAN for version 0.15.5 -* I've tested with a read-only system and user R library to simulate the errors on the debian system. +## Submission 0.15.7 +* This is a new release that fixes test and vignette bugs related to the upcoming version of usethis (1.5) + ## Test environments * local OS X install (x86_64-apple-darwin16.7.0), R 3.6.0 (2019-03-07 r76210)