Package: spect
Version: 1.0
Date: 2025-04-06
Title: Survival Prediction Ensemble Classification Tool
Authors@R: c(person("Stephen", "Abrams", role = c("aut", "cre"), email = "stephen.abrams@gmail.com"))
Author: Stephen Abrams [aut, cre]
Maintainer: Stephen Abrams <stephen.abrams@gmail.com>
Depends: R (>= 4.0), futile.logger, dplyr
Imports: doParallel, ggplot2, survminer, riskRegression, caret,
        caretEnsemble, survival, rlang
Description: A tool for survival analysis using a discrete time approach with ensemble binary classification. 'spect' provides a
	simple interface consistent with commonly used R data analysis packages, such as 'caret', a variety of parameter options
	to help facilitate search automation, a high degree of transparency to the end-user - all intermediate data sets and
	parameters are made available for further analysis and useful, out-of-the-box visualizations of model performance. Methods
	for transforming survival data into discrete-time are adapted from the 'autosurv' package by Suresh et al., (2022)
	<doi:10.1186/s12874-022-01679-6>.
License: GPL-3
URL: https://github.com/dawdawdo/spect
BugReports: https://github.com/dawdawdo/spect/issues
RoxygenNote: 7.3.2
Suggests: knitr, rmarkdown, randomForest, kernlab, testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2025-04-07 00:26:07 UTC; steph
Repository: CRAN
Date/Publication: 2025-04-08 09:00:02 UTC
Built: R 4.5.1; ; 2025-10-06 04:08:01 UTC; windows
