Package: goldilocks
Title: Goldilocks Adaptive Trial Designs for Time-to-Event Endpoints
Version: 0.3.0
Authors@R: c(
    person(given = "Graeme L.", family = "Hickey",
           role = c("aut", "cre"),
           email = "graemeleehickey@gmail.com",
           comment = c(ORCID = "0000-0002-4989-0054")),
    person(given = "Ying", family = "Wan",
           role = "aut",
           email = "ying.wan@bd.com"),
    person(given = "Thevaa", family = "Chandereng",
           role = "aut",
           email = "tc3123@cumc.columbia.edu",
           comment = c(ORCID = "0000-0003-4078-9176",
           "bayesDP code as a template")),
    person(given = "Becton, Dickinson and Company",
           role = "cph"))
Description: Implements the Goldilocks adaptive trial design for a time to event
    outcome using a piecewise exponential model and conjugate Gamma prior
    distributions. The method closely follows the article by Broglio and
    colleagues <doi:10.1080/10543406.2014.888569>, which allows users to explore
    the operating characteristics of different trial designs.
License: GPL-3
Encoding: UTF-8
Depends: R (>= 3.6.0), survival
Imports: dplyr, fastlogranktest, parallel, pbmcapply, PWEALL, rlang,
        stats
Suggests: covr, testthat (>= 3.0.0), knitr, rmarkdown
Language: en-US
RoxygenNote: 7.1.1
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-05-08 16:09:00 UTC; 10318048
Author: Graeme L. Hickey [aut, cre] (<https://orcid.org/0000-0002-4989-0054>),
  Ying Wan [aut],
  Thevaa Chandereng [aut] (<https://orcid.org/0000-0003-4078-9176>,
    bayesDP code as a template),
  Becton, Dickinson and Company [cph]
Maintainer: Graeme L. Hickey <graemeleehickey@gmail.com>
Repository: CRAN
Date/Publication: 2021-05-10 08:20:11 UTC
Built: R 4.0.2; ; 2021-05-11 10:56:40 UTC; unix
