CRAN Package Check Results for Package pageviews

Last updated on 2025-07-01 04:49:49 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.6.0 2.06 26.14 28.20 NOTE
r-devel-linux-x86_64-debian-gcc 0.6.0 1.63 20.73 22.36 ERROR
r-devel-linux-x86_64-fedora-clang 0.6.0 42.48 OK
r-devel-linux-x86_64-fedora-gcc 0.6.0 39.86 OK
r-devel-windows-x86_64 0.6.0 3.00 52.00 55.00 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 0.6.0 1.69 24.49 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 52.00 55.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 56.00 60.00 OK

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: tests
Result: ERROR Running ‘testthat.R’ [2s/6s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(pageviews) > > test_check("pageviews") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 74 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test.R:54:3'): Basic per-article queries work (with date objects) ── nrow(result) is not more than 9. Difference: -1 [ FAIL 1 | WARN 0 | SKIP 0 | PASS 74 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc