CRAN Package Check Results for Package exams

Last updated on 2024-07-02 07:57:40 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.4-0 19.78 254.09 273.87 OK
r-devel-linux-x86_64-debian-gcc 2.4-0 18.44 160.95 179.39 ERROR
r-devel-linux-x86_64-fedora-clang 2.4-0 347.83 OK
r-devel-linux-x86_64-fedora-gcc 2.4-0 338.08 OK
r-devel-windows-x86_64 2.4-0 19.00 407.00 426.00 OK
r-patched-linux-x86_64 2.4-0 21.22 246.87 268.09 OK
r-release-linux-x86_64 2.4-0 20.47 242.02 262.49 OK
r-release-macos-arm64 2.4-0 153.00 OK
r-release-macos-x86_64 2.4-0 210.00 OK
r-release-windows-x86_64 2.4-0 19.00 408.00 427.00 OK
r-oldrel-macos-arm64 2.4-0 194.00 OK
r-oldrel-macos-x86_64 2.4-0 210.00 OK
r-oldrel-windows-x86_64 2.4-0 26.00 386.00 412.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 Examples with CPU (user + system) or elapsed time > 5s user system elapsed exams2blackboard 2.752 0.293 6.235 exams2moodle 2.333 0.227 5.975 Flavor: r-devel-linux-x86_64-debian-gcc