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

shinythemes issue #68

Open
sokoloko opened this issue Oct 21, 2016 · 5 comments
Open

shinythemes issue #68

sokoloko opened this issue Oct 21, 2016 · 5 comments

Comments

@sokoloko
Copy link

Hello @joey711 @spholmes and thank you for phyloseq.

On previous R versions shiny worked, but since I upgraded to R 3.3.1 it doesn't. shinythemes seems to be missing. Is there a solution, please?

Best,
Sergios

> shiny::runGitHub("shiny-phyloseq","joey711")
Downloading https://github.com/joey711/shiny-phyloseq/archive/master.tar.gz
Bioconductor version 3.4 (BiocInstaller 1.24.0), ?biocLite for help
Bioconductor version 3.4 (BiocInstaller 1.24.0), ?biocLite for help
Bioconductor version 3.4 (BiocInstaller 1.24.0), ?biocLite for help
Bioconductor version 3.4 (BiocInstaller 1.24.0), ?biocLite for help
The following package is missing.
shinythemes
Installation will be attempted...
Error in match(x, table, nomatch = 0L) : object 'i' not found
> sessionInfo()
R version 3.3.1 (2016-06-21)
Platform: x86_64-apple-darwin13.4.0 (64-bit)
Running under: OS X 10.11.6 (El Capitan)

locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] shiny_0.14.1         BiocInstaller_1.24.0 devtools_1.12.0     

loaded via a namespace (and not attached):
 [1] httr_1.2.1      R6_2.2.0        htmltools_0.3.5 tools_3.3.1    
 [5] withr_1.0.2     curl_2.1        Rcpp_0.12.7     memoise_1.0.0  
 [9] git2r_0.15.0    jsonlite_1.1    digest_0.6.10   xtable_1.8-2   
[13] httpuv_1.3.3    mime_0.5  
@spholmes
Copy link
Contributor

spholmes commented Dec 7, 2016

For some reason, the current version of Shiny-phyloseq doesn't find the packages
shinythemes, rmarkdown and network3D
Installing these by hand:
install.packages("shinythemes")
install.packages("networkD3")
install.packages("rmarkdown")
then rerunning

shiny::runGitHub("shiny-phyloseq","joey711")

@joey711
Copy link
Owner

joey711 commented Dec 7, 2016

Thanks! I'll take a look and update it

@spholmes
Copy link
Contributor

spholmes commented Dec 7, 2016 via email

@joey711
Copy link
Owner

joey711 commented Dec 7, 2016

good idea (minimovie). Not worth the risk.

Btw I have some updates brewing. The new "shiny modules" are a great new addition for complex apps like shiny-phyloseq.

@spholmes
Copy link
Contributor

spholmes commented Dec 7, 2016 via email

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

3 participants