Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rfhb committed Sep 29, 2024
1 parent a97c251 commit d5a77d2
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 26 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: ctrdata
Type: Package
Title: Retrieve and Analyze Clinical Trials in Public Registers
Version: 1.19.3.9000
Version: 1.19.4
Imports: jsonlite, httr, curl (>= 5.1.0), clipr, xml2, nodbi (>= 0.10.0),
stringi, tibble, lubridate, jqr, dplyr, zip, V8, readr, digest,
countrycode
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ctrdata 1.19.3.9000
# ctrdata 1.19.4

- Fix vignettes and update documentation website (pkgdown)
- Make `dbFindFields()` more robust, specify scalar search fields to identify records
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The package `ctrdata` provides functions for retrieving (downloading), aggregati
- ClinicalTrials.gov ("CTGOV2", see [example](#workflow-ctgov-example))
- ISRCTN Registry (https://www.isrctn.com/)

The motivation is to investigate and understand trends in design and conduct of trials, their 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 be used with the databases created with the package. This README was reviewed on 2024-09-22 for version 1.19.3.
The motivation is to investigate and understand trends in design and conduct of trials, their 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 be used with the databases created with the package. This README was reviewed on 2024-09-29 for version 1.19.4.

## Main features

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ conduct of trials, their 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 be used with the databases created with the
package. This README was reviewed on 2024-09-22 for version 1.19.3.
package. This README was reviewed on 2024-09-29 for version 1.19.4.

## Main features

Expand Down
7 changes: 4 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

* local: R version 4.4.1 (2024-06-14) on x86_64-apple-darwin20 (ok)

* Win-builder: R version 4.3.3 (2024-02-29 ucrt); R Under development (unstable) (2024-09-21 r87186 ucrt); R version 4.4.1 (2024-06-14 ucrt) (ok)
* Win-builder:R version 4.4.1 (2024-06-14 ucrt); R version 4.3.3 (2024-02-29 ucrt); R Under development (unstable) (2024-09-28 r87201 ucrt) (ok)

* GitHub actions: windows-2022, r: 'release'; macOS-latest, r: 'release'; macOS-latest, r: 'oldrel'; ubuntu-latest, r: 'devel' (ok)

* Mac builder: Build system: r-devel-macosx-arm64|4.4.0|macosx|macOS 13.3.1 (22E261)|Mac mini|Apple M1||en_US.UTF-8|macOS 11.3|clang-1403.0.22.14.1|GNU Fortran (GCC) 12.2.0 (ok)
* macOS builder: r-devel-macosx-arm64|4.4.0|macosx|macOS 13.3.1 (22E261)|Mac mini|Apple M1||en_US.UTF-8|macOS 11.3|clang-1403.0.22.14.1|GNU Fortran (GCC) 12.2.0 (ok)


## Local R CMD check results
Expand All @@ -20,7 +20,8 @@ Explanation of NOTES:

## Submission reason

Minor code updates (e.g., refactoring for better handling CDN links; styled, linted code; simplified code now that `CTIS` provides an advanced search)
- Fix two broken vignettes
- Correct query for scalar fields


## Reverse dependency checks
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ articles:
ctrdata_install: ctrdata_install.html
ctrdata_retrieve: ctrdata_retrieve.html
ctrdata_summarise: ctrdata_summarise.html
last_built: 2024-09-29T16:07Z
last_built: 2024-09-29T17:15Z
urls:
reference: https://rfhb.github.io/ctrdata/reference
article: https://rfhb.github.io/ctrdata/articles
7 changes: 0 additions & 7 deletions docs/reference/ctrGetQueryUrl.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 35 additions & 8 deletions docs/reference/dbFindFields.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/reference/dbFindIdsUniqueTrials.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/search.json

Large diffs are not rendered by default.

0 comments on commit d5a77d2

Please sign in to comment.