Skip to content

Commit

Permalink
prepare for release, correct sep, add nodbi version check
Browse files Browse the repository at this point in the history
  • Loading branch information
rfhb committed Nov 10, 2024
1 parent d324b59 commit 5344c6e
Show file tree
Hide file tree
Showing 41 changed files with 631 additions and 769 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: ctrdata
Type: Package
Title: Retrieve and Analyze Clinical Trials in Public Registers
Version: 1.19.4.9000
Imports: jsonlite, httr, curl (>= 5.1.0), clipr, xml2, nodbi (>= 0.10.0),
Version: 1.19.5
Imports: jsonlite, httr, curl (>= 5.1.0), clipr, xml2, nodbi (>= 0.10.7),
stringi, tibble, lubridate, jqr, dplyr, zip, V8, readr, digest,
countrycode
URL: https://cran.r-project.org/package=ctrdata, https://rfhb.github.io/ctrdata/
Expand Down
8 changes: 4 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# ctrdata 1.19.4.9000
# ctrdata 1.19.5

## Improvements
- Refactored `dbFindFields()` for speed and efficiency
- Accommodated newly available expert search in `CTGOV2`
- Adapted to `curl` v6 having renamed the timeout parameter
- Documents download (create only folders for trials with documents, exclude duplicate files)
- Adapted to newly available expert search in `CTGOV2`

## Bug fix
- Correct `CTGOV2` endpoint for document downloads
- Adapted to `curl` v6 having renamed the timeout parameter
- Documents download (folders only for trials with documents; excluding duplicates)

# ctrdata 1.19.4

Expand Down
Loading

0 comments on commit 5344c6e

Please sign in to comment.