Skip to content

Commit

Permalink
desc::normalize
Browse files Browse the repository at this point in the history
  • Loading branch information
bcjaeger committed Dec 8, 2023
1 parent 022821f commit a99f5b5
Showing 1 changed file with 38 additions and 47 deletions.
85 changes: 38 additions & 47 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,60 +2,51 @@ Package: aorsf
Title: Accelerated Oblique Random Survival Forests
Version: 0.1.1.9003
Authors@R: c(
person(given = "Byron",
family = "Jaeger",
role = c("aut", "cre"),
email = "bjaeger@wakehealth.edu",
person("Byron", "Jaeger", , "bjaeger@wakehealth.edu", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7399-2299")),
person(given = "Nicholas",
family = "Pajewski",
role = "ctb"),
person(given = "Sawyer",
family = "Welden",
role = "ctb",
email = "swelden@wakehealth.edu"),
person(given = "Christopher",
family = "Jackson",
email = "chris.jackson@mrc-bsu.cam.ac.uk",
role = "rev"),
person(given = "Marvin",
family = "Wright",
role = "rev"),
person(given = "Lukas",
family = "Burk",
role = "rev")
)
Description: Fit, interpret, and make predictions with oblique random survival forests. Oblique decision trees are notoriously slow compared to their axis based counterparts, but 'aorsf' runs as fast or faster than axis-based decision tree algorithms for right-censored time-to-event outcomes. Methods to accelerate and interpret the oblique random survival forest are described in Jaeger et al., (2023) <DOI:10.1080/10618600.2023.2231048>.
person("Nicholas", "Pajewski", role = "ctb"),
person("Sawyer", "Welden", , "swelden@wakehealth.edu", role = "ctb"),
person("Christopher", "Jackson", , "chris.jackson@mrc-bsu.cam.ac.uk", role = "rev"),
person("Marvin", "Wright", role = "rev"),
person("Lukas", "Burk", role = "rev")
)
Description: Fit, interpret, and make predictions with oblique random
survival forests. Oblique decision trees are notoriously slow compared
to their axis based counterparts, but 'aorsf' runs as fast or faster
than axis-based decision tree algorithms for right-censored
time-to-event outcomes. Methods to accelerate and interpret the
oblique random survival forest are described in Jaeger et al., (2023)
<DOI:10.1080/10618600.2023.2231048>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
LinkingTo:
Rcpp,
RcppArmadillo
Imports:
Rcpp,
data.table,
utils,
collapse,
R6,
lifecycle
URL: https://github.com/ropensci/aorsf,
https://docs.ropensci.org/aorsf/
URL: https://github.com/ropensci/aorsf, https://docs.ropensci.org/aorsf/
BugReports: https://github.com/ropensci/aorsf/issues/
Depends:
R (>= 3.6)
Imports:
collapse,
data.table,
lifecycle,
R6,
Rcpp,
utils
Suggests:
survival,
SurvMetrics,
covr,
ggplot2,
testthat (>= 3.0.0),
glmnet,
knitr,
rmarkdown,
glmnet,
covr,
units,
tibble
survival,
SurvMetrics,
testthat (>= 3.0.0),
tibble,
units
LinkingTo:
Rcpp,
RcppArmadillo
VignetteBuilder:
knitr
Config/testthat/edition: 3
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3

0 comments on commit a99f5b5

Please sign in to comment.