Package: hmde Title: Hierarchical Methods for Differential Equations Version: 1.4.0 Authors@R: c( person(given = "Daniel", family = "Falster", role = c("aut", "ctb"), email = "daniel.falster@unsw.edu.au", comment = c(ORCID = "0000-0002-9814-092X")), person(given = "Tess", family = "O'Brien", role = c("aut", "cre", "cph"), email = "tess_obrien@fastmail.com", comment = c(ORCID = "0009-0000-5821-8801")), person(given = "Fonti", family = "Kar", role = c("ctb"), email = "f.kar@unsw.edu.au", comment = c(ORCID = "0000-0002-2760-3974")), person(given = "David", family= "Warton", role = c("aut", "ctb"), email = "david.warton@unsw.edu.au", comment = c(ORCID = "0000-0002-1642-628X")) ) Description: Wrapper for 'Stan' that offers a number of in-built models to implement a hierarchical Bayesian longitudinal model for repeat observation data. Model choice selects the differential equation that is fit to the observations. Single and multi-individual models are available. O'Brien et al. (2024) . License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Biarch: true Depends: R (>= 4.1.0) Imports: methods, dplyr, ggplot2, Rcpp (>= 0.12.19), RcppParallel (>= 5.0.1), rlang, rstan (>= 2.18.1), rstantools (>= 2.3.1.1), tibble, cowplot, knitr, purrr (>= 1.2.0) LinkingTo: BH (>= 1.66.0), Rcpp (>= 0.12.19), RcppEigen (>= 0.3.3.3.0), RcppParallel (>= 5.0.1), rstan (>= 2.18.1), StanHeaders (>= 2.18.0) SystemRequirements: GNU make Suggests: rmarkdown, testthat (>= 3.0.0), withr, mnormt, here, patchwork, deSolve, mixtools, MASS VignetteBuilder: knitr Config/testthat/edition: 3 LazyData: true URL: https://traitecoevo.github.io/hmde/ BugReports: https://github.com/traitecoevo/hmde/issues Config/pak/sysreqs: make Repository: https://traitecoevo.r-universe.dev Date/Publication: 2026-05-06 23:55:19 UTC RemoteUrl: https://github.com/traitecoevo/hmde RemoteRef: HEAD RemoteSha: 4a8f6a79819d3076003ad64cb867749a2fbe4684 NeedsCompilation: yes Packaged: 2026-06-06 10:18:07 UTC; root Author: Daniel Falster [aut, ctb] (ORCID: ), Tess O'Brien [aut, cre, cph] (ORCID: ), Fonti Kar [ctb] (ORCID: ), David Warton [aut, ctb] (ORCID: ) Maintainer: Tess O'Brien