Package: rollupTree 0.1.0.9000

rollupTree: Perform Recursive Computations

Mass rollup for a Bill of Materials is an example of a class of computations in which elements are arranged in a tree structure and some property of each element is a computed function of the corresponding values of its child elements. Leaf elements, i.e., those with no children, have values assigned. In many cases, the combining function is simple arithmetic sum; in other cases (e.g., mass properties), the combiner may involve other information such as the geometric relationship between parent and child, or statistical relations such as root-sum-of-squares (RSS). This package implements a general function for such problems. It is adapted to specific recursive computations by functional programming techniques; the caller passes a function as the update parameter to rollup() (or, at a lower level, passes functions as the get, set, combine, and override parameters to update_prop()) at runtime to specify the desired operations. The implementation relies on graph-theoretic algorithms from the 'igraph' package of Csárdi, et al. (2006 <doi:10.5281/zenodo.7682609>).

Authors:James Steven Jenkins [aut, cre, cph]

rollupTree_0.1.0.9000.tar.gz
rollupTree_0.1.0.9000.zip(r-4.5)rollupTree_0.1.0.9000.zip(r-4.4)rollupTree_0.1.0.9000.zip(r-4.3)
rollupTree_0.1.0.9000.tgz(r-4.4-any)rollupTree_0.1.0.9000.tgz(r-4.3-any)
rollupTree_0.1.0.9000.tar.gz(r-4.5-noble)rollupTree_0.1.0.9000.tar.gz(r-4.4-noble)
rollupTree_0.1.0.9000.tgz(r-4.4-emscripten)rollupTree_0.1.0.9000.tgz(r-4.3-emscripten)
rollupTree.pdf |rollupTree.html
rollupTree/json (API)
NEWS

# Install 'rollupTree' in R:
install.packages('rollupTree', repos = c('https://jsjuni.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/jsjuni/rolluptree/issues

Pkgdown site:https://jsjuni.github.io

Datasets:

On CRAN:

4.30 score 1 stars 15 exports 11 dependencies

Last updated 10 hours agofrom:4971986f44. Checks:7 OK. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKJan 21 2025
R-4.5-winOKJan 21 2025
R-4.5-linuxOKJan 21 2025
R-4.4-winOKJan 21 2025
R-4.4-macOKJan 21 2025
R-4.3-winOKJan 21 2025
R-4.3-macOKJan 21 2025

Exports:default_validate_treedf_get_by_iddf_get_by_keydf_get_idsdf_get_keysdf_set_by_iddf_set_by_keyrollupupdate_df_prop_by_idupdate_df_prop_by_keyupdate_propupdate_rollupvalidate_df_by_idvalidate_df_by_keyvalidate_ds

Dependencies:clicpp11glueigraphlatticelifecyclemagrittrMatrixpkgconfigrlangvctrs

rollupTree

Rendered fromrollupTree.Rmdusingknitr::rmarkdownon Jan 21 2025.

Last update: 2025-01-20
Started: 2025-01-12