From 13570615fe047efcb60d76de846dd473a1cc8ae3 Mon Sep 17 00:00:00 2001 From: Mark Edmondson Date: Thu, 19 Oct 2017 12:12:23 +0200 Subject: [PATCH] no caching yet for CRAN --- R/options.R | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/R/options.R b/R/options.R index 38657078..d6eda5a0 100644 --- a/R/options.R +++ b/R/options.R @@ -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()