Package: tangram
Title: The Grammar of Tables
Version: 0.7.1
Authors@R: c(person("Shawn",    "Garbett",  email = "Shawn.Garbett@vumc.org",        role = c("aut", "cre")),
             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 steps of the process are formula parser,
    statistical content generation from data, to rendering. Each step of the process
    is separate and user definable thus creating a set of building blocks for
    highly extensible 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. 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 <Shawn.Garbett@vumc.org>
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.1.0
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
Packaged: 2020-04-28 15:55:02 UTC; garbetsp
URL: https://github.com/spgarbet/tangram
BugReports: https://github.com/spgarbet/tangram/issues
Repository: CRAN
Date/Publication: 2020-04-29 10:40:02 UTC
