> runGitHub('Coursera-Data-Science-Capstone', 'englianhu', subdir='Natural-Language-Analysis')
Downloading https://github.com/englianhu/Coursera-Data-Science-Capstone/archive/master.tar.gz
- Error in seq_len(ns) : argument must be coercible to non-negative integer
- In addition: Warning messages:
- 1: In utils::download.file(url, method = method, ...) :
- downloaded length 755527 != reported length 0
- 2: In max(which(block[1:100] > 0)) :
- no non-missing arguments to max; returning -Inf
I tried to refer to http://shiny.rstudio.com/tutorial/lesson7/ and apply shiny::runGitHub() but face error. And then I tried to refer below sample to upload a copied set of ui and server files to main repo but doesn't help. Kindly assist?
https://github.com/rstudio/shiny_example
I tried to refer to http://shiny.rstudio.com/tutorial/lesson7/ and apply
shiny::runGitHub()but face error. And then I tried to refer below sample to upload a copied set of ui and server files to main repo but doesn't help. Kindly assist?https://github.com/rstudio/shiny_example