atime_pkg: Asymptotic timing package tests

View source: R/versions.R

atime_pkgR Documentation

Asymptotic timing package tests

Description

Computation time and memory for several R expressions of several different data sizes, for up to four different package versions (base, HEAD, CRAN, merge-base).

Usage

atime_pkg(pkg.path)

Arguments

pkg.path

path to package source directory.

Details

There should be a file named pkg.path/inst/atime/tests.R which defines test.list, a list with names corresponding to different tests. Each element should be a list with named elements N, setup, expr, to be passed as named arguments to atime_versions.

Value

Named list, names come from names of test.list, and values come from results of atime_versions. Side effect is that data/plot files are saved to the inst/atime directory.

Author(s)

Toby Dylan Hocking


atime documentation built on April 3, 2023, 5:30 p.m.

Related to atime_pkg in atime...