-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
#!/usr/bin/env Rscript | ||
|
||
# Usage: ./deploy [app]; if app is missing, all apps under this directory will | ||
# be deployed; otherwise deploy the app(s) specified. Note the shiny-dev-center | ||
# repository must be under the same directory of this shiny-examples repository. | ||
# Please ask [email protected] if you want the credentials for the account | ||
# `demo` on ShinyApps.io. | ||
|
||
if (FALSE) { | ||
devtools::install_github('rstudio/shiny') | ||
devtools::install_github('rstudio/shinyapps') | ||
|