File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed
Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff 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
1818License: MIT + file LICENSE
1919URL: https://github.com/openpharma/pmrm,
2020 https://openpharma.github.io/pmrm/
Original file line number Diff line number Diff line change 1+ # pmrm 0.0.2.9000 (development)
2+
3+
4+
15# pmrm 0.0.2
26
37* Fix citation and links for CRAN.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments