Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems running demo #36

Open
cjfields opened this issue May 17, 2020 · 1 comment
Open

Problems running demo #36

cjfields opened this issue May 17, 2020 · 1 comment

Comments

@cjfields
Copy link

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!
@sk-sahu
Copy link
Owner

sk-sahu commented May 17, 2020

Hi @cjfields! Thank you for using the demo. The Rstudio cloud version have limited RAM memory issue. I'll lunch a demo instance of shinyapps.io soon.

Dependency issue comes mostly while an older version already in use with the namespace. I'm aware of this issue and trying to fix this.

Coming to KEGG pathview there are warnings, as initially no pathway ID is loaded by default. This also will be noted for fix.

Thanks again for bringing these issues into notice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants