There was an error while loading. Please reload this page.
1 parent 3b66740 commit 159b448Copy full SHA for 159b448
1 file changed
R/ee_Init.R
@@ -23,7 +23,7 @@ ee_Init <- function(drive=FALSE, ...) {
23
24
#' @export
25
ee_auth_ci <- function(token = NULL) {
26
- ci_auth <- system.file("python/ci_auth.py", package = "rgee2")
+ ci_auth <- system.file("python/ci_auth.py", package = "rgeeLite")
27
reticulate::source_python(ci_auth)
28
29
if (is.null(token)) {
0 commit comments