Using the R package 'reticulate', this package creates an interface to the 'pysd' toolset. The package provides an R interface to a number of 'pysd' functions, and can read files in 'Vensim' 'mdl' format, and 'xmile' format. The resulting simulations are returned as a 'tibble', and from that the results can be processed using 'dplyr' and 'ggplot2'. The package has been tested using 'python3'.
Version: | 0.1.0 |
Depends: | R (≥ 3.3) |
Imports: | knitr, reticulate, tibble |
Suggests: | dplyr, ggplot2, testthat |
Published: | 2018-09-03 |
DOI: | 10.32614/CRAN.package.pysd2r |
Author: | Jim Duggan [aut, cre] |
Maintainer: | Jim Duggan <jim.duggan at nuigalway.ie> |
License: | MIT + file LICENSE |
NeedsCompilation: | no |
SystemRequirements: | 'python3' needs to built for the same architecture R is built for (32 or 64 bit). |
Materials: | README NEWS |
CRAN checks: | pysd2r results |
Reference manual: | pysd2r.pdf |
Vignettes: |
An Overview of pysd2r |
Package source: | pysd2r_0.1.0.tar.gz |
Windows binaries: | r-devel: pysd2r_0.1.0.zip, r-release: pysd2r_0.1.0.zip, r-oldrel: pysd2r_0.1.0.zip |
macOS binaries: | r-release (arm64): pysd2r_0.1.0.tgz, r-oldrel (arm64): pysd2r_0.1.0.tgz, r-release (x86_64): pysd2r_0.1.0.tgz, r-oldrel (x86_64): pysd2r_0.1.0.tgz |
Please use the canonical form https://CRAN.R-project.org/package=pysd2r to link to this page.