CRAN Package Check Results for Package exams

Last updated on 2024-07-17 06:57:51 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.4-1 21.29 254.41 275.70 OK
r-devel-linux-x86_64-debian-gcc 2.4-1 19.83 191.99 211.82 OK
r-devel-linux-x86_64-fedora-clang 2.4-1 356.36 OK
r-devel-linux-x86_64-fedora-gcc 2.4-1 346.10 OK
r-devel-windows-x86_64 2.4-1 21.00 409.00 430.00 OK
r-patched-linux-x86_64 2.4-0 25.14 213.01 238.15 ERROR
r-release-linux-x86_64 2.4-1 23.45 244.59 268.04 OK
r-release-macos-arm64 2.4-1 176.00 OK
r-release-macos-x86_64 2.4-1 369.00 OK
r-release-windows-x86_64 2.4-1 24.00 386.00 410.00 OK
r-oldrel-macos-arm64 2.4-1 214.00 OK
r-oldrel-macos-x86_64 2.4-1 339.00 OK
r-oldrel-windows-x86_64 2.4-1 31.00 362.00 393.00 OK

Check Details

Version: 2.4-0
Check: examples
Result: ERROR Running examples in ‘exams-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: exams2nops > ### Title: Generation of Written Exams for Automatic Evaluation > ### Aliases: exams2nops make_nops_template > ### Keywords: utilities > > ### ** Examples > > ## load package and enforce par(ask = FALSE) > ## additionally, for simplicity, enforce using the basic > ## tools::texi2dvi() LaTeX interface instead of the more > ## flexible/robust tinytex::latexmk() > library("exams") > oopt <- options(device.ask.default = FALSE, exams_tex = "tools") > > ## define an exam (= list of exercises) > myexam <- list( + "tstat2.Rmd", + "ttest.Rmd", + "relfreq.Rmd", + "anova.Rmd", + c("boxplots.Rmd", "scatterplot.Rmd"), + "cholesky.Rmd" + ) > > if(interactive()) { + ## compile a single random exam (displayed on screen) + exams2nops(myexam, duplex = FALSE, language = "de") + } > > ## create multiple exams on the disk (in a > ## temporary directory) > dir.create(mydir <- tempfile()) > > ## generate NOPS exam in temporary directory > set.seed(403) > ex1 <- exams2nops(myexam, n = 2, dir = mydir) Error in texi2dvi(out_tex[j], pdf = TRUE, clean = TRUE, quiet = quiet) : Running 'texi2dvi' on 'nops1.tex' failed. LaTeX errors: ! Undefined control sequence. <recently read> \pandocbounded l.9 \pandocbounded {\includegraphics[keepaspectratio]{boxplots-1.pdf}} ! Emergency stop. <recently read> \pandocbounded l.9 \pandocbounded {\includegraphics[keepaspectratio]{boxplots-1.pdf}} ! ==> Fatal error occurred, no output PDF file produced! Calls: exams2nops -> exams2pdf -> xexams -> <Anonymous> -> texi2dvi Execution halted Flavor: r-patched-linux-x86_64