Skip to content

Commit

Permalink
Merge branch 'develop' into project/tm
Browse files Browse the repository at this point in the history
  • Loading branch information
Jian-Kai Wang committed Jun 22, 2017
2 parents 50f5c56 + c6886fe commit 23bf9c3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions runShinyApp.r
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#
# auth : Jian-Kai Wang (http://jiankaiwang.no-ip.biz)
# proj : sophia.dm
# plat :
# |- R : 3.4.0
#

setwd("D:/code/shiny/github/sophia.dm")

#install.packages("shiny")
#install.packages("plotly")

library(shiny)
library(plotly)


0 comments on commit 23bf9c3

Please sign in to comment.