Package: frab Type: Package Title: How to Add Two R Tables Version: 0.0-7 Authors@R: person(given=c("Robin", "K. S."), family="Hankin", role = c("aut","cre"), email="hankin.robin@gmail.com", comment = c(ORCID = "0000-0001-5982-0415")) Maintainer: Robin K. S. Hankin Description: 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, ). 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) . License: GPL (>= 2) Depends: R (>= 3.5.0) Suggests: knitr, markdown, rmarkdown, testthat, mvtnorm, covr VignetteBuilder: knitr Imports: Rcpp (>= 1.0-7), disordR (>= 0.9-8-2), methods LinkingTo: Rcpp URL: https://github.com/RobinHankin/frab BugReports: https://github.com/RobinHankin/frab/issues Repository: https://robinhankin.r-universe.dev Date/Publication: 2026-07-19 07:21:01 UTC RemoteUrl: https://github.com/robinhankin/frab RemoteRef: HEAD RemoteSha: 16cb36800ecb89f12d764781e8cf07bc2609641d NeedsCompilation: yes Packaged: 2026-07-24 09:05:24 UTC; root Author: Robin K. S. Hankin [aut, cre] (ORCID: )