Package: simDAG
Title: Simulate Data from a DAG and Associated Node Information
Version: 0.4.1
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 or any other function. Also includes a comprehensive framework for discrete-time
	simulation, and networks-based simulation which can generate even more complex longitudinal and dependent 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),
        dagitty
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-10-15 16:09:34 UTC; Robin Denz
Author: Robin Denz [aut, cre],
  Katharina Meiszl [aut]
Repository: CRAN
Date/Publication: 2025-10-15 16:50:02 UTC
Built: R 4.6.0; ; 2025-11-02 04:00:08 UTC; windows
