Skip to content

Commit

Permalink
Update after CRAN update
Browse files Browse the repository at this point in the history
Merge remote-tracking branch 'origin/CRAN'
  • Loading branch information
meztez committed Nov 3, 2024
2 parents fe3065c + bb765e4 commit 5c71e2b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Version: 1.2.1
Date: 2024-10-17 12:20:23 UTC
SHA: 25cb3e96fdc2c10ac1f14de9dfff329b029a0297
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: bigrquerystorage
Type: Package
Title: An Interface to Google's 'BigQuery Storage' API
Version: 1.2.0
Version: 1.2.1
Authors@R: c(
person("Bruno", "Tremblay", role = c("aut", "cre"), email = "openr@neoxone.com"),
person(family = "Google LLC", role = c("cph", "fnd")))
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# bigrquerystorage 1.2.1

* Increment `nanoarrow` version requirement.

# bigrquerystorage 1.2.0

* Now uses nanoarrow instead of arrow. This lightens the dependency chain quite a bit (@hadleywickham).
Expand Down
3 changes: 3 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ cd ../..
find ./src/google -type f -name '*.pb.*' -exec sed -i.bak 's/PROTOBUF_DEPRECATED//g' {} \;
find ./src/google -type f -name '*.pb.h' -exec sed -i.bak 's/#pragma/# pragma/g' {} \;

# Fix end of line
sed -i.bak "s/\r//" src/google/cloud/bigquery/storage/v1/storage.grpc.pb.h

# Fix a conflicting name with some macro
sed -i.bak "s/OPTION/OPTIONFIX/g" src/google/api/field_behavior.pb.h

Expand Down
6 changes: 3 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## R CMD check results

Duration: 1m 17.6s
Duration: 1m 13.8s

❯ checking installed package size ... NOTE
installed size is 14.7Mb
installed size is 14.8Mb
sub-directories of 1Mb or more:
libs 14.6Mb
libs 14.7Mb

0 errors ✔ | 0 warnings ✔ | 1 note ✖

0 comments on commit 5c71e2b

Please sign in to comment.