check_timesR Documentation

Execution time data

Description

These data were collected from the CRAN web page for 13,626 R packages. The time to complete the standard package checking routine was collected In some cases, the package checking process is stopped due to errors and these data are treated as censored. It is less than 1 percent.

Details

As predictors, the associated package source code were downloaded and parsed to create predictors, including

Data were collected on 2019-01-20.

Value

check_times

a data frame

Source

CRAN

Examples

data(check_times)
str(check_times)