Package: simtrial
Type: Package
Title: Clinical Trial Simulation
Version: 0.3.2
Authors@R: c(
    person("Keaven", "Anderson", email = "keaven_anderson@merck.com", role = c("aut")),
    person("Yilong", "Zhang", email = "elong0527@gmail.com", role =  c("aut")),
    person("Yujie", "Zhao", email = "yujie.zhao@merck.com", role =  c("ctb","cre")),
    person("Nan", "Xiao", role = c("ctb")),
    person("Jianxiao", "Yang", role = c("ctb")),
    person("Lili", "Ling", role = c("ctb")),
    person("Xintong", "Li", role = c("ctb")),
    person("Ruixue", "Wang", role = c("ctb")),
    person("Yi", "Cui", role = c("ctb")),
    person("Ping", "Yang", role = c("ctb")),
    person("Yalin", "Zhu", role = c("ctb")),
    person("Heng", "Zhou", role = c("ctb")),
    person("Amin", "Shirazi", role = c("ctb")),
    person("Cole", "Manschot", role = c("ctb")),
    person("John", "Blischak", role = c("ctb")),
    person("Merck & Co., Inc., Rahway, NJ, USA and its affiliates", role = "cph")
    )
Description: Provides some basic routines for simulating a
    clinical trial. The primary intent is to provide some tools to
    generate trial simulations for trials with time to event outcomes.
    Piecewise exponential failure rates and piecewise constant
    enrollment rates are the underlying mechanism used to simulate
    a broad range of scenarios such as those presented in
    Lin et al. (2020) <doi:10.1080/19466315.2019.1697738>.
    However, the basic generation of data is done using pipes to allow
    maximum flexibility for users to meet different needs.
License: GPL-3
URL: https://merck.github.io/simtrial/, https://github.com/Merck/simtrial
BugReports: https://github.com/Merck/simtrial/issues
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
Depends: R (>= 4.1.0)
Imports:
    Rcpp,
    data.table,
    doFuture,
    foreach,
    future,
    methods,
    mvtnorm,
    stats,
    survival,
    utils
Suggests:
    Matrix,
    bshazard,
    covr,
    dplyr,
    ggplot2,
    gsDesign,
    gsDesign2,
    knitr,
    rmarkdown,
    survMisc,
    testthat,
    tidyr
LinkingTo:
    Rcpp
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
