Skip to content

Commit

Permalink
RC 0.3.1 (#319)
Browse files Browse the repository at this point in the history
* update pkg version in NEWS

* RStudio Community -> Posit Community

* Increment version number to 0.3.1

* cran submission

* reduce runtime of cforest example

* second submission

* remove cran submission file
  • Loading branch information
hfrick committed Apr 19, 2024
1 parent 66a9873 commit 69ec0f0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: censored
Title: 'parsnip' Engines for Survival Models
Version: 0.3.0.9000
Version: 0.3.1
Authors@R: c(
person("Emil", "Hvitfeldt", , "emil.hvitfeldt@posit.co", role = "aut",
comment = c(ORCID = "0000-0002-0679-1945")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# censored (development version)
# censored 0.3.1

* Internal changes to the `predict()` methods for flexsurv models, in preparation for the upcoming flexsurv release (#317).

Expand Down
2 changes: 1 addition & 1 deletion R/partykit.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#' forest <- rand_forest() %>%
#' set_mode("censored regression") %>%
#' set_engine("partykit") %>%
#' fit(Surv(time, status) ~ age + ph.ecog, data = lung)
#' fit(Surv(time, status) ~ age + ph.ecog, data = lung[1:100, ])
#' survival_prob_partykit(forest, lung[1:3, ], eval_time = 100)
survival_prob_partykit <- function(object,
new_data,
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ model_info %>%

This project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.

- For questions and discussions about tidymodels packages, modeling, and machine learning, please [post on RStudio Community](https://community.rstudio.com/new-topic?category_id=15&tags=tidymodels,question).
- For questions and discussions about tidymodels packages, modeling, and machine learning, please [post on Posit Community](https://forum.posit.co/new-topic?category_id=15&tags=tidymodels,question).

- If you think you have encountered a bug, please [submit an issue](https://github.com/tidymodels/censored/issues).

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html).
By contributing to this project, you agree to abide by its terms.

- For questions and discussions about tidymodels packages, modeling, and
machine learning, please [post on RStudio
Community](https://community.rstudio.com/new-topic?category_id=15&tags=tidymodels,question).
machine learning, please [post on Posit
Community](https://forum.posit.co/new-topic?category_id=15&tags=tidymodels,question).

- If you think you have encountered a bug, please [submit an
issue](https://github.com/tidymodels/censored/issues).
Expand Down
2 changes: 1 addition & 1 deletion man/survival_prob_partykit.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 69ec0f0

Please sign in to comment.