Skip to content

Commit ad5ee69

Browse files
committed
editorial update
1 parent 66f8345 commit ad5ee69

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ install.packages("ctrdata")
120120
121121
# Alternatively, install development version:
122122
install.packages("devtools")
123-
devtools::install_github("rfhb/ctrdata", build_vignettes = TRUE)
123+
remotes::install_github("rfhb/ctrdata", build_vignettes = TRUE)
124124
```
125125

126126
These commands also install the package's dependencies (`jsonlite`, `httr2`, `xml2`, `nodbi`, `stringi`, `lubridate`, `jqr`, `dplyr`, `zip`, `readr`, `rlang`, `htmlwidgets`, `stringdist` and `V8`).

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ multiple public registers using R package ctrdata.” *Research Synthesis
8383
Methods*, 1–33. <doi:10.1017/rsm.2025.10061>
8484
<https://doi.org/10.1017/rsm.2025.10061>. or <br/>Herold R (2026).
8585
*ctrdata: Retrieve and Analyze Clinical Trials Data from Public
86-
Registers*. R package version 1.26.0.9000,
86+
Registers*. R package version 1.26.1.9000,
8787
<https://cran.r-project.org/package=ctrdata>.
8888
</blockquote>
8989

@@ -164,7 +164,7 @@ install.packages("ctrdata")
164164

165165
# Alternatively, install development version:
166166
install.packages("devtools")
167-
devtools::install_github("rfhb/ctrdata", build_vignettes = TRUE)
167+
remotes::install_github("rfhb/ctrdata", build_vignettes = TRUE)
168168
```
169169

170170
These commands also install the package’s dependencies (`jsonlite`,

0 commit comments

Comments
 (0)