Package: rxode2parse
Title: Parsing and Code Generation Functions for 'rxode2'
Version: 2.0.14
Authors@R: c(
    person("Matthew L.", "Fidler", , "matthew.fidler@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0001-8538-6691")),
    person("Wenping", "Wang", , "wwang8198@gmail.com", role = "aut"),
    person("Richard", "Upton", role = "ctb"),
    person("Gabriel", "Staples", role="ctb"),
    person("Goro", "Fuji",  role="ctb", email="gfuji@cpan.org"),
    person("Morwenn","", role="ctb"),
    person("Igor", "Kushnir", role="ctb"),
    person("Kevin", "Ushey", role="ctb"),
    person("David", "Cooley", role="ctb"))
Maintainer: Matthew L. Fidler <matthew.fidler@gmail.com>
Description: Provides the parsing needed for 'rxode2' (Wang, Hallow and
    James (2016) <doi:10.1002/psp4.12052>). It also provides the 'stan'
    based advan linear compartment model solutions with gradients
    (Carpenter et al (2015), <arXiv:1509.07164>) needed in 'nlmixr2'
    (Fidler et al (2019) <doi:10.1002/psp4.12445>).
    This split will reduce computational burden of recompiling 'rxode2'.
License: GPL (>= 3)
URL: https://nlmixr2.github.io/rxode2parse/,
        https://github.com/nlmixr2/rxode2parse/
BugReports: https://github.com/nlmixr2/rxode2parse/issues/
Depends: R (>= 4.0.0)
Imports: checkmate, crayon, dparser, knitr, methods, qs, Rcpp (>=
        1.0.8), utils, digest, rex, data.table (>= 1.12.4)
Suggests: testthat (>= 3.0.0), dplyr, nlmixr2data, devtools
LinkingTo: BH (>= 1.78.0.0), dparser (>= 1.3.1-10), Rcpp (>= 1.0.8),
        RcppEigen (>= 0.3.3.9.2), StanHeaders (>= 2.21.0.7)
Biarch: true
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
NeedsCompilation: yes
RoxygenNote: 7.2.3
Packaged: 2023-03-16 15:16:31 UTC; matt
Author: Matthew L. Fidler [aut, cre] (<https://orcid.org/0000-0001-8538-6691>),
  Wenping Wang [aut],
  Richard Upton [ctb],
  Gabriel Staples [ctb],
  Goro Fuji [ctb],
  Morwenn [ctb],
  Igor Kushnir [ctb],
  Kevin Ushey [ctb],
  David Cooley [ctb]
Repository: CRAN
Date/Publication: 2023-03-17 11:50:02 UTC
