Package: rtables
Title: Reporting Tables
Date: 2023-03-02
Version: 0.6.0
Authors@R: c(
  person("Gabriel", "Becker", email = "gabembecker@gmail.com", role = c("aut", "cre")),
  person("Adrian", "Waddell", email = "adrian.waddell@gene.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"),
  person("Davide", "Garolini", email = "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.
Depends: methods, magrittr, formatters (>= 0.4.0), R (>= 2.10)
Imports:
  stats,
  htmltools,
  grid
Suggests:
  dplyr,
  tibble,
  tidyr,
  testthat,
  xml2,
  knitr,
  rmarkdown,
  flextable,
  officer,
  r2rtf,
  survival
License: Apache License 2.0 | file LICENSE
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
VignetteBuilder: knitr
URL: https://github.com/insightsengineering/rtables, https://insightsengineering.github.io/rtables/
BugReports: https://github.com/insightsengineering/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'
    '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'
