Skip to content

Commit 8962aa7

Browse files
committed
version and CRAN doi
1 parent f1b386e commit 8962aa7

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Description: A progression model for repeated measures (PMRM)
1414
This package implements frequentist PMRMs by
1515
Raket (2022) <doi:10.1002/sim.9581> using
1616
'RTMB' by Kristensen (2016) <doi:10.18637/jss.v070.i05>.
17-
Version: 0.0.2
17+
Version: 0.0.2.9000
1818
License: MIT + file LICENSE
1919
URL: https://github.com/openpharma/pmrm,
2020
https://openpharma.github.io/pmrm/

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# pmrm 0.0.2.9000 (development)
2+
3+
4+
15
# pmrm 0.0.2
26

37
* Fix citation and links for CRAN.

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ There are multiple ways to install `pmrm`.
3838
To cite pmrm in publications, please use:
3939

4040
Landau WM, Raket LL, Kristensen K (2026). "Progression Models for
41-
Repeated Measures." R package, <https://openpharma.github.io/pmrm/>.
41+
Repeated Measures." doi:10.32614/CRAN.package.pmrm
42+
<https://doi.org/10.32614/CRAN.package.pmrm>, R package,
43+
<https://openpharma.github.io/pmrm/>.
4244

4345
A BibTeX entry for LaTeX users is
4446

@@ -47,6 +49,7 @@ There are multiple ways to install `pmrm`.
4749
title = {Progression Models for Repeated Measures},
4850
year = {2026},
4951
note = {R package},
52+
doi = {10.32614/CRAN.package.pmrm},
5053
url = {https://openpharma.github.io/pmrm/},
5154
}
5255

inst/CITATION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ bibentry(
2727
title = "Progression Models for Repeated Measures",
2828
year = 2026L,
2929
note = "R package",
30+
doi = "10.32614/CRAN.package.pmrm",
3031
url = "https://openpharma.github.io/pmrm/",
3132
)
3233

0 commit comments

Comments
 (0)