Type: Package
Package: gt
Version: 0.4.0
Title: Easily Create Presentation-Ready Display Tables
Description: Build display tables from tabular data with an easy-to-use set of
    functions. With its progressive approach, we can construct display tables
    with a cohesive set of table parts. Table values can be formatted using any
    of the included formatting functions. Footnotes and cell styles can be 
    precisely added through a location targeting system. The way in which 'gt'
    handles things for you means that you don't often have to worry about the
    fine details.
Authors@R: c(
    person("Richard", "Iannone", , "rich@rstudio.com", c("aut", "cre"),
           comment = c(ORCID = "0000-0003-3925-190X")),
    person("Joe", "Cheng", , "joe@rstudio.com", "aut"),
    person("Barret", "Schloerke", , "barret@rstudio.com", "aut",
           comment = c(ORCID = "0000-0001-9986-114X")),
    person("RStudio", role = c("cph", "fnd"))
    )
License: MIT + file LICENSE
URL: https://gt.rstudio.com/, https://github.com/rstudio/gt
BugReports: https://github.com/rstudio/gt/issues
Encoding: UTF-8
LazyData: true
ByteCompile: true
RoxygenNote: 7.1.2
Depends: R (>= 3.2.0)
Imports: base64enc (>= 0.1-3), bitops (>= 1.0.6), checkmate (>= 2.0.0),
        commonmark (>= 1.7), dplyr (>= 1.0.8), fs (>= 1.5.2), ggplot2
        (>= 3.3.5), glue (>= 1.6.1), htmltools (>= 0.5.2), magrittr (>=
        2.0.2), rlang (>= 1.0.1), sass (>= 0.4.0), scales (>= 1.1.1),
        stringr (>= 1.4.0), tibble (>= 3.1.6), tidyselect (>= 1.1.1)
Suggests: covr, knitr, paletteer, testthat (>= 2.1.0), RColorBrewer,
        lubridate, rmarkdown, rvest, shiny, tidyr, webshot, xml2
Collate: 'as_data_frame.R' 'build_data.R' 'compile_scss.R'
        'data_color.R' 'datasets.R' 'dt__.R' 'dt_body.R' 'dt_boxhead.R'
        'dt_cols_merge.R' 'dt_data.R' 'dt_footnotes.R' 'dt_formats.R'
        'dt_groups_rows.R' 'dt_has_built.R' 'dt_heading.R'
        'dt_locale.R' 'dt_options.R' 'dt_row_groups.R'
        'dt_source_notes.R' 'dt_spanners.R' 'dt_stub_df.R'
        'dt_stubhead.R' 'dt_styles.R' 'dt_summary.R' 'dt_transforms.R'
        'export.R' 'format_data.R' 'gt-package.R' 'gt.R' 'gt_preview.R'
        'helpers.R' 'image.R' 'info_tables.R' 'knitr-utils.R'
        'location_methods.R' 'modify_columns.R' 'modify_rows.R'
        'tab_create_modify.R' 'opts.R' 'print.R' 'reexports.R'
        'render_as_html.R' 'resolver.R' 'shiny.R' 'summary_rows.R'
        'text_transform.R' 'utils.R' 'utils_formatters.R'
        'utils_general_str_formatting.R' 'utils_pipe.R'
        'utils_render_common.R' 'utils_render_footnotes.R'
        'utils_render_html.R' 'utils_render_latex.R'
        'utils_render_rtf.R' 'zzz.R'
NeedsCompilation: no
Packaged: 2022-02-14 21:29:10 UTC; rich
Author: Richard Iannone [aut, cre] (<https://orcid.org/0000-0003-3925-190X>),
  Joe Cheng [aut],
  Barret Schloerke [aut] (<https://orcid.org/0000-0001-9986-114X>),
  RStudio [cph, fnd]
Maintainer: Richard Iannone <rich@rstudio.com>
Repository: CRAN
Date/Publication: 2022-02-15 10:10:02 UTC
Built: R 4.0.5; ; 2022-02-16 11:40:41 UTC; unix
