Skip to content

Commit

Permalink
Wrap as.nlmixr2 in \donttest
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed May 27, 2023
1 parent cb0d04c commit 2f8729d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/as.nlmixr2.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#' @author Matthew L. Fidler
#' @examples
#'
#' \donttest{
#' # First read in the model (but without residuals)
#' mod <- nonmem2rx(system.file("mods/cpt/runODE032.ctl", package="nonmem2rx"),
#' determineError=FALSE, lst=".res", save=FALSE)
Expand Down Expand Up @@ -56,6 +57,7 @@
#' fit <- as.nlmixr2(new)
#'
#' print(fit)
#' }
as.nlmixr2 <- function(x, ..., table=nlmixr2est::tableControl()) {
UseMethod("as.nlmixr2")
}
Expand Down
2 changes: 2 additions & 0 deletions man/as.nlmixr2.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2f8729d

Please sign in to comment.