check_all_packages: Check a vector of packages

Description Usage Arguments Value Examples

Description

This will run the checks for all the packages in the vector. You can run in parallel if you set ncores to greater than one and have an operating system that can support this. When this is done, you can use sapply(<list of packages>, summarize_goodness) to get summaries for all.

Usage

1
check_all_packages(pkgs, ncores = 1)

Arguments

pkgs

a vector of packages

ncores

how many cores to use

Value

a list of of package checks, one per package

Examples

1
2
3
4
5
all_packages <- get_all_packages_in_view("Phylogenetics")
fewer_packages <- all_packages[1:3]
all_checks <- check_all_packages(fewer_packages)
organized_results <- t(sapply(all_checks, summarize_goodness))
print(organized_results)

bomeara/summarizetaskview documentation built on May 7, 2019, 10:45 p.m.