Package: sdbuildR
Title: Easily Build, Simulate, and Explore Stock-and-Flow Models
Version: 2.0.0
Authors@R: 
    person("Kyra Caitlin", "Evers", , "kyra.c.evers@gmail.com", role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0001-6890-3482"))
Description: Stock-and-flow models are a computational method from the
    field of system dynamics. They represent how systems change over time
    and are mathematically equivalent to ordinary differential equations.
    'sdbuildR' (system dynamics builder) provides an intuitive interface
    for constructing stock-and-flow models without requiring extensive
    domain knowledge. Models can quickly be simulated and revised,
    supporting iterative development.  'sdbuildR' simulates models in 'R'
    and 'Julia', and supports computationally intensive ensemble
    simulations. Additionally, 'sdbuildR' can import models created in
    'Insight Maker' (<https://insightmaker.com/>).
License: GPL (>= 3)
URL: https://kcevers.github.io/sdbuildR/,
        https://github.com/KCEvers/sdbuildR
BugReports: https://github.com/KCEvers/sdbuildR/issues
Depends: R (>= 4.2.0)
Imports: cli, data.table, deSolve, DiagrammeR, igraph, jsonlite,
        JuliaConnectoR, plotly, rlang, stringi, stringr, textutils,
        withr, xml2
Suggests: DiagrammeRsvg, future, future.apply, htmlwidgets, kableExtra,
        knitr, qgraph, rsvg, testthat (>= 3.0.0), this.path, webshot2
Config/Needs/website: rmarkdown, lavaan
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.3
NeedsCompilation: no
Packaged: 2026-06-15 22:19:24 UTC; kevers1
Author: Kyra Caitlin Evers [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0001-6890-3482>)
Maintainer: Kyra Caitlin Evers <kyra.c.evers@gmail.com>
Repository: CRAN
Date/Publication: 2026-06-16 06:50:11 UTC
