CRAN Package Check Results for Package trelloR

Last updated on 2024-09-27 05:50:07 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.8.0 1.99 35.68 37.67 OK
r-devel-linux-x86_64-debian-gcc 0.8.0 1.82 27.30 29.12 OK
r-devel-linux-x86_64-fedora-clang 0.8.0 62.13 OK
r-devel-linux-x86_64-fedora-gcc 0.8.0 75.25 OK
r-devel-windows-x86_64 0.8.0 4.00 79.00 83.00 OK
r-patched-linux-x86_64 0.8.0 3.75 33.43 37.18 ERROR
r-release-linux-x86_64 0.8.0 2.33 34.65 36.98 OK
r-release-macos-arm64 0.8.0 47.00 OK
r-release-macos-x86_64 0.8.0 54.00 OK
r-release-windows-x86_64 0.8.0 4.00 76.00 80.00 OK
r-oldrel-macos-arm64 0.8.0 42.00 OK
r-oldrel-macos-x86_64 0.8.0 68.00 OK
r-oldrel-windows-x86_64 0.8.0 6.00 77.00 83.00 OK

Check Details

Version: 0.8.0
Check: examples
Result: ERROR Running examples in ‘trelloR-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: get_id > ### Title: Get model ID > ### Aliases: get_id get_id_board get_id_card > > ### ** Examples > > # Get Trello Development Roadmap board ID > url = "https://trello.com/b/nC8QJJoZ/trello-development-roadmap" > tdr_id = get_id_board(url) GET: https://api.trello.com/1/board/nC8QJJoZ?fields=name&limit=100 Error in curl::curl_fetch_memory(url, handle = handle) : Timeout was reached: [api.trello.com] SSL connection timeout Calls: get_id_board ... get_resource -> trello_api_verb -> do.call -> <Anonymous> Execution halted Flavor: r-patched-linux-x86_64