frab: How to Add Two R Tables

Methods to "add" two R tables; also an alternative interpretation of named vectors as generalized R tables, so that c(a=1,b=2,c=3) + c(b=3,a=-1) will return c(b=5,c=3). Uses 'disordR' discipline (Hankin, 2022, <doi:10.48550/arXiv.2210.03856>). Extraction and replacement methods are provided. The underlying mathematical structure is the Free Abelian group, hence the name. To cite in publications please use Hankin (2023) <doi:10.48550/arXiv.2307.13184>.

Version: 0.0-5
Depends: R (≥ 3.5.0)
Imports: Rcpp (≥ 1.0-7), mathjaxr, disordR (≥ 0.9-8-2), methods
LinkingTo: Rcpp
Suggests: knitr, markdown, rmarkdown, testthat, mvtnorm, covr
Published: 2024-06-21
Author: Robin K. S. Hankin ORCID iD [aut, cre]
Maintainer: Robin K. S. Hankin <hankin.robin at gmail.com>
BugReports: https://github.com/RobinHankin/frab
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
URL: https://github.com/RobinHankin/frab
NeedsCompilation: yes
Citation: frab citation info
Materials: README NEWS
In views: NumericalMathematics
CRAN checks: frab results

Documentation:

Reference manual: frab.pdf
Vignettes: The free Abelian group

Downloads:

Package source: frab_0.0-5.tar.gz
Windows binaries: r-devel: frab_0.0-3.zip, r-release: frab_0.0-3.zip, r-oldrel: frab_0.0-3.zip
macOS binaries: r-release (arm64): frab_0.0-3.tgz, r-oldrel (arm64): frab_0.0-3.tgz, r-release (x86_64): frab_0.0-3.tgz, r-oldrel (x86_64): frab_0.0-3.tgz
Old sources: frab archive

Reverse dependencies:

Reverse imports: hyper2

Linking:

Please use the canonical form https://CRAN.R-project.org/package=frab to link to this page.