* using log directory ‘/srv/hornik/tmp/CRAN/pkgload.Rcheck’ * using R Under development (unstable) (2023-09-20 r85183) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 16.0.6 (15) GNU Fortran (Debian 13.2.0-3) 13.2.0 * running under: Debian GNU/Linux trixie/sid * using session charset: UTF-8 * checking for file ‘pkgload/DESCRIPTION’ ... OK * this is package ‘pkgload’ version ‘1.3.3’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... [4s/5s] NOTE Maintainer: ‘Lionel Henry ’ New maintainer: Lionel Henry Old maintainer(s): Lionel Henry * 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 ‘pkgload’ can be installed ... [2s/2s] OK * 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 R files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [0s/0s] OK * checking whether the package can be loaded with stated dependencies ... [0s/0s] 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/0s] OK * checking whether startup messages can be suppressed ... [0s/0s] 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 ... [5s/5s] 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 examples ... [1s/1s] OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... [27s/27s] ERROR Running ‘testthat.R’ [26s/26s] Running ‘wipe.R’ [1s/1s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(pkgload) > > # Needed so that install.packages works correctly > Sys.setenv("R_TESTS" = "") > > test_check("pkgload") [ FAIL 1 | WARN 0 | SKIP 15 | PASS 343 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • "pkgload" %in% dev_packages() is not TRUE (1): 'test-shim.R:126:3' • On CRAN (14): 'test-depend.R:5:3', 'test-depend.R:15:3', 'test-depend.R:43:3', 'test-help.R:45:3', 'test-help.R:105:3', 'test-help.R:116:3', 'test-help.R:129:3', 'test-help.R:150:3', 'test-load-hooks.R:166:3', 'test-load.R:44:3', 'test-namespace.R:140:3', 'test-shim.R:59:3', 'test-shim.R:135:3', 'test-source.R:2:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-po.R:7:3'): translation domain correctly loaded ────────────── withr::with_language("fr", hello()) (`actual`) not equal to "Bonjour" (`expected`). `actual`: "Hello" `expected`: "Bonjour" [ FAIL 1 | WARN 0 | SKIP 15 | PASS 343 ] Error: Test failures Execution halted * checking PDF version of manual ... [3s/3s] OK * checking HTML version of manual ... [0s/0s] OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 1 ERROR, 1 NOTE