Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Dec 12, 2023
1 parent cac3d21 commit 2c848eb
Show file tree
Hide file tree
Showing 12 changed files with 61 additions and 57 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: babelmixr2
Type: Package
Title: Use 'nlmixr2' to Interact with Open Source and Commercial Software
Version: 0.1.1.9000
Version: 0.1.2
Authors@R: c(person("Matthew","Fidler", role = c("aut", "cre"), email = "[email protected]", comment=c(ORCID="0000-0001-8538-6691")),
person("Bill", "Denney", email="[email protected]", role="aut", comment=c(ORCID="0000-0002-5759-428X")),
person("Nook", "Fulloption", role="ctb", comment="goldfish art"))
Expand Down Expand Up @@ -35,12 +35,13 @@ Imports:
digest,
lotri,
nlmixr2est (>= 2.1.6),
nonmem2rx (> 0.1.2),
nonmem2rx (>= 0.1.3),
methods,
qs,
rex,
rxode2
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
LinkingTo:
Rcpp, rxode2, RcppArmadillo, RcppEigen, rxode2parse
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# babelmixr2 (development version)
# babelmixr2 0.1.2

* Handle algebraic `mu` expressions

Expand Down
21 changes: 12 additions & 9 deletions R/pknca.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,20 @@
#'
#' @details Parameters are estimated as follows:
#'
#' \itemize{
#' \item{ka}{4 half-lives to Tmax but not higher than 3: \code{log(2)/(tmax/4)}}
#' \item{vc}{Inverse of dose-normalized Cmax}
#' \item{cl}{Estimated as the median clearance}
#' \item{vp,vp2}{2- and 4-fold the \code{vc}, respectively by default,
#'
#' - \code{ka} 4 half-lives to Tmax but not higher than 3: \code{log(2)/(tmax/4)}
#'
#' - \code{vc} Inverse of dose-normalized Cmax
#'
#' - \code{cl} Estimated as the median clearance
#'
#' - \code{vp,vp2}2- and 4-fold the \code{vc}, respectively by default,
#' controlled by the \code{vpMult} and \code{vp2Mult} arguments to
#' \code{pkncaControl}}
#' \item{q,q2}{0.5- and 0.25-fold the \code{cl}, respectively by default,
#' \code{pkncaControl}
#'
#' - \code{q,q2} 0.5- and 0.25-fold the \code{cl}, respectively by default,
#' controlled by the \code{qMult} and \code{q2Mult} arguments to
#' \code{pkncaControl}}
#' }
#' \code{pkncaControl}
#'
#' The bounds for the parameter estimates are set to 10% of the first percentile
#' and 10 times the 99th percentile. (For ka, the lower bound is set to the
Expand Down
6 changes: 3 additions & 3 deletions man/as.nlmixr2.Rd

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

25 changes: 13 additions & 12 deletions man/bblDatToMonolix.Rd

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

4 changes: 2 additions & 2 deletions man/getStandardColNames.Rd

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

6 changes: 3 additions & 3 deletions man/modelUnitConversion.Rd

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

10 changes: 5 additions & 5 deletions man/monolixControl.Rd

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

27 changes: 13 additions & 14 deletions man/nlmixr2Est.pknca.Rd

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

6 changes: 3 additions & 3 deletions man/nonmemControl.Rd

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

2 changes: 1 addition & 1 deletion man/pkncaControl.Rd

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

4 changes: 2 additions & 2 deletions man/simplifyUnit.Rd

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

0 comments on commit 2c848eb

Please sign in to comment.