build_system | R Documentation |
Builds the specified system file creating the targets for R and other languages as well as the templates for performing simulations and estimations.
build_system(
system_file = "system.txt",
distribution = "automatic",
perlcmd = "perl",
output_directory = file.path(".", "output"),
temporary_directory = file.path(".", "transient"),
verbose = TRUE,
ubiquity_app = FALSE,
debug = TRUE
)
system_file |
name of the file defining the system in the ubiquity format (default = 'system.txt'), if the file does not exist a template will be created and compiled. |
distribution |
indicates weather you are using a |
perlcmd |
system command to run perl ("perl") |
output_directory |
location to store analysis outputs ( |
temporary_directory |
location to templates and otehr files after building the system ( |
verbose |
enable verbose messaging ( |
ubiquity_app |
set to |
debug |
Boolean variable indicating if debugging information should be displayed ( |
initialized ubiquity system object
fr = system_new(file_name = "system.txt",
system_file = "mab_pk",
overwrite = TRUE,
output_directory = tempdir())
cfg = build_system(system_file = file.path(tempdir(), "system.txt"),
output_directory = file.path(tempdir(), "output"),
temporary_directory = tempdir())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.