SpaDES.shiny app's packrat library — libInit" />

Spawns a new Rscript process to setup an app's package library using packrat. It initializes the packrat library inside the application directory, and proceeds to install all SpaDES.shiny package dependencies, plus devtools. WARNING: this may take a while to complete!

libInit(APP_DIR)

Arguments

APP_DIR

File path giving the application directory

Note

This spawns and runs in another R process, during which time your current R process will wait, and RStudio may appear to hang while it's running.