trimmer: Trim an Object

A lightweight toolkit to reduce the size of a list object. The object is minimized by recursively removing elements from the object one-by-one. The process is constrained by a reference function call specified by the user, where the target object is given as an argument. The procedure will not allow elements to be removed from the object, that will cause results from the function call to diverge from the function call with the original object.

Version: 0.8.1
Imports: data.table, crayon, cli, pryr
Suggests: testthat (≥ 2.1.0), knitr, rmarkdown
Published: 2019-12-18
Author: Lars Kjeldgaard [aut, cre]
Maintainer: Lars Kjeldgaard <lars_kjeldgaard at hotmail.com>
License: MIT + file LICENSE
NeedsCompilation: no
CRAN checks: trimmer results

Documentation:

Reference manual: trimmer.pdf
Vignettes: trimr

Downloads:

Package source: trimmer_0.8.1.tar.gz
Windows binaries: r-devel: trimmer_0.8.1.zip, r-release: trimmer_0.8.1.zip, r-oldrel: trimmer_0.8.1.zip
macOS binaries: r-release (arm64): trimmer_0.8.1.tgz, r-oldrel (arm64): trimmer_0.8.1.tgz, r-release (x86_64): trimmer_0.8.1.tgz
Old sources: trimmer archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=trimmer to link to this page.