From d44ed945c4440852f69a7ff60e29de8ef17be6fd Mon Sep 17 00:00:00 2001 From: Mark Edmondson Date: Wed, 15 Dec 2021 10:45:17 +0100 Subject: [PATCH] cran 0.7.0 --- .gitignore | 1 + DESCRIPTION | 4 ++-- NEWS.md | 2 +- cran-comments.md | 16 ++++++---------- 4 files changed, 10 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index bcd4fdb..8cc748e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ auth.json gcs.oauth googlecloudstorager-auth-key.json .Renviron +revdep/* \ No newline at end of file diff --git a/DESCRIPTION b/DESCRIPTION index e3d2de6..63e10a5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: googleCloudStorageR Type: Package -Version: 0.6.0.9000 +Version: 0.7.0 Title: Interface with Google Cloud Storage API Description: Interact with Google Cloud Storage API in R. Part of the 'cloudyr' project. @@ -15,7 +15,7 @@ Imports: assertthat (>= 0.2.0), cli, curl, - googleAuthR (>= 1.3.1), + googleAuthR (>= 1.4.0), httr (>= 1.2.1), jsonlite (>= 1.0), openssl, diff --git a/NEWS.md b/NEWS.md index 4e1724a..39c9715 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# googleCloudStorage 0.6.0.9000 +# googleCloudStorage 0.7.0 * Fix url encoding issue for multipart uploads (#139 - thanks @jomatt) * Add downloading a folder example to `gcs_get_object()` #144 diff --git a/cran-comments.md b/cran-comments.md index 1dc3e34..b092efe 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,7 +1,7 @@ ## Test environments -* local OS X install, R 3.6.1 -* ubuntu 12.04 (on travis-ci), R 3.6.1 -* Windows x86_64-w64-mingw32 (64-bit) (on rhub) R 3.6.1 +* local OS X install, R 4.1.0 +* ubuntu 12.04 (on travis-ci), R 4.1.0 +* Windows x86_64-w64-mingw32 (64-bit) (on rhub) R 4.1.0 ## R CMD check results @@ -11,13 +11,9 @@ ## Reverse dependencies -I have checked the six packages that depend on this package: +We checked 10 reverse dependencies (5 from CRAN + 5 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. -* googleAnalyticsR -* bigQueryR -* googleComputeEngineR -* googleCloudRunner -* sonicscrewdriver -* GCSConnection + * We saw 0 new problems + * We failed to check 0 packages There were no issues.