- using R Under development (unstable) (2025-12-05 r89107)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-15 (Debian 15.2.0-9) 15.2.0
GNU Fortran (Debian 15.2.0-9) 15.2.0
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
- checking for file ‘ibawds/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘ibawds’ version ‘1.2.0’
- package encoding: UTF-8
- checking CRAN incoming feasibility ... [1s/1s] OK
- checking package namespace information ... OK
- checking package dependencies ... INFO
Packages suggested but not available for checking:
'knitr', 'rmarkdown', 'kableExtra', 'usethis', 'covr', 'spelling'
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘ibawds’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [0s/1s] OK
- checking whether the package can be loaded with stated dependencies ... [0s/1s] OK
- checking whether the package can be unloaded cleanly ... [0s/0s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the namespace can be unloaded cleanly ... [0s/0s] OK
- checking loading without being on the library search path ... [0s/1s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [4s/6s] OK
- checking Rd files ... [0s/0s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking contents of ‘data’ directory ... OK
- checking data for non-ASCII characters ... [0s/0s] OK
- checking LazyData ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking examples ... [3s/5s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [12s/14s] ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [11s/13s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(ibawds)
Loading required package: dslabs
>
> test_check("ibawds")
Saving _problems/test-grading_tables-54.R
Saving _problems/test-grading_tables-65.R
Saving _problems/test-grading_tables-71.R
Saving _problems/test-grading_tables-83.R
[ FAIL 4 | WARN 0 | SKIP 15 | PASS 178 ]
══ Skipped tests (15) ══════════════════════════════════════════════════════════
• On CRAN (13): 'test-checks.R:12:3', 'test-checks.R:93:3',
'test-checks.R:135:3', 'test-checks.R:162:3', 'test-checks.R:237:3',
'test-cran_packages.R:8:3', 'test-cran_packages.R:20:3',
'test-cran_packages.R:27:3', 'test-dist_plots.R:24:1',
'test-dist_plots.R:38:1', 'test-dist_plots.R:54:1', 'test-dist_plots.R:70:1',
'test-voronoi.R:7:1'
• not all the required packages are installed. (1): 'test-install.R:33:3'
• {knitr} is not installed. (1): 'test-slide_tools.R:2:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-grading_tables.R:54:3'): test create_minreq_table ──────────────
<rlib_error_package_not_found/rlang_error/error/condition>
Error in `create_minreq_table(TRUE, 3, 3, 5, 2)`: The package "kableExtra" is required.
Backtrace:
▆
1. └─ibawds::create_minreq_table(TRUE, 3, 3, 5, 2) at test-grading_tables.R:54:3
2. └─rlang::check_installed("kableExtra")
── Error ('test-grading_tables.R:65:3'): test create_grading_table ─────────────
<rlib_error_package_not_found/rlang_error/error/condition>
Error in `create_grading_table(2.5, 2, 3, 1, 2)`: The package "kableExtra" is required.
Backtrace:
▆
1. └─ibawds::create_grading_table(2.5, 2, 3, 1, 2) at test-grading_tables.R:65:3
2. └─rlang::check_installed("kableExtra")
── Error ('test-grading_tables.R:71:3'): test English tables ───────────────────
<rlib_error_package_not_found/rlang_error/error/condition>
Error in `create_minreq_table(FALSE, 2, 3, 3, 0, lang = "en")`: The package "kableExtra" is required.
Backtrace:
▆
1. └─ibawds::create_minreq_table(FALSE, 2, 3, 3, 0, lang = "en") at test-grading_tables.R:71:3
2. └─rlang::check_installed("kableExtra")
── Error ('test-grading_tables.R:82:3'): test invalid inputs ───────────────────
<rlib_error_package_not_found/rlang_error/error/condition>
Error in `create_grading_table(1, 1, 1, 1, -1)`: The package "kableExtra" is required.
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-grading_tables.R:82:3
2. │ └─testthat:::expect_condition_matching_(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─ibawds::create_grading_table(1, 1, 1, 1, -1)
8. └─rlang::check_installed("kableExtra")
[ FAIL 4 | WARN 0 | SKIP 15 | PASS 178 ]
Error:
! Test failures.
Execution halted
- checking PDF version of manual ... [4s/6s] OK
- checking HTML version of manual ... [2s/2s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR