-
Notifications
You must be signed in to change notification settings - Fork 1
Simulation Test
guxsousa edited this page Jul 5, 2018
·
3 revisions
This process is contained in the file __MainWorkflows.R
which must be run after a fresh installation in order to verify libraries and relative paths.
In CLI
mode, the following call evaluates one single archetype, defined by its position (row) in the survey data.
Rscript --vanilla myScript/_Workflows/Run_sh_s_Single.R 1
See more details on the file.
In CLI
mode, the following call evaluates the sequence from 1 to 20
Rscript --vanilla myScript/_Workflows/Run_sh_s_Multi.R 1 20
An alternative method to call R
from a shell is
R CMD BATCH myScript/_Workflows/Run_sh_s_Multi.R 1 20
See more details on the file.
--vanilla
is an alias for
--no-save --no-restore --no-site-file --no-init-file --no-environ
questions, issues and request --> EnHub-UK