Skip to content

Commit 1835d13

Browse files
committed
URLs
1 parent 3006c41 commit 1835d13

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Description: A progression model for repeated measures (PMRM)
1717
Version: 0.0.1
1818
License: MIT + file LICENSE
1919
URL: https://github.com/openpharma/pmrm,
20-
https://openpharma.github.io/pmrm
20+
https://openpharma.github.io/pmrm/
2121
BugReports: https://github.com/openpharma/pmrm/issues
2222
Authors@R: c(
2323
person(

inst/CITATION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ bibentry(
2727
title = "Progression models for repeated measures: Estimating novel treatment effects in progressive diseases",
2828
year = 2026L,
2929
note = paste("R package version ", packageVersion("pmrm")),
30-
url = "https://openpharma.github.io/pmrm",
30+
url = "https://openpharma.github.io/pmrm/",
3131
)
3232

3333
bibentry(

vignettes/validation.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ library(readr)
3636
library(scales)
3737
```
3838

39-
This simulation study is a [`targets`](htttps://docs.ropensci.org/targets) pipeline in the `vignettes/validation/` directory of the source code of `pmrm`.
39+
This simulation study is a `targets` pipeline in the `vignettes/validation/` directory of the source code of `pmrm`.
4040
To run the pipeline, change to that working directory and call `targets::tar_make()`.
4141
Due to the computational cost, we only run this pipeline once per release.
4242

0 commit comments

Comments
 (0)