submit_models: submit models to an bbq server

Description Usage Arguments Examples

Description

submit models to an bbq server

Usage

1
2
3
4
submit_models(srvr, modelpath, clean_lvl = 1, copy_lvl = 1, ...,
  .cache_dir = "", .save_exe = "", .exe_name = "", .one_est = FALSE,
  .print = FALSE, .no_submit = FALSE, .gitignore = FALSE,
  nm_executable_or_path = "nmfe74", debug = FALSE, verbose = FALSE)

Arguments

srvr

address to the server

modelpath

absolute path to the model file to run

clean_lvl

level to clean nonmem intermediate files

copy_lvl

level to determine how many files to copy back to parent dir

...

nothing right now

.cache_dir

cache directory

.save_exe

name to save the precompiled executable for later reference

.exe_name

name of executable to use for execution

.one_est

only estimate if no estimation dir exists

.print

print out the json representation of settings submitted

.no_submit

dont actually submit, instead return the list of settings

.gitignore

add a blanket gitignore to ignore the folder from git

nm_executable_or_path

name or path to nonmem executable, DEFAULT: nmfe74

debug

debug mode

verbose

verbose output from server

Examples

1
2
3
4
5
## Not run: 
# copy and clean lvl of 5 so only table files copied up and all intermediate files deleted
res <- submit_model("http://localhost:3333/models", files, 5, 5)

## End(Not run)

dpastoor/rbabylon documentation built on May 15, 2019, 1:23 p.m.