From 1ebea3aca47c310a9e68d14f5cfc57bc2c6ded36 Mon Sep 17 00:00:00 2001 From: eblondel Date: Fri, 19 Mar 2021 09:24:52 +0100 Subject: [PATCH] fix googledrive pkg dep --- R/geoflow_software.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/geoflow_software.R b/R/geoflow_software.R index c88b887a..943b1312 100644 --- a/R/geoflow_software.R +++ b/R/geoflow_software.R @@ -336,7 +336,7 @@ register_software <- function(){ geoflow_software$new( software_type = "googledrive", definition = "Google Drive access powered by 'googledrive' package", - packages = list("gsheet"), + packages = list("googledrive"), handler = try(googledrive::drive_auth, silent = TRUE), arguments = list( email = list(def = "User email to authenticate in Google Drive"),