run_package_check: Run package check

Description Usage Arguments Value Examples

Description

This runs a check of a given package by downloading it, running goodpractice, and checking other aspects of it.

Usage

1

Arguments

pkg

The package name (a string)

Value

a list containing a goodpractice object (goodpractice_result), a data.frame from packagemetrics packagemetrics_result), a data.frame of other information from crandb (package_info), and output from cran_donloads of daily downloads since 2013

Examples

1
2
goodness <- run_package_check('hisse')
print(goodness$goodpractice_result)

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