Package: rtables
Title: Reporting Tables
Date: 2022-3-31
Version: 0.5.0
Authors@R: c(
  person("Gabriel", "Becker", email = "gabembecker@gmail.com", role = c("aut", "cre")),
  person("Adrian", "Waddell", email = "adrian.waddell@roche.com", role = "aut"),
  person("Daniel", "Sabanés Bové", email = "daniel.sabanes_bove@roche.com", role = "ctb"),
  person("Maximilian", "Mordig", email = "maximilian_oliver.mordig@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.
Depends: methods, magrittr, formatters (>= 0.2.0), R (>= 2.10)
Imports: stats, htmltools, grid
Suggests: dplyr, tibble, tidyr, testthat, xml2, knitr, rmarkdown,
        flextable, officer
License: Apache License 2.0 | file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.2
VignetteBuilder: knitr
URL: https://github.com/roche/rtables, https://roche.github.io/rtables/
BugReports: https://github.com/roche/rtables/issues
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'
        '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: 2022-04-01 00:02:21 UTC; gabrielbecker
Author: Gabriel Becker [aut, cre],
  Adrian Waddell [aut],
  Daniel Sabanés Bové [ctb],
  Maximilian Mordig [ctb]
Maintainer: Gabriel Becker <gabembecker@gmail.com>
Repository: CRAN
Date/Publication: 2022-04-01 02:20:02 UTC
