CRAN Package Check Results for Package clintrialx

Last updated on 2025-10-17 22:50:55 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 6.72 62.20 68.92 OK
r-devel-linux-x86_64-debian-gcc 0.1.1 4.91 43.75 48.66 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.1 83.47 OK
r-devel-linux-x86_64-fedora-gcc 0.1.1 108.92 OK
r-devel-windows-x86_64 0.1.1 8.00 81.00 89.00 OK
r-patched-linux-x86_64 0.1.1 5.69 55.88 61.57 OK
r-release-linux-x86_64 0.1.1 6.69 56.97 63.66 OK
r-release-macos-arm64 0.1.1 46.00 OK
r-release-macos-x86_64 0.1.1 87.00 OK
r-release-windows-x86_64 0.1.1 11.00 84.00 95.00 OK
r-oldrel-macos-arm64 0.1.1 49.00 OK
r-oldrel-macos-x86_64 0.1.1 80.00 OK
r-oldrel-windows-x86_64 0.1.1 11.00 96.00 107.00 OK

Check Details

Version: 0.1.1
Check: examples
Result: ERROR Running examples in ‘clintrialx-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: ctg_count > ### Title: Get Count of Clinical Trials from ClinicalTrials.gov > ### Aliases: ctg_count > > ### ** Examples > > ctg_count( + condition = "Cancer", + location = "India", + title = NULL, + intervention = "Drug", + status = "RECRUITING" + ) Error in ctg_count(condition = "Cancer", location = "India", title = NULL, : API request failed with status code: 500 Execution halted Flavor: r-devel-linux-x86_64-debian-gcc