Package: IPDMR Title: Support Code for the Introduction to Practical Disease Modelling Course Version: 0.5.2-1 Date: 2025-02-07 Description: A collection of functions and classes that are used to illustrate fundamental concepts of disease modelling as part of a physical course series taught jointly by the University of Copenhagen and University of Sydney. The package is not intended to be used for other purposes; you are welcome to do so, but please note that the package may change without notice in order to suit changes to the associated taught course. All functions, arguments and classes are therefore subject to change without following any form of deprecation process. Authors@R: c( person(given="Matt", family="Denwood", email="md@sund.ku.dk", role=c("aut", "cre")), person(given="Carsten", family="Kirkeby", email="ckir@sund.ku.dk", role=c("rev")), person(given="Michael", family="Ward", email="michael.ward@sydney.edu.au", role=c("rev")) ) License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Depends: R (>= 4.3.0) LinkingTo: Rcpp Imports: methods, stats, rlang, dplyr, tibble, deSolve, checkmate, ggplot2, tidyr, stringr, R6, Rcpp, pbapply Suggests: knitr, rmarkdown, spelling, testthat (>= 3.0.0) Config/testthat/edition: 3 VignetteBuilder: knitr Language: en-GB Config/pak/sysreqs: libicu-dev Repository: https://ku-awdc.r-universe.dev Date/Publication: 2025-02-07 16:40:00 UTC RemoteUrl: https://github.com/ku-awdc/IPDMR RemoteRef: v0.5.2 RemoteSha: 1f0b57d0413a2cee28a7a6a05c1ab502d76ee1d4 NeedsCompilation: yes Packaged: 2026-06-24 10:50:03 UTC; root Author: Matt Denwood [aut, cre], Carsten Kirkeby [rev], Michael Ward [rev] Maintainer: Matt Denwood