Skip to content

Commit

Permalink
fix googledrive pkg dep
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Mar 19, 2021
1 parent a9d405f commit 1ebea3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/geoflow_software.R
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 1ebea3a

Please sign in to comment.