Skip to content

Commit b780d78

Browse files
cran checks
1 parent dcb2aba commit b780d78

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# bigQueryR 0.2.0.9000
1+
# bigQueryR 0.3.0
22

33
* Add support for realtime queries, `useQueryCache = FALSE`
44
* Add support for standard SQL (#21)

R/uploadData.R

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
#'
3535
#' ## custom upload function to ignore quotes and column headers
3636
#' f <- function(input, output) {
37-
#' write.table(input, sep = ",", col.names = FALSE, row.names = FALSE, quote = FALSE, file = output, qmethod = "double")}
37+
#' write.table(input, sep = ",", col.names = FALSE, row.names = FALSE,
38+
#' quote = FALSE, file = output, qmethod = "double")}
3839
#'
3940
#' ## upload files to Google Cloud Storage
4041
#' gcs_upload(mtcars, name = "mtcars_test1.csv", object_function = f)
@@ -47,7 +48,8 @@
4748
#' bqr_upload_data(projectId = "your-project",
4849
#' datasetId = "test",
4950
#' tableId = "from_gcs_mtcars",
50-
#' upload_data = c("gs://your-project/mtcars_test1.csv", "gs://your-project/mtcars_test2.csv"),
51+
#' upload_data = c("gs://your-project/mtcars_test1.csv",
52+
#' "gs://your-project/mtcars_test2.csv"),
5153
#' schema = user_schema)
5254
#'
5355
#'

cran-comments.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Test environments
2-
* local OS X install, R 3.3.0
3-
* ubuntu 12.04 (on travis-ci), R 3.3.1
4-
* win-builder (devel and release)
2+
* local OS X install, R 3.3.2
3+
* ubuntu 12.04 (on travis-ci), R 3.4.0
4+
* Windows (on rhub) R 3.4.0
55

66
## R CMD check results
77

man/bqr_upload_data.Rd

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)