Package: denim
Type: Package
Title: Generate and Simulate Deterministic Discrete-Time Compartmental
        Models
Version: 1.0.1
Date: 2025-03-17
Authors@R: c(
    person("Thinh", "Ong", , "thinhop@oucru.org", role = c("aut", "cph"),
           comment = c(ORCID = "0000-0001-6772-9291")),
    person("Anh", "Phan", , "anhptq@oucru.org", role = c("aut", "cre"),
           comment = c(ORCID = "0009-0000-2129-435X")),
    person("Marc", "Choisy", , "mchoisy@oucru.org", role = "aut",
           comment = c(ORCID = "0000-0002-5187-6390")),
    person("Niels", "Lohman", ,role = "ctb"),
    person("Bjoern", "Hoehrmann", ,email = "bjoern@hoehrmann.de", role = "ctb"),
    person("Florian", "Loitsch", ,role = "ctb"),
    person("Ingo", "Berg", ,role = "ctb")
  )
Description: R package to build and simulate deterministic discrete-time compartmental models that can be non-Markov. Length of stay in each compartment can be defined to follow a parametric distribution (d_exponential(), d_gamma(), d_weibull(), d_lognormal()) or a non-parametric distribution (nonparametric()). Other supported types of transition from one compartment to another includes fixed transition (constant()), multinomial (multinomial()), fixed transition probability (transprob()).
License: MIT + file LICENSE
URL: https://drthinhong.com/denim/, https://github.com/thinhong/denim
BugReports: https://github.com/thinhong/denim/issues
Imports: Rcpp (>= 1.0.6), viridisLite
Suggests: covr, knitr, rmarkdown, testthat (>= 3.0.0), waldo, xml2,
        deSolve, DiagrammeR
LinkingTo: Rcpp, testthat
Encoding: UTF-8
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: yes
Packaged: 2025-03-17 08:49:19 UTC; anhptq
Author: Thinh Ong [aut, cph] (<https://orcid.org/0000-0001-6772-9291>),
  Anh Phan [aut, cre] (<https://orcid.org/0009-0000-2129-435X>),
  Marc Choisy [aut] (<https://orcid.org/0000-0002-5187-6390>),
  Niels Lohman [ctb],
  Bjoern Hoehrmann [ctb],
  Florian Loitsch [ctb],
  Ingo Berg [ctb]
Maintainer: Anh Phan <anhptq@oucru.org>
Repository: CRAN
Date/Publication: 2025-03-17 09:10:02 UTC
