nonmem_monitor: NONMEM Launcher

View source: R/nonmem_monitor.R

nonmem_monitorR Documentation

NONMEM Launcher

Description

A Shiny application to monitor and start of NONMEM jobs.

Usage

nonmem_monitor(
  type = "local",
  nonmem_exe = NULL,
  nonmem_call = NULL,
  nmcheck_exe = NULL,
  nmcheck_call = NULL,
  nonmem_parafile = NULL,
  execution_dir = "pmxrun",
  results_subdir = "results",
  ...
)

Arguments

results_subdir
...

arguments passed to shiny::runApp(...) function.

Value

A Shiny application

Examples

## Not run: 
nonmem_monitor()

## End(Not run)

pnolain/popkinr documentation built on Jan. 31, 2024, 7:05 a.m.