Package: simDAG
Title: Simulate Data from a DAG and Associated Node Information
Version: 0.3.2
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 <robin.denz@rub.de>
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 and more. Also includes a comprehensive framework for discrete-time
	simulation, which can generate even more complex longitudinal data. For more details, see
	Robin Denz, Nina Timmesfeld (2025) <doi:10.48550/arXiv.2506.01498>.
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)
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: <robin.denz@rub.de>
Encoding: UTF-8
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-06-24 11:28:12 UTC; Robin Denz
Author: Robin Denz [aut, cre],
  Katharina Meiszl [aut]
Repository: CRAN
Date/Publication: 2025-06-24 13:30:06 UTC
