Skip to content

meta package including all IMPACT Initiative standard R packages

License

Notifications You must be signed in to change notification settings

sirimonthomas/impactsuite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMPACT R packages Suite

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)

Included Packages

The suite contains the following packages:

Package documentation

Impactsuite functions

This meta package has a number of functions to organise the impact suite packages:

  • impactsuite_packages(): get list of package names / repositories / urls
  • impactsuite_browse_vignettes(): open vignettes / tutorials for all IMPACT packages
  • impactsuite_install(): install/update all IMPACT suite packages from github; builds vignettes by default
  • impactsuite_clone(): clone all repositories for impact packages
  • impactsuite_build_manuals() build reference manual pdfs from cloned repositories

Don't use impactsuite as a dependency

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.

About

meta package including all IMPACT Initiative standard R packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%