Package: rtables
Title: Reporting Tables
Version: 0.6.3
Date: 2023-08-29
Authors@R: c(
    person("Gabriel", "Becker", , "gabembecker@gmail.com", role = "aut",
           comment = "Original creator of the package"),
    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"),
    person("Emily", "de la Rua", , "emily.de_la_rua@contractors.roche.com", role = "ctb"),
    person("Abinaya", "Yogasekaram", , "abinaya.yogasekaram@contractors.roche.com", role = "ctb"),
    person("Joe", "Zhu", , "joe.zhu@roche.com", role = c("ctb", "cre")),
    person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
  )
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.2), magrittr, methods, R (>= 2.10)
Imports: grid, htmltools, stats
Suggests: broom, car, dplyr, flextable, knitr, officer, r2rtf,
        rmarkdown, survival, testthat, tibble, tidyr, xml2
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' 'validate_table_struct.R' 'zzz_constants.R'
NeedsCompilation: no
Packaged: 2023-08-30 13:17:04 UTC; rstudio
Author: Gabriel Becker [aut] (Original creator of the package),
  Adrian Waddell [aut],
  Daniel Sabanés Bové [ctb],
  Maximilian Mordig [ctb],
  Davide Garolini [ctb],
  Emily de la Rua [ctb],
  Abinaya Yogasekaram [ctb],
  Joe Zhu [ctb, cre],
  F. Hoffmann-La Roche AG [cph, fnd]
Maintainer: Joe Zhu <joe.zhu@roche.com>
Repository: CRAN
Date/Publication: 2023-08-30 17:00:02 UTC
