Skip to content

Commit bf58ee8

Browse files
committed
change vignette links to html, should also address cran note
1 parent 5d010d6 commit bf58ee8

File tree

11 files changed

+21
-25
lines changed

11 files changed

+21
-25
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Package `ctrdata` provides functions for retrieving (downloading), aggregating a
4646
- ClinicalTrials.gov ("CTGOV2", https://clinicaltrials.gov/, [example](#workflow-ctgov-example))
4747
- ISRCTN Registry ("ISRCTN", https://www.isrctn.com/)
4848

49-
Additional registers are being explored. The package facilitates investigating across registers the design and conduct of trials of interest, to describe their trends and availability for patients and to facilitate using their detailed results for research and meta-analyses. `ctrdata` is a package for the [R](https://www.r-project.org/) system, but other systems and tools can use the databases created with this package. This README was reviewed on 2026-01-02 for version 1.25.1.9000.
49+
Additional registers are being explored. The package facilitates investigating across registers the design and conduct of trials of interest, to describe their trends and availability for patients and to facilitate using their detailed results for research and meta-analyses. `ctrdata` is a package for the [R](https://www.r-project.org/) system, but other systems and tools can use the databases created with this package. This README was reviewed on 2026-01-03 for version 1.25.1.9000.
5050

5151
## Main features
5252

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ interest, to describe their trends and availability for patients and to
4040
facilitate using their detailed results for research and meta-analyses.
4141
`ctrdata` is a package for the [R](https://www.r-project.org/) system,
4242
but other systems and tools can use the databases created with this
43-
package. This README was reviewed on 2026-01-02 for version 1.25.1.9000.
43+
package. This README was reviewed on 2026-01-03 for version 1.25.1.9000.
4444

4545
## Main features
4646

docs/articles/ctrdata_summarise.html

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/ctrdata_summarise.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,11 @@ version 1.24.1. <https://cran.r-project.org/package=ctrdata>
1313

1414
Here using MongoDB, which may be faster than SQLite, can handle
1515
credentials, provides access to remote servers and can directly retrieve
16-
nested elements from paths. See
17-
[README.md](https://rfhb.github.io/ctrdata/README.md) and [Retrieve
18-
clinical trial
19-
information](https://rfhb.github.io/ctrdata/articles/ctrdata_retrieve.Rmd)
16+
nested elements from paths. See [Retrieve clinical trial
17+
information](https://rfhb.github.io/ctrdata/articles/ctrdata_retrieve.md)
2018
for examples using SQLite. Also PostgreSQL can be used as database, see
2119
[Install R package
22-
ctrdata](https://rfhb.github.io/ctrdata/articles/ctrdata_install.Rmd).
20+
ctrdata](https://rfhb.github.io/ctrdata/articles/ctrdata_install.md).
2321

2422
``` r
2523

@@ -39,7 +37,7 @@ nodbi::docdb_delete(db, db$collection)
3937
```
4038

4139
See [Retrieve clinical trial
42-
information](https://rfhb.github.io/ctrdata/articles/ctrdata_retrieve.Rmd)
40+
information](https://rfhb.github.io/ctrdata/articles/ctrdata_retrieve.md)
4341
for more details.
4442

4543
``` r

docs/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ interest, to describe their trends and availability for patients and to
2929
facilitate using their detailed results for research and meta-analyses.
3030
`ctrdata` is a package for the [R](https://www.r-project.org/) system,
3131
but other systems and tools can use the databases created with this
32-
package. This README was reviewed on 2026-01-02 for version 1.25.1.9000.
32+
package. This README was reviewed on 2026-01-03 for version 1.25.1.9000.
3333

3434
## Main features
3535

docs/llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ interest, to describe their trends and availability for patients and to
2929
facilitate using their detailed results for research and meta-analyses.
3030
`ctrdata` is a package for the [R](https://www.r-project.org/) system,
3131
but other systems and tools can use the databases created with this
32-
package. This README was reviewed on 2026-01-02 for version 1.25.1.9000.
32+
package. This README was reviewed on 2026-01-03 for version 1.25.1.9000.
3333

3434
## Main features
3535

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ articles:
55
ctrdata_install: ctrdata_install.html
66
ctrdata_retrieve: ctrdata_retrieve.html
77
ctrdata_summarise: ctrdata_summarise.html
8-
last_built: 2026-01-02T08:05Z
8+
last_built: 2026-01-03T12:05Z
99
urls:
1010
reference: https://rfhb.github.io/ctrdata/reference
1111
article: https://rfhb.github.io/ctrdata/articles

docs/search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

vignettes/ctrdata_summarise.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Remember to respect the registers' terms and conditions (see `ctrOpenSearchPages
2929

3030
## Preparations
3131

32-
Here using MongoDB, which may be faster than SQLite, can handle credentials, provides access to remote servers and can directly retrieve nested elements from paths. See [README.md](../README.md) and [Retrieve clinical trial information](ctrdata_retrieve.Rmd) for examples using SQLite. Also PostgreSQL can be used as database, see [Install R package ctrdata](ctrdata_install.Rmd).
32+
Here using MongoDB, which may be faster than SQLite, can handle credentials, provides access to remote servers and can directly retrieve nested elements from paths. See [Retrieve clinical trial information](ctrdata_retrieve.html) for examples using SQLite. Also PostgreSQL can be used as database, see [Install R package ctrdata](ctrdata_install.html).
3333

3434
```{r connect_mongodb}
3535
db <- nodbi::src_mongo(
@@ -47,7 +47,7 @@ db
4747
nodbi::docdb_delete(db, db$collection)
4848
```
4949

50-
See [Retrieve clinical trial information](ctrdata_retrieve.Rmd) for more details.
50+
See [Retrieve clinical trial information](ctrdata_retrieve.html) for more details.
5151

5252
```{r ctrLoadQueryIntoDb}
5353
# Load package

0 commit comments

Comments
 (0)