CRAN Package Check Results for Package exams

Last updated on 2026-05-06 01:51:26 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.4-3 18.40 215.74 234.14 OK
r-devel-linux-x86_64-debian-gcc 2.4-3 12.38 150.58 162.96 ERROR
r-devel-linux-x86_64-fedora-clang 2.4-3 34.00 336.26 370.26 OK
r-devel-linux-x86_64-fedora-gcc 2.4-3 34.00 341.11 375.11 OK
r-devel-windows-x86_64 2.4-3 22.00 431.00 453.00 OK
r-patched-linux-x86_64 2.4-3 21.43 205.13 226.56 OK
r-release-linux-x86_64 2.4-3 20.36 203.99 224.35 OK
r-release-macos-arm64 2.4-3 4.00 71.00 75.00 OK
r-release-macos-x86_64 2.4-3 13.00 283.00 296.00 OK
r-release-windows-x86_64 2.4-3 23.00 433.00 456.00 OK
r-oldrel-macos-arm64 2.4-3 4.00 72.00 76.00 OK
r-oldrel-macos-x86_64 2.4-3 17.00 703.00 720.00 OK
r-oldrel-windows-x86_64 2.4-3 32.00 432.00 464.00 OK

Check Details

Version: 2.4-3
Check: tests
Result: ERROR Running ‘encodings.R’ [2s/2s] Running ‘exams2nops.R’ [8s/12s] Running the tests in ‘tests/exams2nops.R’ failed. Complete output: > 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" + ) > > ## 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) > dir(mydir) [1] "metainfo.rds" "nops1.pdf" "nops2.pdf" > > ## use a few customization options: different > ## university/logo and language/title > ## with a replacement sheet but for non-duplex printing > set.seed(403) > ex2 <- exams2nops(myexam, n = 2, dir = mydir, + institution = "Universit\\\\\"at Innsbruck", + name = "uibk", logo = "uibk-logo-bw.png", + title = "Klausur", language = "de", + replacement = TRUE, duplex = FALSE) Error in texi2dvi(out_tex[j], pdf = TRUE, clean = TRUE, quiet = quiet) : Running 'texi2dvi' on 'uibk1.tex' failed. Messages: /usr/bin/texi2dvi: Your TeX installation appears to be broken - texi2dvi cannot determine auxiliary files output from a TeX run. You may need to install TeX, or change the values of your PATH, TEX or PDFTEX environment variables in order to proceed. Calls: exams2nops -> exams2pdf -> xexams -> <Anonymous> -> texi2dvi Execution halted Flavor: r-devel-linux-x86_64-debian-gcc