Skip to contents

This will check to see if all nlmixr2 packages (and optionally, their dependencies) are up-to-date, and will install after an interactive confirmation.

Usage

nlmixr2update(recursive = FALSE)

Arguments

recursive

If TRUE, will also check all dependencies of nlmixr2 packages.

Examples

if (FALSE) { # \dontrun{
nlmixr2update()
} # }