From a28075a1b79e7ff449fa0889977d1bf554e0d69e Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 22 Mar 2023 14:10:54 +0100 Subject: [PATCH] Remove the load of the d4storagehub4R library --- container-Rprofile.site | 7 ------- 1 file changed, 7 deletions(-) diff --git a/container-Rprofile.site b/container-Rprofile.site index 1e67a0e..a2603f1 100644 --- a/container-Rprofile.site +++ b/container-Rprofile.site @@ -33,11 +33,4 @@ local({r <- getOption("repos") Sys.setlocale(category = "LC_ALL", locale = "en_US.UTF-8") -require(d4storagehub4R) - -# more information at ?StoragehubManager -.WORKSPACE = d4storagehub4R::StoragehubManager$new( - token_type = "jwt", token = Sys.getenv("SHINYPROXY_OIDC_ACCESS_TOKEN") -) - print(paste("Using Locale Encoding:",Sys.setlocale("LC_CTYPE","en_US.UTF-8")));