Package: dtlg
Title: A Performance-Focused Package for Clinical Trial Tables
Version: 0.0.3
Authors@R: c(
    person(
        given = "Max", family = "Ebenezer-Brown",
        email = "max.ebenezer-brown@ascent.io",
        role = "aut"
        ),
    person(
        given = "Max", family = "Norman",
        email = "max.norman@ascent.io",
        role = "aut"
        ),
    person(
        given = "Xinye", family = "Li",
        email = "xinye.li@ascent.io",
        role = "aut"
        ),
    person(
        given = "Anja", family = "Peebles-Brown",
        email = "anna.peebles-brown@ascent.io",
        role = "aut"
        ),
    person(
      given = "Ashley", family = "Baldry",
      email = "ashley.baldry@ascent.io",
      role = "aut"
    ),    
    person(
        given = "Ramiro", family = "Magno",
        email = "ramiro.morgado@ascent.io",
        role = c("aut", "cre")
        )
    )
Description: Create high-performance clinical reporting tables (TLGs) from
    ADaM-like inputs. The package provides a consistent, programmatic API
    to generate common tables such as demographics, adverse event incidence,
    and laboratory summaries, using 'data.table' for fast aggregation over
    large populations. Functions support flexible target-variable selection,
    stratification by treatment, and customizable summary statistics, and
    return tidy, machine-readable results ready to render with downstream
    table/formatting packages in analysis pipelines.
License: MIT + file LICENSE
Imports: data.table, vctrs
Suggests: bench, dplyr, kableExtra, rmarkdown, random.cdisc.data,
        rtables, tern, testthat (>= 3.0.0), tidyr, withr
Encoding: UTF-8
RoxygenNote: 7.3.3
Depends: R (>= 4.1.0)
Config/testthat/edition: 3
Config/Needs/website: rmarkdown, ascentsoftware/ascentdown
LazyData: true
URL: https://AscentSoftware.github.io/dtlg/
NeedsCompilation: no
Packaged: 2026-01-12 12:06:42 UTC; rmagno
Author: Max Ebenezer-Brown [aut],
  Max Norman [aut],
  Xinye Li [aut],
  Anja Peebles-Brown [aut],
  Ashley Baldry [aut],
  Ramiro Magno [aut, cre]
Maintainer: Ramiro Magno <ramiro.morgado@ascent.io>
Repository: CRAN
Date/Publication: 2026-01-12 12:30:02 UTC
Built: R 4.4.3; ; 2026-02-25 03:18:57 UTC; windows
