Skip to content

Commit

Permalink
no caching yet for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEdmondson1234 committed Oct 19, 2017
1 parent 5c6c33a commit 1357061
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions R/options.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@

default_project_message()

f <- function(req){
if(!is.null(req$content$reports)){
return(TRUE)
} else {
return(FALSE)
}}

googleAuthR::gar_cache_setup(invalid_func = f)
# f <- function(req){
# if(!is.null(req$content$reports)){
# return(TRUE)
# } else {
# return(FALSE)
# }}

#googleAuthR::gar_cache_setup(invalid_func = f)

invisible()

Expand Down

0 comments on commit 1357061

Please sign in to comment.