Package: trimmer
Title: Trim an Object
Version: 0.8.1
Authors@R: 
    person("Lars",
           "Kjeldgaard",
           role = c("aut", "cre"),
           email = "lars_kjeldgaard@hotmail.com")
Description: 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.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests: testthat (>= 2.1.0), knitr, rmarkdown
Imports: data.table, crayon, cli, pryr
RoxygenNote: 6.1.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-12-18 19:39:56 UTC; Lars
Author: Lars Kjeldgaard [aut, cre]
Maintainer: Lars Kjeldgaard <lars_kjeldgaard@hotmail.com>
Repository: CRAN
Date/Publication: 2019-12-18 22:30:10 UTC
Built: R 4.3.0; ; 2023-04-06 17:27:32 UTC; unix
