Package: simDAG Title: Simulate Data from a (Time-Dependent) Causal DAG Version: 1.0.0 Authors@R: c( person("Robin", "Denz", , "robin.denz@rub.de", role = c("aut", "cre")), person("Katharina", "Meiszl", , "meiszl@amib.rub-uni-bochum.de", role = c("aut")) ) Maintainer: Robin Denz Description: Simulate complex data from a given directed acyclic graph and information about each individual node. Root nodes are simply sampled from the specified distribution. Child Nodes are simulated according to one of many implemented regressions, such as logistic regression, linear regression, poisson regression or any other function. Also includes a comprehensive framework for discrete-time simulation, discrete-event simulation, and networks-based simulation which can generate even more complex longitudinal and dependent data. For more details, see Robin Denz, Nina Timmesfeld (2026) . License: GPL (>= 3) URL: https://github.com/RobinDenz1/simDAG, https://robindenz1.github.io/simDAG/ BugReports: https://github.com/RobinDenz1/siMDAG/issues Imports: data.table (>= 1.15.0), Rfast, rlang, igraph (>= 2.0.0), dagitty, ggdag Suggests: knitr, rmarkdown, testthat (>= 3.0.0), vdiffr (>= 1.0.0), ggplot2, ggforce, MASS, covr, foreach, doSNOW, doRNG, parallel, utils, simr, rsurv, survival VignetteBuilder: knitr Config/testthat/edition: 3 Contact: Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: libfontconfig1-dev libfreetype6-dev libglpk-dev make libicu-dev libxml2-dev libssl-dev libnode-dev Repository: https://robindenz1.r-universe.dev Date/Publication: 2026-06-12 16:47:06 UTC RemoteUrl: https://github.com/robindenz1/simdag RemoteRef: HEAD RemoteSha: d5190fcd0f53b98ff9d58250d8a0a9b32f951857 NeedsCompilation: no Packaged: 2026-06-12 17:59:38 UTC; root Author: Robin Denz [aut, cre], Katharina Meiszl [aut]