Package: microsimulation Type: Package Title: Discrete Event Simulation in R and C++, with Tools for Cost-Effectiveness Analysis Version: 1.4.9 Authors@R: c(person("Mark", "Clements", role=c("aut","cre","cph"),email="mark.clements@ki.se"), person("Alexandra", "Jauhiainen", role="aut"), person("Andreas", "Karlsson", role="aut"), person("Antonio","Carzaniga", role="cph"), person("University of Colorado", role="cph"), person("Pierre", "L'Ecuyer", role="cph")) Description: Discrete event simulation using both R and C++ (Karlsson et al 2016; ). The C++ code is adapted from the SSIM library , allowing for event-oriented simulation. The code includes a SummaryReport class for reporting events and costs by age and other covariates. The C++ code is available as a static library for linking to other packages. A priority queue implementation is given in C++ together with an S3 closure and a reference class implementation. Finally, some tools are provided for cost-effectiveness analysis. License: GPL (>= 3) Depends: Rcpp (>= 0.10.2), methods Imports: parallel, grDevices, ascii, survival Suggests: testthat, mvtnorm LinkingTo: Rcpp, RcppArmadillo LazyData: true URL: https://github.com/mclements/microsimulation BugReports: https://github.com/mclements/microsimulation/issues Encoding: UTF-8 RoxygenNote: 7.3.2 Repository: https://mclements.r-universe.dev Date/Publication: 2026-02-27 11:55:18 UTC RemoteUrl: https://github.com/mclements/microsimulation RemoteRef: HEAD RemoteSha: 27211dd9941ddda6e8a494bbb6462c281650fdd4 NeedsCompilation: yes Packaged: 2026-07-04 07:55:48 UTC; root Author: Mark Clements [aut, cre, cph], Alexandra Jauhiainen [aut], Andreas Karlsson [aut], Antonio Carzaniga [cph], University of Colorado [cph], Pierre L'Ecuyer [cph] Maintainer: Mark Clements