Hi all,
I am trying to call my R-Shiny app from my Github repository using the following command in R:
- shiny::runGitHub('KaranHub', 'KaranKakouei')
However, I do get the following error:
- Downloading https://github.com/KaranKakouei/KaranHub/archive/master.tar.gz
Error in utils::download.file(url, method = method, ...) :
can not open URL 'https://github.com/KaranKakouei/KaranHub/archive/master.tar.gz'
It works when I open Shiny examples of other users (e.g., "shiny::runGitHub('shiny_example', 'rstudio')")
Is there any extra step that needs to be accomplished to make it work? I would be more than happy if you could help me solve this issue. Thanks!
Kind regards
Karan