readsdr: Translate Models from System Dynamics Software into 'R'

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) <doi:10.1007/978-3-319-34043-2>.

Version: 0.2.0
Imports: stringr, xml2, purrr, dplyr, rlang, stringi, magrittr, stats, deSolve, parallel
Suggests: testthat (≥ 2.1.0), igraph, knitr, rmarkdown, ggplot2, tidyr
Published: 2021-01-08
Author: Jair Andrade ORCID iD [aut, cre]
Maintainer: Jair Andrade <jair.albert.andrade at gmail.com>
BugReports: https://github.com/jandraor/readsdr/issues
License: MIT + file LICENSE
NeedsCompilation: no
Materials: README NEWS
CRAN checks: readsdr results

Documentation:

Reference manual: readsdr.pdf
Vignettes: readsdr

Downloads:

Package source: readsdr_0.2.0.tar.gz
Windows binaries: r-devel: readsdr_0.2.0.zip, r-release: readsdr_0.2.0.zip, r-oldrel: readsdr_0.2.0.zip
macOS binaries: r-release (arm64): readsdr_0.2.0.tgz, r-oldrel (arm64): readsdr_0.2.0.tgz, r-release (x86_64): readsdr_0.2.0.tgz
Old sources: readsdr archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=readsdr to link to this page.