Skip to content

Commit

Permalink
cran 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEdmondson1234 committed Dec 15, 2021
1 parent 120d823 commit d44ed94
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ auth.json
gcs.oauth
googlecloudstorager-auth-key.json
.Renviron
revdep/*
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 <https://cloud.google.com/storage/>
API in R. Part of the 'cloudyr' <https://cloudyr.github.io/> project.
Expand All @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
16 changes: 6 additions & 10 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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.

0 comments on commit d44ed94

Please sign in to comment.