Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rfhb committed May 13, 2024
1 parent e09b583 commit 75e63f5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 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.2.9000
Version: 1.18.0
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, https://rfhb.github.io/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.2.9000
# ctrdata 1.18.0

## Possibly breaking change
- File names for documents downloaded from `CTIS` now include the document type and use different separators (e.g., "parts2auth - SbjctInfaICF - ..." as abbreviation of "Subject information and informed consent form (for publication)", was previously "parts2auth_...")
Expand Down
20 changes: 9 additions & 11 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@

* local: R Under development (unstable) (2024-02-23 r85975) using platform: x86_64-apple-darwin20 (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-02-24 r85984 ucrt) using platform: x86_64-w64-mingw32; R version 4.3.2 (2023-10-31 ucrt) using platform: x86_64-w64-mingw32 (64-bit); R version 4.2.3 (2023-03-15 ucrt) using platform: x86_64-w64-mingw32 (64-bit) (ok)

* R-hub: Windows Server 2022, R-devel, 64 bit; Fedora Linux, R-devel, clang, gfortran (ok)
* Win-builder: R Under development (unstable) (2024-05-12 r86534 ucrt) using platform: x86_64-w64-mingw32, R version 4.3.3 (2024-02-29 ucrt) using platform: x86_64-w64-mingw32, R version 4.4.0 (2024-04-24 ucrt) using platform: x86_64-w64-mingw32 (64-bit) (ok)

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

Expand All @@ -22,19 +20,19 @@ Explanation of NOTES:

## Submission reason

- The ERROR on CRAN is related to a dependency which was corrected on 2024-02-24 (nodbi version 0.10.2, see https://cloud.r-project.org/web/checks/check_results_nodbi.html)
- Enhancements (e.g. historic versions from CTGOV2, more fields retrieved and typed, expanded naming scheme for files from CTIS)

- Bug fixes (handle some marginal cases)

- Increase testing coverage

- Correct handling multiple public events with `CTIS`
- Switch sequence of API endpoints used with `CTIS`
- Re-use `CTIS` downloads in a given session
- Other changes (updated documentation)


## revdepcheck results

We checked 0 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
Check did not work ('unable to access index for repository https://bioconductor.org')

* We saw 0 new problems
* We failed to check 0 packages

----

Expand Down

0 comments on commit 75e63f5

Please sign in to comment.