Package: dynamite Title: Bayesian Modeling and Causal Inference for Multivariate Longitudinal Data Version: 1.6.3 Authors@R: c( person("Santtu", "Tikka", email = "santtuth@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4039-4342")), person("Jouni", "Helske", email = "jouni.helske@iki.fi", role = "aut", comment = c(ORCID = "0000-0001-7130-793X")), person("Nicholas", "Clark", role = "rev"), person("Lucy", "D'Agostino McGowan", role = "rev") ) Description: Easy-to-use and efficient interface for Bayesian inference of complex panel (time series) data using dynamic multivariate panel models by Helske and Tikka (2024) . The package supports joint modeling of multiple measurements per individual, time-varying and time-invariant effects, and a wide range of discrete and continuous distributions. Estimation of these dynamic multivariate panel models is carried out via 'Stan'. For an in-depth tutorial of the package, see (Tikka and Helske, 2025) . License: GPL (>= 3) URL: https://docs.ropensci.org/dynamite/, https://github.com/ropensci/dynamite/ BugReports: https://github.com/ropensci/dynamite/issues/ Depends: R (>= 3.6.0) Imports: checkmate, cli, data.table (>= 1.15.0), ggforce, glue, ggplot2, loo, patchwork, posterior, rlang, rstan, stats, tibble (>= 2.0.0), utils Suggests: cmdstanr, covr, dplyr, knitr, mice, mockthat, quarto, testthat (>= 3.0.0), tidyr VignetteBuilder: quarto Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE, roclets = c ("namespace", "rd", "srr::srr_stats_roclet")) RoxygenNote: 7.3.3 LazyData: true LazyDataCompression: xz Additional_repositories: https://stan-dev.r-universe.dev/ Config/pak/sysreqs: libfontconfig1-dev libfreetype6-dev make Repository: https://ropensci.r-universe.dev Date/Publication: 2026-04-27 08:39:30 UTC RemoteUrl: https://github.com/ropensci/dynamite RemoteRef: main RemoteSha: 05b8086e33033f4d7de383c0261918a8985f4b2f NeedsCompilation: no Packaged: 2026-07-01 08:16:30 UTC; root Author: Santtu Tikka [aut, cre] (ORCID: ), Jouni Helske [aut] (ORCID: ), Nicholas Clark [rev], Lucy D'Agostino McGowan [rev] Maintainer: Santtu Tikka