Skip to content

Commit

Permalink
Final changes for 2.3 CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
chjackson committed Apr 22, 2024
1 parent 705c19e commit efc9b37
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 33 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,3 @@ jobs:
with:
job-config: ${{ matrix.config.job-config }}
token: ${{ secrets.RHUB_TOKEN }}
args: 'c("--no-manual","--ignore-vignettes")'
build_args: 'c("--no-build-vignettes")'
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: flexsurv
Type: Package
Title: Flexible Parametric Survival and Multi-State Models
Version: 2.3
Date: 2024-04-05
Date: 2024-04-21
Authors@R: c(person("Christopher", "Jackson",
email="chris.jackson@mrc-bsu.cam.ac.uk",
role=c("aut", "cre")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version 2.3 (2024-04-05)
# Version 2.3 (2024-04-21)

* Analytic Hessian calculation for models where this is possible, that
is, Weibull, Gompertz, exponential, and spline models in hazard and
Expand Down
32 changes: 3 additions & 29 deletions inst/NEWS
Original file line number Diff line number Diff line change
@@ -1,36 +1,10 @@
-*- text -*-

Version 2.3 (2024-??-??)
-------------------------

* Analytic Hessian calculation for models where this is possible, that
is, Weibull, Gompertz, exponential, and spline models in hazard and
odds scales.

* Analytic gradient calculation for Weibull proportional hazards models.

* Weighted likelihood for relative survival models now implemented
consistently with other models, as a weighted sum of individual
log-likelihoods.

* `standsurv` now returns results in the same order of times `t`
as given by the user, for consistency with `summary.flexsurvreg`.

* Quantiles of standardised survival now available in `standsurv`.

* Non-default factor contrasts now handled.

* `pmatrix.simfs` can now accept a vector of times `t` and has a
`tidy` output option.

* BIC and AICc functions added.

* Column name of predict() output changed from "time" to "eval_time",
for consistency with tidymodels update.
For changes in Version 2.3 and later, see

* Default value for t now chosen in `hr_flexsurvreg`.
https://chjackson.github.io/flexsurv/news

* `coxsnell.flexsurvreg` now handles delayed entry.
which is built from NEWS.md in the source root directory.


Version 2.2.2 (2023-01-31)
Expand Down

0 comments on commit efc9b37

Please sign in to comment.