Package: rxode2lincmt
Version: 0.1.0
Title: Linear Compartment Model Solutions and Gradients for 'rxode2'
Authors@R: c(
   person("Matthew L.", "Fidler", role = c("aut", "cre"),
      email = "matthew.fidler@gmail.com",
      comment = c(ORCID = "0000-0001-8538-6691")),
   person("Richard", "Upton", role = "ctb"))
Maintainer: Matthew L. Fidler <matthew.fidler@gmail.com>
Depends: R (>= 4.1.0)
Imports: Rcpp (>= 1.0.8), checkmate
Suggests: covr, testthat (>= 3.0.0)
Description: Analytic one, two and three compartment linear pharmacokinetic
    solutions with their parameter gradients from 'stan' automatic
    differentiation (Carpenter et al (2015) <doi:10.48550/arXiv.1509.07164>),
    eigen decompositions and derived-parameter conversions used by 'rxode2'
    (Wang, Hallow and James (2016) <doi:10.1002/psp4.12052>).  Split out of
    'rxode2' so its installation does not compile 'stan' AD items which made it
    take too long to compile by itself.
    The closed-form solutions follow the idea of the 'wnl' package
    (Bae, <https://CRAN.R-project.org/package=wnl>), though the
    implementation here is different.
BugReports: https://github.com/nlmixr2/rxode2lincmt/issues/
NeedsCompilation: yes
License: GPL (>= 3)
URL: https://nlmixr2.github.io/rxode2lincmt/,
        https://github.com/nlmixr2/rxode2lincmt/
Biarch: true
LinkingTo: Rcpp (>= 1.0.8), RcppEigen (>= 0.3.3.9.2), StanHeaders (>=
        2.21.0.7), BH, RcppParallel
Encoding: UTF-8
Language: en-US
Config/testthat/edition: 3
Config/roxygen2/version: 8.1.0
Packaged: 2026-09-14 19:46:27 UTC; matt-fidler
Author: Matthew L. Fidler [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-8538-6691>),
  Richard Upton [ctb]
Repository: CRAN
Date/Publication: 2026-09-24 14:40:02 UTC
