Skip to content

chendaniely/multidisciplinary-diffusion-model-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multidisciplinary-diffusion-model-experiments

DOI

Kniting from command line: Rscript -e "library(knitr); knit('batch_analysis.Rmd')"

Running the shiny app from the command line:
Rscript -e 'library(methods); shiny::runApp("shinyapp/", launch.browser=TRUE)' or
R --slave --no-restore -e 'shiny::runApp("shinyapp/", launch.browser=TRUE)'