CRAN Package Check Results for Package pageviews

Last updated on 2025-06-04 20:51:36 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.6.0 1.90 25.64 27.54 NOTE
r-devel-linux-x86_64-debian-gcc 0.6.0 1.61 20.81 22.42 NOTE
r-devel-linux-x86_64-fedora-clang 0.6.0 41.92 OK
r-devel-linux-x86_64-fedora-gcc 0.6.0 40.02 OK
r-devel-windows-x86_64 0.6.0 3.00 52.00 55.00 OK
r-patched-linux-x86_64 0.6.0 2.11 24.14 26.25 OK
r-release-linux-x86_64 0.6.0 1.85 24.33 26.18 OK
r-release-macos-arm64 0.6.0 29.00 OK
r-release-macos-x86_64 0.6.0 41.00 OK
r-release-windows-x86_64 0.6.0 3.00 51.00 54.00 OK
r-oldrel-macos-arm64 0.6.0 30.00 OK
r-oldrel-macos-x86_64 0.6.0 39.00 OK
r-oldrel-windows-x86_64 0.6.0 4.00 123.00 127.00 ERROR

Check Details

Version: 0.6.0
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Os Keyes <ironholds@gmail.com>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: c(person(given = "Os", family = "Keyes", role = c("aut", "cre"), email = "ironholds@gmail.com"), person(given = "Jeremiah", family = "Lewis", role = "ctb")) as necessary. The BugReports field in DESCRIPTION has https://github.com/ironholds/pageviews which should likely be https://github.com/ironholds/pageviews/issues instead. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

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]: Failed to connect to wikimedia.org port 443 after 10012 ms: Timeout was reached Calls: article_pageviews ... request_fetch.write_memory -> <Anonymous> -> raise_libcurl_error Execution halted Flavor: r-oldrel-windows-x86_64

Version: 0.6.0
Check: tests
Result: ERROR Running 'testthat.R' [66s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(pageviews) > > test_check("pageviews") [ FAIL 4 | WARN 0 | SKIP 0 | PASS 30 ] ══ 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]: Failed to connect to wikimedia.org port 443 after 10005 ms: Timeout was reached 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]: Failed to connect to wikimedia.org port 443 after 10013 ms: Timeout was reached 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]: Failed to connect to wikimedia.org port 443 after 10010 ms: Timeout was reached 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(...) ── Error ('test.R:52:3'): Basic per-article queries work (with date objects) ─── <curl_error_operation_timedout/curl_error/error/condition> Error in `curl::curl_fetch_memory(url, handle = handle)`: Timeout was reached [wikimedia.org]: Failed to connect to wikimedia.org port 443 after 10016 ms: Timeout was reached Backtrace: ▆ 1. ├─pageviews::article_pageviews(start = Sys.Date() - 10, end = Sys.Date()) at test.R:52: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 4 | WARN 0 | SKIP 0 | PASS 30 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64