* using log directory ‘/home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/xaringanExtra.Rcheck’ * using R version 4.4.0 (2024-04-24) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc-13 (Debian 13.2.0-24) 13.2.0 GNU Fortran (Debian 13.2.0-24) 13.2.0 * running under: Debian GNU/Linux trixie/sid * using session charset: UTF-8 * checking for file ‘xaringanExtra/DESCRIPTION’ ... OK * this is package ‘xaringanExtra’ version ‘0.7.0’ * 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 ‘xaringanExtra’ can be installed ... OK See 'https://www.r-project.org/nosvn/R.check/r-release-linux-x86_64/xaringanExtra-00install.html' 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/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 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 ... [6s/9s] OK * checking Rd files ... [1s/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 examples ... [1s/2s] OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... [8s/10s] ERROR Running ‘testthat.R’ [8s/10s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(xaringanExtra) > > test_check("xaringanExtra") [ FAIL 3 | WARN 0 | SKIP 7 | PASS 151 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • On CRAN (7): 'test-banner.R:28:5', 'test-banner.R:43:5', 'test-banner.R:77:5', 'test-freezeframe.R:35:5', 'test-scribble.R:35:5', 'test-search.R:31:5', 'test-search.R:46:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-panelset.R:112:3'): panelset knitr chunks with plots ───────── `out` (`actual`) not equal to paste(...) (`expected`). lines(actual) | lines(expected) [1] ".panel[.panel-name[Code]" | ".panel[.panel-name[Code]" [1] [2] "" | "" [2] [3] "``` r" - "```r" [3] [4] "hist(precip)" | "hist(precip)" [4] [5] "```" | "```" [5] [6] "" | "" [6] ── Failure ('test-panelset.R:148:3'): panelset knitr chunks with custom tab names ── `out` (`actual`) not equal to paste(...) (`expected`). lines(actual) | lines(expected) [1] ".panel[.panel-name[Hist]" | ".panel[.panel-name[Hist]" [1] [2] "" | "" [2] [3] "``` r" - "```r" [3] [4] "hist(precip)" | "hist(precip)" [4] [5] "```" | "```" [5] [6] "" | "" [6] ── Failure ('test-panelset.R:185:3'): panelset knitr chunks with mutiple outputs ── `out` (`actual`) not equal to paste(...) (`expected`). lines(actual)[1:6] vs lines(expected)[1:6] ".panel[.panel-name[Code]" "" - "``` r" + "```r" "print(\"Oak is strong and also gives shade.\")" "print(\"The lake sparkled in the red hot sun.\")" "```" [ FAIL 3 | WARN 0 | SKIP 7 | PASS 151 ] Error: Test failures Execution halted * checking PDF version of manual ... [7s/8s] OK * checking HTML version of manual ... [2s/2s] OK * checking for non-standard things in the check directory ... OK * DONE Status: 1 ERROR