Package: gsDesign
Version: 3.6.2
Title: Group Sequential Design
Authors@R: person(given = "Keaven", family = "Anderson", email =
          "keaven_anderson@merck.com", role = c('aut','cre'))
Description: Derives group sequential clinical trial designs and describes
    their properties. Particular focus on time-to-event, binary, and
    continuous outcomes. Largely based on methods described in
    Jennison, Christopher and Turnbull, Bruce W., 2000,
    "Group Sequential Methods with Applications to Clinical Trials"
    ISBN: 0-8493-0316-8.
License: GPL (>= 3)
Copyright: Copyright 2010, Merck Research Laboratories
URL: https://keaven.github.io/gsDesign/, https://github.com/keaven/gsDesign
BugReports: https://github.com/keaven/gsDesign/issues
Encoding: UTF-8
Depends:
    R (>= 3.5.0)
Imports:
    dplyr (>= 1.1.0),
    ggplot2 (>= 3.1.1),
    graphics,
    gt,
    magrittr,
    methods,
    r2rtf,
    rlang,
    stats,
    tibble,
    tidyr,
    tools,
    xtable
Suggests:
    covr,
    gridExtra,
    kableExtra,
    knitr,
    mvtnorm,
    ragg,
    rmarkdown,
    scales,
    testthat,
    utils
VignetteBuilder:
    knitr
RoxygenNote: 7.3.1
