Skip to contents

Checks mod file for nmtran errors

Usage

check_model(model_path)

Arguments

model_path

path to nonmem model file, or a hyperion_nonmem_model object

Value

exit code of NMTRAN

Examples

if (FALSE) { # \dontrun{
check_model("model/nonmem/1001.mod")
model <- read_model("model/nonmem/1001.mod")
check_model(model)
} # }