Helper functions to provide easier usage of OpenMalaria from R
A CRAN release is currently not available. You can install either a tagged version via
devtools::install_github("SwissTPH/r-openMalariaUtilities", ref = "TAG")
Replace TAG
with the tag you want to use, e.g. "22.10".
If you want to use the latest development version from master
, please use
devtools::install_github("SwissTPH/r-openMalariaUtilities")
V2-stable
is the historical branch and can be installed via
devtools::install_github("SwissTPH/r-openMalariaUtilities", ref = "V2-stable")
In order for this package to work, please make sure that you have correctly installed OpenMalaria and SQLite 3 on your system.