Package: tangram Title: The Grammar of Tables Version: 0.8.2 Authors@R: c(person("Shawn", "Garbett", email = "Shawn.Garbett@vumc.org", role = c("aut", "cre"), comment = c(ORCID="0000-0003-4079-5621")), person("Thomas", "Stewart", email = "Thomas.Stewart@Vanderbilt.edu", role = c("ctb")), person("Jennifer", "Thompson", email = "Jennifer.L.Thompson@vumc.org", role = c("ctb")), person("Frank", "Harrell", email = "F.Harrell@Vanderbilt.edu", role = c("ctb")), person("Ahra", "Kim", email = "Ahra.Kim@vumc.org", role = c("ctb")) ) Description: Provides an extensible formula system to quickly and easily create production quality tables. The processing steps are a formula parser, statistical content generation from data as defined by formula, followed by rendering into a table. Each step of the processing is separate and user definable thus creating a set of composable building blocks for highly customizable table generation. A user is not limited by any of the choices of the package creator other than the formula grammar. For example, one could chose to add a different S3 rendering function and output a format not provided in the default package, or possibly one would rather have Gini coefficients for their statistical content in a resulting table. Routines to achieve New England Journal of Medicine style, Lancet style and Hmisc::summaryM() statistics are provided. The package contains rendering for HTML5, Rmarkdown and an indexing format for use in tracing and tracking are provided. Author: Shawn Garbett [aut, cre], Thomas Stewart [ctb], Jennifer Thompson [ctb], Frank Harrell [ctb], Ahra Kim [ctb] Maintainer: Shawn Garbett Depends: R (>= 3.5.0), R6, magrittr, knitr License: GPL-3 Encoding: UTF-8 LazyData: true Suggests: testthat, rms, rmarkdown, Hmisc, sandwich, dplyr, Matching, epitools Imports: stringi, stringr, base64enc, digest, htmltools RoxygenNote: 7.2.3 Collate: 'compile-cell.R' 'cell-hmisc.R' 'cell-lancet.R' 'cell-nejm.R' 'compile-clmm2.R' 'compile-operators.R' 'compile-post.R' 'parser.R' 'compile.R' 'compile-rms.R' 'compile-typing.R' 'helper-format.R' 'hmisc-cut2.R' 'hmisc-lm.fit.qr.bare.R' 'hmisc-impute.R' 'hmisc-biVar.R' 'iify.R' 'render-csv.R' 'render-html5.R' 'render-index.R' 'render-latex-map.R' 'render-latex.R' 'render-rmd.R' 'render-rtf.R' 'render-summary.R' 'smd.R' 'transform-hmisc.R' 'transform-lancet.R' 'transform-nejm.R' 'transform-proc-tab.R' 'transform-smd.R' NeedsCompilation: no URL: https://github.com/spgarbet/tangram BugReports: https://github.com/spgarbet/tangram/issues Config/pak/sysreqs: libicu-dev Repository: https://spgarbet.r-universe.dev Date/Publication: 2023-02-09 17:47:22 UTC RemoteUrl: https://github.com/spgarbet/tangram RemoteRef: HEAD RemoteSha: bd3fc4b47018ba47982f2cfbe25b0b93d1023d4f Packaged: 2026-05-29 09:22:17 UTC; root