Hi,
I want to run shiny App with following code:
shiny::runGitHub('Migration', 'L-1996-G')
but I have error:
How can solve it?
p.s. I run following example code and it work:
runGitHub("shiny_example", "rstudio")
my app can see here:
GitHub - L-1996-G/Migration: This app allow you to analyse annual report
Thanks in advance
your branch is called main rather than master default so have to attune for that. Also your App.R is in a subdirectory which needs to be specified.
shiny::runGitHub('Migration', 'L-1996-G',ref = "main",subdir = "App/TestApp")
noveld
3
system
Closed
4
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.