Package: readsdr Type: Package Title: Translate Models from System Dynamics Software into 'R' Version: 0.3.0.9001 Authors@R: person("Jair", "Andrade", email = "jair.albert.andrade@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1412-7868")) Description: The goal of 'readsdr' is to bridge the design capabilities from specialised System Dynamics software with the powerful numerical tools offered by 'R' libraries. The package accomplishes this goal by parsing 'XMILE' files ('Vensim' and 'Stella') models into 'R' objects to construct networks (graph theory); 'ODE' functions for 'Stan'; and inputs to simulate via 'deSolve' as described in Duggan (2016) . License: MIT + file LICENSE Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.1 Suggests: testthat (>= 2.1.0), igraph, knitr, rmarkdown, ggplot2, tidyr, truncnorm Imports: stringr, xml2, purrr, dplyr, rlang, stringi, magrittr, stats, deSolve, utils, future, future.apply, progressr BugReports: https://github.com/jandraor/readsdr/issues VignetteBuilder: knitr Depends: R (>= 4.1.0) Config/pak/sysreqs: libicu-dev libxml2-dev Repository: https://jandraor.r-universe.dev Date/Publication: 2024-05-25 18:51:26 UTC RemoteUrl: https://github.com/jandraor/readsdr RemoteRef: HEAD RemoteSha: 5cba7ef2d9cdca426bed4d2d2836ebeab1cf58eb NeedsCompilation: no Packaged: 2026-06-17 06:50:45 UTC; root Author: Jair Andrade [aut, cre] (ORCID: ) Maintainer: Jair Andrade