We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfca190 commit c3b3bb0Copy full SHA for c3b3bb0
deploy
@@ -1,5 +1,11 @@
1
#!/usr/bin/env Rscript
2
3
+# Usage: ./deploy [app]; if app is missing, all apps under this directory will
4
+# be deployed; otherwise deploy the app(s) specified. Note the shiny-dev-center
5
+# repository must be under the same directory of this shiny-examples repository.
6
+# Please ask [email protected] if you want the credentials for the account
7
+# `demo` on ShinyApps.io.
8
+
9
if (FALSE) {
10
devtools::install_github('rstudio/shiny')
11
devtools::install_github('rstudio/shinyapps')
0 commit comments