From c9721e17cf78d69f2d3ebc6af5495d38ee69e69e Mon Sep 17 00:00:00 2001 From: Mark Edmondson Date: Mon, 23 Oct 2017 22:41:02 +0200 Subject: [PATCH] take out travis env arg --- DESCRIPTION | 2 +- NEWS.md | 5 ++++- R/options.R | 3 +-- cran-comments.md | 4 ---- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index be806ab..d9c8233 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: bigQueryR Title: Interface with Google BigQuery with Shiny Compatibility -Version: 0.3.1 +Version: 0.3.2 Authors@R: c(person("Mark", "Edmondson",email = "r@sunholo.com", role = c("aut", "cre")), person("Hadley", "Wickham", , "hadley@rstudio.com", role = "ctb") diff --git a/NEWS.md b/NEWS.md index 75d8b07..de15763 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,9 +1,12 @@ +# bigQuery 0.3.2 + +* Move to new batch endpoint (#41) + # bigQuery 0.3.1 * Fix asynch job fail if user previously `set.seed()` (#37) * skip tests on CRAN causing error * fix warning in scope check (#40) -* Move to new batch endpoint (#41) # bigQueryR 0.3.0 diff --git a/R/options.R b/R/options.R index b3d30f8..9ddd1b7 100644 --- a/R/options.R +++ b/R/options.R @@ -23,8 +23,7 @@ .onAttach <- function(libname, pkgname){ attempt <- try(googleAuthR::gar_attach_auto_auth("https://www.googleapis.com/auth/cloud-platform", - environment_var = "BQ_AUTH_FILE", - travis_environment_var = "TRAVIS_BQ_AUTH_FILE")) + environment_var = "BQ_AUTH_FILE")) if(inherits(attempt, "try-error")){ warning("Problem using auto-authentication when loading from BQ_AUTH_FILE. diff --git a/cran-comments.md b/cran-comments.md index 8189494..11fc297 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -3,10 +3,6 @@ * ubuntu 12.04 (on travis-ci), R 3.4.0 * Windows (on win-builder) R 3.4.0 -## Failed CRAN tests - -This is a patch to remove failing tests of 0.3.0 from being ran on CRAN - as they are authenticated API based they fail in CRANs automated testing. - ## R CMD check results 0 errors | 0 warnings | 1 notes