wontrun
Arguments
- packages_df
Data frame. A data frame as returned by `get_archived_sources()`
- ncpus
Integer. Number of cpus to run examples in parallel.
- years
Integer. Year or atomic vector of years to select packages to run examples.
- earliest
Boolean. Select oldest package from year.
Examples
if (FALSE) {
aer_sources <- get_archived_sources("AER")
aer_runs <- aer_sources %>%
wontrun(ncpus = 6, years = 2008)
}