Change the assignment to check if it fixes the error.

This commit is contained in:
Andrea Dell'Amico 2023-03-23 14:54:29 +01:00
parent 362007112b
commit 6c7e2c46aa
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

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