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")