You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
library(MolgenisArmadillo)
local_url <- "http://localhost:8080/"
armadillo.login(local_url)
# example, choose your own R package here
armadillo.install_packages("/Users/mkslofstra/git/dsTidyverse_0.1.0.tar.gz", "xenon")
Login succeeds because the dsTidyverse package isn't there anymore, so it's removed from the whitelist and not causing any trouble, or it's ignored.
Observed behavior
Logging into the collaborating servers
Login cohort_1 [=======================>-----------------------------------------------] 33% / 0sError: Internal server error: 400 Bad Request: "{"status":"400","key":"REvaluationRuntimeException","args":[],"message":"Error in FUN(X[[i]], ...) : there is no package called ‘dsTidyverse’\n"}"
>
The text was updated successfully, but these errors were encountered:
How to Reproduce
Add an R package to armadillo
will get:
Go to UI of armadillo, select profiles, look at xenon, see package there in whitelist:
Shut down profile, start it again. That goes well, although "installed package" is still whitelisted.
Login to armadillo:
Expected behavior
Login succeeds because the dsTidyverse package isn't there anymore, so it's removed from the whitelist and not causing any trouble, or it's ignored.
Observed behavior
The text was updated successfully, but these errors were encountered: