R/utils.R
epiverse_packages.Rd
Returns the names of all packages included in epiverse, read from the package DESCRIPTION file at runtime.
epiverse_packages(include_self = TRUE)
If TRUE, includes "epiverse" itself in the list. Defaults to TRUE.
TRUE
A character vector of package names.
epiverse_packages() #> [1] "epidatatools" "epiextractr" "epitargets" "epiverse" "prefab" #> [6] "realtalk" "swadlr"