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

Install shiny on Windows 7 #1

Closed
Wang-Cankun opened this issue May 25, 2018 · 0 comments
Closed

Install shiny on Windows 7 #1

Wang-Cankun opened this issue May 25, 2018 · 0 comments

Comments

@Wang-Cankun
Copy link
Member

Wang-Cankun commented May 25, 2018

When I first typed
shiny::runGitHub("iris", "btmonier") on Rstudio, I got the error in the console that I haven't install the 'httpuv', after I manually installed httpuv package, I got the following error:
> shiny::runGitHub("iris", "btmonier") Downloading https://github.com/btmonier/iris/archive/master.tar.gz Error in utils::download.file(url, method = method, ...) : cannot open URL 'https://github.com/btmonier/iris/archive/master.tar.gz'

When I load the iris from desktop:

library(shiny)
setwd("C:/Users/flyku/Desktop/iris")
runApp()

The error:

Loading required package: Hmisc
Error: package or namespace load failed for ‘Hmisc’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
 there is no package called ‘checkmate’
Loading required package: geneplotter
Loading required package: annotate
Error: package or namespace load failed for ‘annotate’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
 there is no package called ‘RCurl’
Failed with error:  ‘package ‘annotate’ could not be loaded’
Loading required package: DESeq2
Loading required package: GenomicRanges
Loading required package: GenomeInfoDb
Error: package or namespace load failed for ‘GenomeInfoDb’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
 there is no package called ‘RCurl’
Failed with error:  ‘package ‘GenomeInfoDb’ could not be loaded’


after I installed all the dependencies, the browser says:ERROR: An error has occurred. Check your logs or contact the app author for clarification.

Listening on http://127.0.0.1:6333
Warning: Error in sub: input string 1 is invalid UTF-8
  [No stack trace available]
Warning: Error in sub: input string 1 is invalid UTF-8
  [No stack trace available]

Thanks.

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

1 participant