Skip to content

Releases: olegat/OpenABM-Covid19

R Source Package MVP (Minimum Viable Product)

27 Jul 15:46
Compare
Choose a tag to compare

Proof-of-concept R package.

Files

  • covid19.tar.gz -- R Source Package
  • covid19_0.3.zip -- R Binary Package (Windows)
  • covid19_0.3.tgz -- R Binary Package (macOS)
  • gsl-2.6-win.zip -- Prebuilt GSL 2.6 (Window), for building source package.

Known limitations

  • No installation instructions (some system packages are needed).
  • No R documentation / help
  • Requires gsl installed on your system to build source package.
  • Not tested on all platforms
  • Only tested that bindings are loaded in R (not that they work as intended).

Notes on Windows binary package:

  • Built with gsl-2.6-win.zip extracted to C:\.
  • Built using covid19.tar.gz (manually added src/Makevars.win from f7d61b75 into the archive)
  • Built using command R CMD INSTALL --build --library=. covid19.tar.gz