Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rfhb committed Feb 4, 2024
1 parent 02dd490 commit 064bc20
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 11 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.17.0.9000
Version: 1.17.1
Imports: jsonlite, httr, curl (>= 5.1.0), clipr, xml2, nodbi (>= 0.10.0),
stringi, tibble, lubridate, jqr, dplyr, zip, V8, readr, digest
URL: https://cran.r-project.org/package=ctrdata
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.17.0.9000 (2024-02-04)
# ctrdata 1.17.1

## Improvements
- Additional `CTIS` field types and possibly documents (associated clinical trials)
Expand Down
15 changes: 6 additions & 9 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

* local: macOS 21.6.0, R 4.2.3 (ok)

* macOS builder: r-release-macosx-arm64|4.3.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)

* Win-builder: R Under development (unstable) (2024-01-20 r85814 ucrt) (error as nodbi 0.10.0 published on CRAN on 2024-01-22 is not yet available)
* Win-builder: R Under development (unstable) (2024-02-02 r85855 ucrt) x86_64-w64-mingw32; R version 4.2.3 (2023-03-15 ucrt) x86_64-w64-mingw32 (64-bit); R version 4.3.2 (2023-10-31 ucrt) x86_64-w64-mingw32 (64-bit) (ok)

* R-hub: Windows Server 2022, R-devel, 64 bit; Ubuntu Linux 20.04.1 LTS, R-release, GCC (ok)

* GitHub actions: macOS-lates, R release (ok)


## Local R CMD check results

Expand All @@ -19,15 +21,10 @@ NOTES come from checking package documentation (referenced publicationswork when
## Submission reason

### Improvements
- Downloads are re-used during an interactive session
- More register data fields get typed as number, logical or date

### Possibly breaking changes
- Reimplemented `dbGetFieldsIntoDf()` and `dbFindFields()` to accelerate and simplify, based on improved `nodbi` package v0.9.9
- Provide access to additional data from `CTIS`, improved user information

### Bug fixes
- Adapted to newly available data in CTIS
- Corrected escaping for JSON operation
- Added handling of Unicode emitted by `EUCTR` for at least one trial


## revdepcheck results
Expand Down
Binary file modified vignettes/ctrdata_install.pdf
Binary file not shown.
Binary file modified vignettes/ctrdata_retrieve.pdf
Binary file not shown.
Binary file modified vignettes/ctrdata_summarise.pdf
Binary file not shown.

0 comments on commit 064bc20

Please sign in to comment.