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:
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')) |
Bug tracker:https://github.com/jsjuni/rolluptree/issues
Pkgdown site:https://jsjuni.github.io
- fault_table - Example Fault Tree Data
- fault_tree - Example Fault Tree
- wbs_table - Example Work Breakdown Structure Data
- wbs_table_rollup - Example Work Breakdown Structure Data After Rollup
- wbs_tree - Example Work Breakdown Structure Data
Last updated 10 hours agofrom:4971986f44. Checks:7 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Jan 21 2025 |
R-4.5-win | OK | Jan 21 2025 |
R-4.5-linux | OK | Jan 21 2025 |
R-4.4-win | OK | Jan 21 2025 |
R-4.4-mac | OK | Jan 21 2025 |
R-4.3-win | OK | Jan 21 2025 |
R-4.3-mac | OK | Jan 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