submit_nonmem_model: Submit a NONMEM model via bbi

View source: R/submit-model.R

submit_nonmem_modelR Documentation

Submit a NONMEM model via bbi

Description

Private implementation function called by submit_model() dispatches.

Usage

submit_nonmem_model(
  .mod,
  .bbi_args = NULL,
  .mode = getOption("bbr.bbi_exe_mode"),
  ...,
  .overwrite = NULL,
  .config_path = NULL,
  .wait = TRUE,
  .dry_run = FALSE
)

Arguments

.mod

An S3 object of class bbi_nonmem_model, for example from new_model(), read_model() or copy_model_from()

Value

An S3 object of class bbi_process


metrumresearchgroup/rbabylon documentation built on April 21, 2024, 3:26 a.m.