A meta package including all IMPACT Initiative standard R packages; similar to the "tidyverse" package, this will load all packages from the impact suite.
this package has all main packages developed by IMPACT Initiatives as a dependency, so you can install this to install all IMPACT packages:
devtools::install_github("impact-initiatives-research/impactsuite", build_vignettes = TRUE)
Similar, instead of loading these packages individually, you can load them at once with:
library(impactsuite)
The suite contains the following packages:
- stable and in use:
- experimental:
- HQ use only:
- Full reference manual pdfs for all IMPACT packages can be found in the
./instdirectory of this repository.- msni19 reference manual
- hypegrammaR reference manual
- Setviz reference manual
- surveyweights reference manual
- questionnaireHTML reference manual
- koboquest reference manual
- xlsformfill reference manual
- cleaninginspectoR reference manual
- kobostandards reference manual
- composr reference manual
- mergekobodata reference manual
- visualisationIMPACT reference manual
- odktidy reference manual
- clog reference manual
- researchcyclematrix reference manual
This meta package has a number of functions to organise the impact suite packages:
impactsuite_packages(): get list of package names / repositories / urlsimpactsuite_browse_vignettes(): open vignettes / tutorials for all IMPACT packagesimpactsuite_install(): install/update all IMPACT suite packages from github; builds vignettes by defaultimpactsuite_clone(): clone all repositories for impact packagesimpactsuite_build_manuals()build reference manual pdfs from cloned repositories
you should not use the impactsuite package as a dependency for your packages; instead, add dependencies to the particular packages you are using within the impactsuite.