Skip to content

Commit d0df0fd

Browse files
committed
Update news and readme for v0.2.1
1 parent ec35611 commit d0df0fd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# psm3mkv 0.2.1
22

3-
# 31 Mar 2024 - Version 0.2.1
3+
# 14 Apr 2024 - Version 0.2.1
44

55
Constraining calculations of restricted mean durations and the accompanying `vignette("background-mortality")` has been reworked. The calculations using integral/continuous methods was not reliable. Instead, `calc_allrmds` now has a `rmdmethod="disc"` option to allow for discretized calculations for a given timestep (defaulting at one week). There is a new collection of functions in `discrmd.R` to provide for this, as well as `constrain_survprob()` function, which constrains a vector of survival estimates at given times such that the underlying hazard is at least as great as in an accompanying lifetable.
66

README.Rmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ A second vignette, `vignette("background-mortality")` illustrates how, after fit
7777

7878
The package requires version 4.1 of R (due to use of the [native pipe](https://www.r-bloggers.com/2021/05/the-new-r-pipe/)). Please ensure R is updated first.
7979

80-
Version 0.2 of *psm3mkv* is the latest minor release, and may be downloaded as follows.
80+
Version 0.2.1 of *psm3mkv* is the latest minor release, and may be downloaded as follows.
8181

8282
``` r
83-
# Install version 0.2 from Github as follows, with the vignette
83+
# Install version 0.2.1 from Github as follows, with the vignette
8484
pak::install_github("Merck/psm3mkv",
8585
ref="v0.2",
8686
build_vignettes=FALSE)

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ The package requires version 4.1 of R (due to use of the [native
9191
pipe](https://www.r-bloggers.com/2021/05/the-new-r-pipe/)). Please
9292
ensure R is updated first.
9393

94-
Version 0.2 of *psm3mkv* is the latest minor release, and may be
94+
Version 0.2.1 of *psm3mkv* is the latest minor release, and may be
9595
downloaded as follows.
9696

9797
``` r
98-
# Install version 0.2 from Github as follows, with the vignette
98+
# Install version 0.2.1 from Github as follows, with the vignette
9999
pak::install_github("Merck/psm3mkv",
100100
ref="v0.2",
101101
build_vignettes=FALSE)

0 commit comments

Comments
 (0)