Package: rxode2random
Title: Random Number Generation Functions for 'rxode2'
Version: 2.1.1
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 = "ctb"),
          person("Bill", "Denney", email="wdenney@humanpredictions.com", role="ctb", comment=c(ORCID="0000-0002-5759-428X"))
          )
Description: Provides the random number generation (in parallel) needed for
   'rxode2' (Wang, Hallow and  James (2016) <doi:10.1002/psp4.12052>) and '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/rxode2random/,
        https://github.com/nlmixr2/rxode2random/
BugReports: https://github.com/nlmixr2/rxode2random/issues/
Depends: R (>= 4.0.0)
Imports: stats, Rcpp, checkmate, lotri, rxode2parse (>= 2.0.19)
Suggests: testthat (>= 3.0.0)
LinkingTo: sitmo, rxode2parse (>= 2.0.19), Rcpp, RcppArmadillo, BH
Biarch: true
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
NeedsCompilation: yes
RoxygenNote: 7.3.1
Packaged: 2024-05-25 23:54:47 UTC; matt
Author: Matthew L. Fidler [aut, cre] (<https://orcid.org/0000-0001-8538-6691>),
  Wenping Wang [ctb],
  Bill Denney [ctb] (<https://orcid.org/0000-0002-5759-428X>)
Maintainer: Matthew L. Fidler <matthew.fidler@gmail.com>
Repository: CRAN
Date/Publication: 2024-05-27 09:40:07 UTC
