CRAN Package Check Results for Package pageviews

Last updated on 2025-03-13 15:51:28 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.6.0 2.04 25.52 27.56 OK
r-devel-linux-x86_64-debian-gcc 0.6.0 1.36 19.87 21.23 OK
r-devel-linux-x86_64-fedora-clang 0.6.0 41.48 OK
r-devel-linux-x86_64-fedora-gcc 0.6.0 40.45 OK
r-devel-macos-arm64 0.6.0 26.00 OK
r-devel-macos-x86_64 0.6.0 38.00 OK
r-devel-windows-x86_64 0.6.0 3.00 94.00 97.00 ERROR
r-patched-linux-x86_64 0.6.0 OK
r-release-linux-x86_64 0.6.0 1.90 23.72 25.62 OK
r-release-macos-arm64 0.6.0 30.00 OK
r-release-macos-x86_64 0.6.0 39.00 OK
r-release-windows-x86_64 0.6.0 3.00 51.00 54.00 OK
r-oldrel-macos-arm64 0.6.0 OK
r-oldrel-macos-x86_64 0.6.0 40.00 OK
r-oldrel-windows-x86_64 0.6.0 4.00 53.00 57.00 OK

Check Details

Version: 0.6.0
Check: examples
Result: ERROR Running examples in 'pageviews-Ex.R' failed The error most likely occurred in: > ### Name: article_pageviews > ### Title: Retrieve Pageview Data for an Article > ### Aliases: article_pageviews > > ### ** Examples > > # Basic example > r_pageviews <- article_pageviews() Error in curl::curl_fetch_memory(url, handle = handle) : Timeout was reached [wikimedia.org]: SSL/TLS connection timeout Calls: article_pageviews ... request_fetch.write_memory -> <Anonymous> -> raise_libcurl_error Execution halted Flavor: r-devel-windows-x86_64

Version: 0.6.0
Check: tests
Result: ERROR Running 'testthat.R' [42s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(pageviews) > > test_check("pageviews") [ FAIL 3 | WARN 0 | SKIP 0 | PASS 41 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test.R:4:3'): basic project pageview queries work ─────────────────── <curl_error_operation_timedout/curl_error/error/condition> Error in `curl::curl_fetch_memory(url, handle = handle)`: Timeout was reached [wikimedia.org]: SSL/TLS connection timeout Backtrace: ▆ 1. ├─pageviews::project_pageviews() at test.R:4:3 2. │ └─pageviews:::pageviews(...) 3. │ └─pageviews:::pv_query(parameters, reformat, ...) 4. │ └─base::lapply(...) 5. │ └─pageviews (local) FUN(X[[i]], ...) 6. │ └─httr::GET(url, httr::user_agent("pageviews API client library - https://github.com /Ironholds/pageviews")) 7. │ └─httr:::request_perform(req, hu$handle$handle) 8. │ ├─httr:::request_fetch(req$output, req$url, handle) 9. │ └─httr:::request_fetch.write_memory(req$output, req$url, handle) 10. │ └─curl::curl_fetch_memory(url, handle = handle) 11. └─curl:::raise_libcurl_error(...) ── Error ('test.R:18:3'): Basic top-article queries work ─────────────────────── <curl_error_operation_timedout/curl_error/error/condition> Error in `curl::curl_fetch_memory(url, handle = handle)`: Timeout was reached [wikimedia.org]: SSL/TLS connection timeout Backtrace: ▆ 1. ├─pageviews::top_articles() at test.R:18:3 2. │ └─pageviews:::pv_query(parameters, reformat, ...) 3. │ └─base::lapply(...) 4. │ └─pageviews (local) FUN(X[[i]], ...) 5. │ └─httr::GET(url, httr::user_agent("pageviews API client library - https://github.com /Ironholds/pageviews")) 6. │ └─httr:::request_perform(req, hu$handle$handle) 7. │ ├─httr:::request_fetch(req$output, req$url, handle) 8. │ └─httr:::request_fetch.write_memory(req$output, req$url, handle) 9. │ └─curl::curl_fetch_memory(url, handle = handle) 10. └─curl:::raise_libcurl_error(...) ── Error ('test.R:32:3'): Basic per-article queries work ─────────────────────── <curl_error_operation_timedout/curl_error/error/condition> Error in `curl::curl_fetch_memory(url, handle = handle)`: Timeout was reached [wikimedia.org]: SSL/TLS connection timeout Backtrace: ▆ 1. ├─pageviews::article_pageviews() at test.R:32:3 2. │ └─pageviews:::pageviews(...) 3. │ └─pageviews:::pv_query(parameters, reformat, ...) 4. │ └─base::lapply(...) 5. │ └─pageviews (local) FUN(X[[i]], ...) 6. │ └─httr::GET(url, httr::user_agent("pageviews API client library - https://github.com /Ironholds/pageviews")) 7. │ └─httr:::request_perform(req, hu$handle$handle) 8. │ ├─httr:::request_fetch(req$output, req$url, handle) 9. │ └─httr:::request_fetch.write_memory(req$output, req$url, handle) 10. │ └─curl::curl_fetch_memory(url, handle = handle) 11. └─curl:::raise_libcurl_error(...) [ FAIL 3 | WARN 0 | SKIP 0 | PASS 41 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64