From da56a07caccfd87656767bfd5ae7908fdb158bc4 Mon Sep 17 00:00:00 2001 From: Hannah Frick Date: Fri, 14 Feb 2025 16:05:14 +0000 Subject: [PATCH 1/4] Polish NEWS --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 8394c67..1bdeebe 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# censored (development version) +# censored 0.3.3 ## Breaking change From 5a15254c4442cca6a754e1b44f6d35795dc94a65 Mon Sep 17 00:00:00 2001 From: Hannah Frick Date: Fri, 14 Feb 2025 16:07:24 +0000 Subject: [PATCH 2/4] rebuild readme --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 51728e5..d278508 100644 --- a/README.md +++ b/README.md @@ -44,19 +44,19 @@ probability with `type = "survival"`, the linear predictor with `type = "linear_pred"`, the quantiles of the event time distribution with `type = "quantile"`, and the hazard with `type = "hazard"`. -| model | engine | time | survival | linear_pred | raw | quantile | hazard | -|:---------------------|:---------------|:-----|:---------|:------------|:----|:---------|:-------| -| bag_tree | rpart | ✔ | ✔ | ✖ | ✖ | ✖ | ✖ | -| boost_tree | mboost | ✔ | ✔ | ✔ | ✖ | ✖ | ✖ | -| decision_tree | rpart | ✔ | ✔ | ✖ | ✖ | ✖ | ✖ | -| decision_tree | partykit | ✔ | ✔ | ✖ | ✖ | ✖ | ✖ | -| proportional_hazards | survival | ✔ | ✔ | ✔ | ✖ | ✖ | ✖ | -| proportional_hazards | glmnet | ✔ | ✔ | ✔ | ✔ | ✖ | ✖ | -| rand_forest | partykit | ✔ | ✔ | ✖ | ✖ | ✖ | ✖ | -| rand_forest | aorsf | ✔ | ✔ | ✖ | ✖ | ✖ | ✖ | -| survival_reg | survival | ✔ | ✔ | ✔ | ✖ | ✔ | ✔ | -| survival_reg | flexsurv | ✔ | ✔ | ✔ | ✖ | ✔ | ✔ | -| survival_reg | flexsurvspline | ✔ | ✔ | ✔ | ✖ | ✔ | ✔ | +| model | engine | time | survival | linear_pred | raw | quantile | hazard | +|:---|:---|:---|:---|:---|:---|:---|:---| +| bag_tree | rpart | ✔ | ✔ | ✖ | ✖ | ✖ | ✖ | +| boost_tree | mboost | ✔ | ✔ | ✔ | ✖ | ✖ | ✖ | +| decision_tree | rpart | ✔ | ✔ | ✖ | ✖ | ✖ | ✖ | +| decision_tree | partykit | ✔ | ✔ | ✖ | ✖ | ✖ | ✖ | +| proportional_hazards | survival | ✔ | ✔ | ✔ | ✖ | ✖ | ✖ | +| proportional_hazards | glmnet | ✔ | ✔ | ✔ | ✔ | ✖ | ✖ | +| rand_forest | partykit | ✔ | ✔ | ✖ | ✖ | ✖ | ✖ | +| rand_forest | aorsf | ✔ | ✔ | ✖ | ✖ | ✖ | ✖ | +| survival_reg | survival | ✔ | ✔ | ✔ | ✖ | ✔ | ✔ | +| survival_reg | flexsurv | ✔ | ✔ | ✔ | ✖ | ✔ | ✔ | +| survival_reg | flexsurvspline | ✔ | ✔ | ✔ | ✖ | ✔ | ✔ | ## Contributing From 58e4d06d11631570446bdca6270314403cfc33e8 Mon Sep 17 00:00:00 2001 From: Hannah Frick Date: Fri, 14 Feb 2025 19:07:46 +0000 Subject: [PATCH 3/4] update revdepcheck --- revdep/cran.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/revdep/cran.md b/revdep/cran.md index d07935b..25bb3c2 100644 --- a/revdep/cran.md +++ b/revdep/cran.md @@ -1,6 +1,6 @@ ## revdepcheck results -We checked 2 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. +We checked 6 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. * We saw 0 new problems * We failed to check 0 packages From 351e7af474046b2ad5012f3f70e2d5e3ecce6f87 Mon Sep 17 00:00:00 2001 From: Hannah Frick Date: Fri, 14 Feb 2025 19:08:15 +0000 Subject: [PATCH 4/4] Increment version number to 0.3.3 --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index c0c9d3b..1190b6a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: censored Title: 'parsnip' Engines for Survival Models -Version: 0.3.2.9000 +Version: 0.3.3 Authors@R: c( person("Emil", "Hvitfeldt", , "emil.hvitfeldt@posit.co", role = "aut", comment = c(ORCID = "0000-0002-0679-1945")),