Skip to content

Commit

Permalink
restructure files, add app skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyming Lee Pang committed Sep 26, 2015
1 parent d277f4d commit 81b1e78
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/app.R
@@ -0,0 +1,2 @@
# app launching code, e.g.:
# runApp("./app/shiny/", launch.browser=TRUE)
19 changes: 19 additions & 0 deletions app/config.cfg
@@ -0,0 +1,19 @@
{
"appname": "appname",

/* package dependencies for application, need to be installed
into app/library.

also are packages loaded during app startup
*/
"init_packages": [
"shiny",
"dplyr",
"ggplot2",
"lubridate",
"jsonlite"
],

// log file written to %USERPROFILE%/.<appname>/
"log_filename": "ShinyApp.log"
}
1 change: 1 addition & 0 deletions appname.bat
@@ -0,0 +1 @@
wscript dist\script\wsf\run.wsf
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 81b1e78

Please sign in to comment.