Package: goldilocks Title: Goldilocks Adaptive Trial Designs for Time-to-Event Endpoints Version: 0.5.0.9000 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"), person(given = "Tim", family = "Kacprowski", role = "ctb", email = "t.kacprowski@tu-braunschweig.de", comment = "For code from fastlogrank R package.")) 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 , which allows users to explore the operating characteristics of different trial designs. License: GPL-3 Encoding: UTF-8 URL: https://graemeleehickey.github.io/goldilocks/, https://github.com/graemeleehickey/goldilocks, https://CRAN.R-project.org/package=goldilocks BugReports: https://github.com/graemeleehickey/goldilocks/issues Depends: R (>= 4.1.0), survival Imports: dplyr, parallel, pbmcapply, PWEALL, Rcpp, rlang, stats Suggests: bench, covr, DiagrammeR, testthat (>= 3.0.0), knitr, rmarkdown LinkingTo: BH, Rcpp Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/testthat/edition: 3 VignetteBuilder: knitr Repository: https://graemeleehickey.r-universe.dev Date/Publication: 2026-07-01 16:46:59 UTC RemoteUrl: https://github.com/graemeleehickey/goldilocks RemoteRef: HEAD RemoteSha: 4de43c646fd7b71915d656135e2f6fe40fadf1ee NeedsCompilation: yes Packaged: 2026-07-01 17:56:57 UTC; root Author: Graeme L. Hickey [aut, cre] (ORCID: ), Ying Wan [aut], Thevaa Chandereng [aut] (ORCID: , bayesDP code as a template), Becton, Dickinson and Company [cph], Tim Kacprowski [ctb] (For code from fastlogrank R package.) Maintainer: Graeme L. Hickey