time_examples: time it takes to run examples in a package

View source: R/time_examples.R

time_examplesR Documentation

time it takes to run examples in a package

Description

time it takes to run examples in a package

Usage

time_examples(package = ".", foo = NULL, includedontrun = FALSE)

Arguments

package

character, path to package (default is current working directory)

foo

character, the name(s) of the function(s) to time. Default is set to include all functions that are found to be exported by the package.

includedontrun

logical, include examples that are set to 'dontrun', default is FALSE

Details

This is a very experimental function. Use it with caution.

Value

a data frame


gobbios/cfp documentation built on April 11, 2022, 2:22 a.m.