Package: formulops 0.5.1
formulops: Mathematical Operations on R Formula
Perform mathematical operations on R formula (add, subtract, multiply, etc.) and substitute parts of formula.
Authors:
formulops_0.5.1.tar.gz
formulops_0.5.1.zip(r-4.7)formulops_0.5.1.zip(r-4.6)formulops_0.5.1.zip(r-4.5)
formulops_0.5.1.tgz(r-4.6-any)formulops_0.5.1.tgz(r-4.5-any)
formulops_0.5.1.tar.gz(r-4.7-any)formulops_0.5.1.tar.gz(r-4.6-any)
formulops_0.5.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
formulops/json (API)
NEWS
| # Install 'formulops' in R: |
| install.packages('formulops', repos = c('https://humanpred.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/humanpred/formulops/issues
Last updated from:a6092e32b8. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 110 | ||
| source / vignettes | OK | 153 | ||
| linux-release-x86_64 | OK | 106 | ||
| macos-release-arm64 | OK | 67 | ||
| macos-oldrel-arm64 | OK | 86 | ||
| windows-devel | OK | 63 | ||
| windows-release | OK | 61 | ||
| windows-oldrel | OK | 65 | ||
| wasm-release | OK | 94 |
Exports:add_formulaas_substituting_formuladivide_formulaget_lhsget_rhsmodify_formulamultiply_formulaop_formulasimplify_parenssubstituting_formulasubtract_formula
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Extract formula parts | formula_side get_lhs get_rhs |
| Convert a substituting_formula object into a regular formula. | formula.substituting_formula |
| Modify a formula by finding some part of it and replacing it with a new value. | modify_formula |
| Perform a mathematical operation on two formula | add_formula divide_formula Math.formula multiply_formula Ops.formula op_formula subtract_formula |
| Remove extraneous parentheses from a formula. | simplify_parens |
| A substituting formula helps clarify a formula where the parameters are more simply described in separate formulae. | as_substituting_formula substituting_formula |
