Skip to content

Commit

Permalink
news for #158
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEdmondson1234 committed Sep 6, 2019
1 parent 39d333b commit 20328db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* Add default scope of "https://www.googleapis.com/auth/cloud-platform" to `gar_gce_auth()`
* Improvements to stop `gar_auto_auth()` block library installation if auth files not correct.
* Allow to be used by R 3.3 via custom `isFALSE` function (#158 - thanks @matthijsvanderloos)

# googleAuthR v1.0.0

Expand Down
2 changes: 1 addition & 1 deletion R/utility.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
isFALSE <- function(x) identical(x, FALSE)
isFALSE <- function(x) identical(x, FALSE) # replicate R 3.5 function

#' @noRd
#' @param filename location of JavaScript file with %s template locations in this package's inst folder
Expand Down

0 comments on commit 20328db

Please sign in to comment.