diff --git a/CRAN-RELEASE b/CRAN-RELEASE deleted file mode 100644 index 79f466fad..000000000 --- a/CRAN-RELEASE +++ /dev/null @@ -1,2 +0,0 @@ -This package was submitted to CRAN on 2022-04-29. -Once it is accepted, delete this file and tag the release (commit 4f33ff62). diff --git a/DESCRIPTION b/DESCRIPTION index 7d66261e5..cb9af217d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -7,7 +7,7 @@ Description: The Crunch.io service provides a cloud-based datasets from within R. Importantly, this allows technical researchers to collaborate naturally with team members, managers, and clients who prefer a point-and-click interface. -Version: 1.30.0 +Version: 1.30.1 Authors@R: c( person("Greg", "Freedman Ellis", role = c("aut", "cre"), email = "greg@crunch.io"), person("Jonathan", "Keane", role="aut", email="jkeane@gmail.com"), diff --git a/NEWS.md b/NEWS.md index 3b1e29567..519a234d1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,6 @@ +# crunch 1.30.1 +* Fixes for problems found with R-devel found by CRAN checks. + # crunch 1.30.0 * Authenticating with crunch via `login()` is no longer supported. See the `vignette("crunch")` or `?crunch-api-key` for more details on diff --git a/cran-comments.md b/cran-comments.md index c1742b1bd..02ce02fa9 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,9 +1,11 @@ ## Test environments -* local R installation, R 4.1.0 -* ubuntu 16.04 (on travis-ci), R 4.1.0 +* local R installation * win-builder (devel) ## R CMD check results -0 errors | 0 warnings | 0 notes +0 errors | 0 warnings | 1 notes +Win builder reports that links are returning 403s. It seems our CDN is using +logic based on the user agent so CRAN's automated check is failing, but opening +the links in a browser is fine. \ No newline at end of file