create_sim() initializes a directory for your simulation
study. It wraps around usethis::create_project(), as well as
usethis::use_git() and
renv::init().
Arguments
- path
A
characterspecifying the path for your simulation directory.- init_git
A
logicalindicating whether to intialize your simulation directory as a git repository.- init_renv
A
logicalstating whether to initializerenvwithrenv::init(). Defaults toFALSE.- tests
A
logicalindicating whether to generate sub-directories for organizing unit tests. Defaults toTRUE.- hpc
A
logicalindicating whether to create sub-directories for organizing files related to high-power computing environments. Defaults toFALSE.
