Skip to content

Commit

Permalink
Update url from description to new lixoftConnectors url
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Sep 18, 2024
1 parent a7e80e6 commit 4589fab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Description: 'Monolix' is a tool for running mixed effects model using
in all the information to allow simulation with uncertainty (that is the
number of observations, the number of subjects, and the covariance
matrix) with a 'rxode2' model. This is complementary to the
'babelmixr2' package that translates 'nlmixr2' models to 'NONMEM' and can
'babelmixr2' package that translates 'nlmixr2' models to 'Monolix' and can
convert the objects converted from 'monolix2rx' to a full 'nlmixr2' fit. While not
required, you can get/install the 'lixoftConnectors' package in the 'Monolix'
installation, as described at the following url <https://monolix.lixoft.com/monolix-api/lixoftconnectors_installation/>. When
installation, as described at the following url <https://monolixsuite.slp-software.com/r-functions/2024R1/installation-and-initialization>. When
'lixoftConnectors' is available, 'Monolix' can be used to load its model library
instead manually setting up text files (which only works with old versions of
'Monolix').
Expand Down
1 change: 0 additions & 1 deletion R/longDef.R
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@
#'
#' @param var proportional error variable
#' @return nothing, called for side effects
#' @export
#' @author Matthew L. Fidler
#' @noRd
.setProp <- function(var) {
Expand Down
1 change: 0 additions & 1 deletion R/pk2rx.R
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,6 @@
#' @param equationLine equation lines
#' @param state state to look up
#' @return which value matches d/dt(state) <-
#' @export
#' @author Matthew L. Fidler
#' @noRd
.whichDdt <- function(equationLine, state) {
Expand Down

0 comments on commit 4589fab

Please sign in to comment.