Package: hdcuremodels Title: High-Dimensional Cure Models Version: 0.0.6 Date: 2025-12-01 Authors@R: c(person("Han", "Fu", role = "aut"), person(c("Kellie J."), "Archer", email= "archer.43@osu.edu", role = c("aut","cre"), comment = c(ORCID="0000-0003-1555-5781")), person("Tung Lam", "Nguyen", email = "nguyenlamtung10@gmail.com", role = "rev", comment = "Reviewed the package for ROpenSci"), person("Panagiotis", "Papastamoulis", email = "papapast@yahoo.gr", role = "rev", comment = "Reviewed the package for ROpenSci")) Description: Provides functions for fitting various penalized parametric and semi-parametric mixture cure models with different penalty functions, testing for a significant cure fraction, and testing for sufficient follow-up as described in Fu et al (2022) and Archer et al (2024). False discovery rate controlled variable selection is provided using model-X knock-offs. License: MIT + file LICENSE Encoding: UTF-8 Depends: R (>= 4.2.0) Imports: doParallel, flexsurv, flexsurvcure, foreach, ggplot2, ggpubr, glmnet, knockoff, mvnfast, parallel, plyr, methods, survival, withr Roxygen: list(markdown = TRUE, roclets = c ("namespace", "rd")) RoxygenNote: 7.3.3 Remotes: ropensci-review-tools/srr Suggests: knitr, Rdsdp, rmarkdown, roxygen2, srr, testthat (>= 3.0.0) VignetteBuilder: knitr LazyData: true URL: https://github.com/ropensci/hdcuremodels BugReports: https://github.com/ropensci/hdcuremodels/issues Config/testthat/edition: 3 Config/pak/sysreqs: cmake make libicu-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2025-12-03 20:10:56 UTC RemoteUrl: https://github.com/ropensci/hdcuremodels RemoteRef: main RemoteSha: 466902cdc609628f1d9f0fb42e70f7dfb73eda72 NeedsCompilation: no Packaged: 2026-06-16 07:42:04 UTC; root Author: Han Fu [aut], Kellie J. Archer [aut, cre] (ORCID: ), Tung Lam Nguyen [rev] (Reviewed the package for ROpenSci), Panagiotis Papastamoulis [rev] (Reviewed the package for ROpenSci) Maintainer: Kellie J. Archer