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
The RStudio example seems to crash when I try testing it. When downloading and trying this locally I ran into several issues with dependencies such as rlang, which required manual updating:
> runApp('sig-bio-shiny-app.R')
Running Sig-Bio-Shiny v0.2.3 | Sun May 17 14:47:47 2020
Checking if SigBio v0.2.3 Package is installed...
Error: package or namespace load failed for ‘SigBio’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
namespace ‘rlang’ 0.4.5 is already loaded, but >= 0.4.6 is required
> install.packages("rlang")
Once this was resolved, I used 'Run app' to run the application per the instructions, but ran into the below. Intermittent issues with KEGG availability?
Info: Downloading xml files for NA, 1/0 pathways..
Warning in download.file(xml.url, xml.target, quiet = T) :
cannot open URL 'http://rest.kegg.jp/get/NA/kgml': HTTP status was '400 Bad Request'
Warning: Download of NA xml file failed!
This pathway may not exist!
Info:
Warning:
Info: Downloading png files for NA, 1/0 pathways..
Warning: Download of NA png file failed!
This pathway may not exist!
Info:
Warning:
Warning: Failed to download KEGG xml/png files, hsa skipped!
The text was updated successfully, but these errors were encountered:
The RStudio example seems to crash when I try testing it. When downloading and trying this locally I ran into several issues with dependencies such as
rlang
, which required manual updating:Once this was resolved, I used 'Run app' to run the application per the instructions, but ran into the below. Intermittent issues with KEGG availability?
The text was updated successfully, but these errors were encountered: