Package: monolix2rx
Title: Converts 'Monolix' Models to 'rxode2'
Version: 0.0.3
Authors@R: 
   c(person("Matthew","Fidler", role = c("aut", "cre"), email = "matthew.fidler@gmail.com", comment=c(ORCID="0000-0001-8538-6691")),
     person("Justin", "Wilkins", role = "ctb", email = "justin.wilkins@occams.com", comment=c(ORCID="0000-0002-7099-9396")))
Description: 'Monolix' is a tool for running mixed effects model using
    'saem'. This tool allows you to convert 'Monolix' models to 'rxode2'
    (Wang, Hallow and James (2016) <doi:10.1002/psp4.12052>) using the
    form compatible with 'nlmixr2' (Fidler et al (2019) <doi:10.1002/psp4.12445>).
    If available, the 'rxode2' model will
    read in the 'Monolix' data and compare the simulation for the
    population model individual model and residual
    model to immediately show how well the translation is
    performing. This saves the model development time for people who are
    creating an 'rxode2' model manually.  Additionally, this package reads
    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 '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://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').
License: MIT + file LICENSE
URL: https://nlmixr2.github.io/monolix2rx/,
        https://github.com/nlmixr2/monolix2rx/
Encoding: UTF-8
RoxygenNote: 7.3.2
LinkingTo: dparser, rxode2, Rcpp
Imports: Rcpp, checkmate, cli, dparser, withr, ggplot2, ggforce,
        stringi, crayon, lotri, magrittr, rxode2 (>= 3.0.0),
Suggests: devtools, testthat (>= 3.0.0), xgxr, vdiffr, lixoftConnectors
Config/testthat/edition: 3
Config/Needs/website: rmarkdown
NeedsCompilation: yes
Packaged: 2024-10-24 03:47:13 UTC; matt
Author: Matthew Fidler [aut, cre] (<https://orcid.org/0000-0001-8538-6691>),
  Justin Wilkins [ctb] (<https://orcid.org/0000-0002-7099-9396>)
Maintainer: Matthew Fidler <matthew.fidler@gmail.com>
Repository: CRAN
Date/Publication: 2024-10-24 10:40:03 UTC
