From 6c7e2c46aa89594cc6b5747ae8363d371cd59ad1 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Thu, 23 Mar 2023 14:54:29 +0100 Subject: [PATCH] Change the assignment to check if it fixes the error. --- jupyter-Rprofile.site | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyter-Rprofile.site b/jupyter-Rprofile.site index a3b0a0c..8a9d22b 100644 --- a/jupyter-Rprofile.site +++ b/jupyter-Rprofile.site @@ -42,7 +42,7 @@ options(repos = c(CRAN = 'https://packagemanager.rstudio.com/cran/__linux__/foca options(HTTPUserAgent = sprintf("R/%s R (%s)", getRversion(), paste(getRversion(), R.version["platform"], R.version["arch"], R.version["os"]))) Sys.setlocale(category = "LC_ALL", locale = "en_US.UTF-8") print(paste("")) -initStoragehubManager = function(){ +initStoragehubManager <- function(){ require(d4storagehub4R) storagehub <- d4storagehub4R::StoragehubManager$new( token_type = "jwt", token = Sys.getenv("D4SCIENCE_TOKEN")