- using R version 4.6.0 beta (2026-04-12 r89879)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-15 (Debian 15.2.0-16) 15.2.0
GNU Fortran (Debian 15.2.0-16) 15.2.0
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
* current time: 2026-04-15 14:54:22 UTC
- checking for file ‘miniCRAN/DESCRIPTION’ ... OK
- this is package ‘miniCRAN’ version ‘0.3.1’
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- 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 serialization versions ... OK
- checking whether package ‘miniCRAN’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... OK
- checking ‘build’ directory ... 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 ... [1s/1s] OK
- checking whether the package can be loaded with stated dependencies ... [0s/1s] OK
- checking whether the package can be unloaded cleanly ... [0s/1s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s/1s] OK
- checking whether the namespace can be unloaded cleanly ... [1s/1s] OK
- checking loading without being on the library search path ... [1s/1s] OK
- checking whether startup messages can be suppressed ... [1s/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 ... [7s/8s] OK
- checking Rd files ... [0s/1s] 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/1s] OK
- checking LazyData ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [1s/1s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [16s/36s] ERROR
Running ‘spelling.R’ [0s/1s]
Running ‘test-all.R’ [15s/35s]
Running the tests in ‘tests/test-all.R’ failed.
Complete output:
> if (require(testthat)) {
+ test_check("miniCRAN")
+ }
Loading required package: testthat
Loading required package: miniCRAN
Saving _problems/test-1-pkgAvail-18.R
Saving _problems/test-1-pkgAvail-21.R
[ FAIL 2 | WARN 0 | SKIP 24 | PASS 50 ]
══ Skipped tests (24) ══════════════════════════════════════════════════════════
• On CRAN (24): 'test-1-github-functions.R:13:3', 'test-2-makeDepGraph.R:82:3',
'test-2-makeDepGraph.R:98:3', 'test-2-makeDepGraph.R:118:3',
'test-2-makeDepGraph.R:137:3', 'test-2-makeDepGraph.R:157:3',
'test-3-makeRepo.R:22:3', 'test-5-updateRepo.R:84:7',
'test-5-updateRepo.R:84:7', 'test-5-updateRepo.R:84:7',
'test-5-updateRepo.R:144:7', 'test-5-updateRepo.R:144:7',
'test-5-updateRepo.R:144:7', 'test-5-updateRepo.R:226:7',
'test-5-updateRepo.R:226:7', 'test-5-updateRepo.R:226:7',
'test-5-updateRepo.R:302:7', 'test-5-updateRepo.R:302:7',
'test-5-updateRepo.R:302:7', 'test-6-getCranDescription.R:2:3',
'test-7-addGithubPackage.R:2:3', 'test-8-addLocalPackage.R:14:3',
'test-8-addLocalPackage.R:58:3', 'test-9-is-online.R:2:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-1-pkgAvail.R:16:3'): pkgAvail throws warnings and errors for incorrect CRAN repos ──
Expected `is.available.packages(pkgAvail(repos = mran))` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('test-1-pkgAvail.R:19:3'): pkgAvail throws warnings and errors for incorrect CRAN repos ──
Expected `is.available.packages(pkgAvail(repos = mran))` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
[ FAIL 2 | WARN 0 | SKIP 24 | PASS 50 ]
Error:
! Test failures.
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [7s/10s] OK
- checking PDF version of manual ... [5s/7s] OK
- checking HTML version of manual ... [3s/3s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR