From 341081909fd50984d3710550aca448fb8cab6dfc Mon Sep 17 00:00:00 2001 From: Gregory Jefferis Date: Tue, 18 Jun 2024 13:34:38 +0200 Subject: [PATCH] don't run google auth in startup --- R/zzz.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/zzz.R b/R/zzz.R index a64aad1..95b6a0f 100644 --- a/R/zzz.R +++ b/R/zzz.R @@ -33,7 +33,7 @@ } # Set googlesheets API key - try(hemibrainr_google_login()) + # try(hemibrainr_google_login()) # Set Google sheets of interest hemibrainr_matching_gsheet = ifelse(!is.null(getOption("hemibrainr_matching_gsheet")),getOption("hemibrainr_matching_gsheet"),"1OSlDtnR3B1LiB5cwI5x5Ql6LkZd8JOS5bBr-HTi0pOw")