Skip to content

Commit

Permalink
cran checks
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEdmondson1234 committed May 2, 2017
1 parent dcb2aba commit b780d78
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# bigQueryR 0.2.0.9000
# bigQueryR 0.3.0

* Add support for realtime queries, `useQueryCache = FALSE`
* Add support for standard SQL (#21)
Expand Down
6 changes: 4 additions & 2 deletions R/uploadData.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
#'
#' ## custom upload function to ignore quotes and column headers
#' f <- function(input, output) {
#' write.table(input, sep = ",", col.names = FALSE, row.names = FALSE, quote = FALSE, file = output, qmethod = "double")}
#' write.table(input, sep = ",", col.names = FALSE, row.names = FALSE,
#' quote = FALSE, file = output, qmethod = "double")}
#'
#' ## upload files to Google Cloud Storage
#' gcs_upload(mtcars, name = "mtcars_test1.csv", object_function = f)
Expand All @@ -47,7 +48,8 @@
#' bqr_upload_data(projectId = "your-project",
#' datasetId = "test",
#' tableId = "from_gcs_mtcars",
#' upload_data = c("gs://your-project/mtcars_test1.csv", "gs://your-project/mtcars_test2.csv"),
#' upload_data = c("gs://your-project/mtcars_test1.csv",
#' "gs://your-project/mtcars_test2.csv"),
#' schema = user_schema)
#'
#'
Expand Down
6 changes: 3 additions & 3 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.3.0
* ubuntu 12.04 (on travis-ci), R 3.3.1
* win-builder (devel and release)
* local OS X install, R 3.3.2
* ubuntu 12.04 (on travis-ci), R 3.4.0
* Windows (on rhub) R 3.4.0

## R CMD check results

Expand Down
6 changes: 4 additions & 2 deletions man/bqr_upload_data.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b780d78

Please sign in to comment.