Package: rtables
Title: Reporting Tables
Version: 0.6.1
Date: 2023-05-04
Authors@R: c(
    person("Gabriel", "Becker", , "gabembecker@gmail.com", role = c("aut", "cre")),
    person("Adrian", "Waddell", , "adrian.waddell@gene.com", role = "aut"),
    person("Daniel", "Sabanés Bové", , "daniel.sabanes_bove@roche.com", role = "ctb"),
    person("Maximilian", "Mordig", , "maximilian_oliver.mordig@roche.com", role = "ctb"),
    person("Davide", "Garolini", , "davide.garolini@roche.com", role = "ctb")
  )
Description: Reporting tables often have structure that goes beyond simple
    rectangular data. The 'rtables' package provides a framework for
    declaring complex multi-level tabulations and then applying them to
    data. This framework models both tabulation and the resulting tables
    as hierarchical, tree-like objects which support sibling sub-tables,
    arbitrary splitting or grouping of data in row and column dimensions,
    cells containing multiple values, and the concept of contextual
    summary computations. A convenient pipe-able interface is provided for
    declaring table layouts and the corresponding computations, and then
    applying them to data.
License: Apache License 2.0 | file LICENSE
URL: https://github.com/insightsengineering/rtables,
        https://insightsengineering.github.io/rtables/
BugReports: https://github.com/insightsengineering/rtables/issues
Depends: formatters (>= 0.5.0), magrittr, methods, R (>= 2.10)
Imports: grid, htmltools, stats
Suggests: dplyr, flextable, knitr, officer, rmarkdown, survival,
        testthat, tibble, tidyr, xml2, r2rtf
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.2.3
Collate: '00tabletrees.R' 'Viewer.R' 'argument_conventions.R'
        'as_html.R' 'utils.R' 'colby_constructors.R'
        'compare_rtables.R' 'deprecated.R' 'format_rcell.R' 'indent.R'
        'make_subset_expr.R' 'simple_analysis.R' 'split_funs.R'
        'make_split_fun.R' 'summary.R' 'tree_accessors.R'
        'tt_afun_utils.R' 'tt_compare_tables.R' 'tt_compatibility.R'
        'tt_dotabulation.R' 'tt_paginate.R' 'tt_pos_and_access.R'
        'tt_showmethods.R' 'tt_sort.R' 'tt_test_afuns.R'
        'tt_toString.R' 'tt_export.R' 'index_footnotes.R'
        'tt_from_df.R' 'zzz_constants.R'
NeedsCompilation: no
Packaged: 2023-05-19 23:39:12 UTC; root
Author: Gabriel Becker [aut, cre],
  Adrian Waddell [aut],
  Daniel Sabanés Bové [ctb],
  Maximilian Mordig [ctb],
  Davide Garolini [ctb]
Maintainer: Gabriel Becker <gabembecker@gmail.com>
Repository: CRAN
Date/Publication: 2023-05-25 16:50:02 UTC
