Package: CLDedgelister
Type: Package
Title: Import System-Dynamics Models and Convert Them to Edge Lists
Version: 1.0.2
Authors@R: c(
    person("Taddias Prince", "Mpofu", email = "princetaddy@gmail.com",
           role = c("aut", "cre")),
    person("Joel", "Runyu", role = "aut"))
Description: Imports causal and system-dynamics models from 'Vensim',
    'Stella' / 'iThink' and 'Powersim Studio' ('XMILE'), 'AnyLogic' and
    'GoldSim' (exported 'XML'), and converts them into a two-column edge
    list of cause-to-effect links. 'Vensim' models are read from their
    native diagram files; 'Powersim Studio' and 'GoldSim' are read from
    their exported 'XMILE' or 'XML'. Provides an 'RStudio' add-in with a
    simple point-and-click interface, together with command-line functions
    that return a data frame or write it to 'CSV' or 'Excel'.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: xml2, tools, utils, stats
Suggests: shiny, miniUI, rstudioapi, writexl, DT, testthat (>= 3.0.0)
Config/testthat/edition: 3
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2026-07-27 18:04:19 UTC; princ
Author: Taddias Prince Mpofu [aut, cre],
  Joel Runyu [aut]
Maintainer: Taddias Prince Mpofu <princetaddy@gmail.com>
Repository: CRAN
Date/Publication: 2026-08-05 09:10:08 UTC
