Package: trimmer 0.8.1
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.
Authors:
trimmer_0.8.1.tar.gz
trimmer_0.8.1.zip(r-4.5)trimmer_0.8.1.zip(r-4.4)trimmer_0.8.1.zip(r-4.3)
trimmer_0.8.1.tgz(r-4.4-any)trimmer_0.8.1.tgz(r-4.3-any)
trimmer_0.8.1.tar.gz(r-4.5-noble)trimmer_0.8.1.tar.gz(r-4.4-noble)
trimmer_0.8.1.tgz(r-4.4-emscripten)trimmer_0.8.1.tgz(r-4.3-emscripten)
trimmer.pdf |trimmer.html✨
trimmer/json (API)
# Install 'trimmer' in R: |
install.packages('trimmer', repos = c('https://smaakage85.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/smaakage85/trimmer/issues
Last updated 5 years agofrom:09193a66ad. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 02 2024 |
R-4.5-win | OK | Nov 02 2024 |
R-4.5-linux | OK | Nov 02 2024 |
R-4.4-win | OK | Nov 02 2024 |
R-4.4-mac | OK | Nov 02 2024 |
R-4.3-win | OK | Nov 02 2024 |
R-4.3-mac | OK | Nov 02 2024 |
Exports:convert_idx_to_namepf_obj_sizetrim
Dependencies:clicodetoolscpp11crayondata.tablegluelifecyclelobstrmagrittrprettyunitspryrRcpprlangstringistringrvctrs
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Adjust Data Table with Candidate Elements for Elimination | adjust_candidates |
Convert Numbered Index to Named Index of List Element | convert_idx_to_name |
Fix til at undgå R CMD check notes for "no visible binding for global variable" | fix_undefined_global_vars |
Compute Results From Function Call with Object as Argument | get_results_for_object |
Convert Size in Bytes to Print Friendly String | pf_obj_size |
Trim an R Object | trim |