Package: dtlg
Title: A Performance-Focused Package for Clinical Trial Tables
Version: 0.0.2
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 = "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: dplyr, random.cdisc.data, rmarkdown, tern, kableExtra,
        testthat (>= 3.0.0), bench, tidyr, rtables, dtlg.data (>=
        0.2.0), withr
Encoding: UTF-8
RoxygenNote: 7.3.2
Depends: R (>= 4.1.0)
Config/testthat/edition: 3
Config/Needs/website: rmarkdown, ascentsoftware/ascentdown
Config/Needs/check: ascentsoftware/dtlg.data
LazyData: true
URL: https://AscentSoftware.github.io/dtlg/
Additional_repositories: https://ascentsoftware.r-universe.dev
NeedsCompilation: no
Packaged: 2025-09-18 13:27:37 UTC; rmagno
Author: Max Ebenezer-Brown [aut],
  Max Norman [aut],
  Xinye Li [aut],
  Anja Peebles-Brown [aut],
  Ramiro Magno [aut, cre]
Maintainer: Ramiro Magno <ramiro.morgado@ascent.io>
Repository: CRAN
Date/Publication: 2025-09-23 08:00:25 UTC
Built: R 4.4.1; ; 2025-09-23 10:17:57 UTC; unix
