Remove the load of the d4storagehub4R library
This commit is contained in:
parent
cf6cb0d8dd
commit
a28075a1b7
|
@ -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")));
|
||||
|
|
Loading…
Reference in New Issue