checked
Systematically Run R CMD Checks
v0.5.4
·
Jun 22, 2026
·
MIT + file LICENSE
Description
Systematically Run R checks against multiple packages. Checks are run in parallel with strategies to minimize dependency installation. Provides out of the box interface for running reverse dependency check.
Downloads
CRAN
901
Last 30 days
3762nd
3K
Last 90 days
8.8K
Last year
Trend: -6.1% (30d vs prior 30d)
r2u
CRAN
13
Last 30 days
33
Last 90 days
183
Last year
Trend: -18.8% (30d vs prior 30d)
autoCRAN
3
Last 7 days
8
Last 30 days
1
All-time
autoCRAN-only: this name is served only by autoCRAN, so the count is exact.
CRAN Check Status
1
ERROR
12
OK
Show all 13 flavors
| Flavor | Status |
|---|---|
| r-devel-linux-x86_64-debian-clang | ERROR |
| r-devel-linux-x86_64-debian-gcc | OK |
| r-devel-linux-x86_64-fedora-clang | OK |
| r-devel-linux-x86_64-fedora-gcc | OK |
| r-devel-windows-x86_64 | OK |
| r-oldrel-macos-arm64 | OK |
| r-oldrel-macos-x86_64 | OK |
| r-oldrel-windows-x86_64 | OK |
| r-patched-linux-x86_64 | OK |
| r-release-linux-x86_64 | OK |
| r-release-macos-arm64 | OK |
| r-release-macos-x86_64 | OK |
| r-release-windows-x86_64 | OK |
Check details (1 non-OK)
ERROR
r-devel-linux-x86_64-debian-clang
tests
Running ‘testthat.R’ [7s/11s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(checked)
>
> # Meet CRAN multiple core usage requirement
> test_check("checked")
Saving _problems/test-check-reverse-43.R
Saving _problems/test-check-reverse-108.R
Saving _problems/test-check-reverse-111.R
[ FAIL 3 | WARN 0 | SKIP 7 | PASS 57 ]
══ Skipped tests (7) ═══════════════════════════════════════════════════════════
• On CRAN (7): 'test-check.R:3:3', 'test-deps.R:1:1', 'test-deps.R:15:3',
'test-reporters.R:20:3', 'test-reporters.R:47:3', 'test-reporters.R:75:3',
'test-results-utils.R:3:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-check-reverse.R:38:5'): check_rev_deps works for package with one breaking change ──
Error in `vapply(..., FUN.VALUE = logical(1L))`: values must be length 1,
but FUN(X[[14]]) result is length 0
Backtrace:
▆
1. ├─with
...[truncated]...
rivate$callr_r_bg(...)
15. └─checked:::vlapply(options, `!=`, bquote())
16. └─base::vapply(..., FUN.VALUE = logical(1L))
── Failure ('test-check-reverse.R:103:5'): check_rev_deps works for a package without a version in repos ──
Expected `... <- NULL` not to throw any errors.
Actually got a <simpleError> with message:
values must be length 1,
but FUN(X[[14]]) result is length 0
Backtrace:
▆
1. ├─withr::with_options(...) at test-check-reverse.R:102:3
2. │ └─base::force(code)
3. └─testthat::expect_no_error(...) at test-check-reverse.R:103:5
── Error ('test-check-reverse.R:111:3'): check_rev_deps works for a package without a version in repos ──
<objectNotFoundError/error/condition>
Error in `eval(code, test_env)`: object 'design' not found
Backtrace:
▆
1. └─checked::results(design) at test-check-reverse.R:111:3
[ FAIL 3 | WARN 0 | SKIP 7 | PASS 57 ]
Error:
! Test failures.
Execution halted
Check History
ERROR 12 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Jun 6, 2026
ERROR
r-devel-linux-x86_64-fedora-gcc
tests
Running ‘testthat.R’ [46s/118s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(checked)
>
> # Meet CRAN multiple core usage requirement
> test_check("checked")
Saving _problems/test-check-r
...[truncated]...
ror/condition>
Error in `eval(code, test_env)`: object 'design' not found
Backtrace:
▆
1. └─checked::results(design) at test-check-reverse.R:111:3
[ FAIL 3 | WARN 0 | SKIP 7 | PASS 57 ]
Error:
! Test failures.
Execution halted
OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026
Dependency Network
Version History
9 tracked
new
0.5.1
Mar 10, 2026
new
0.1.0
Jul 9, 2024