Last updated on 2026-05-13 10:50:07 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.4-3 | 20.91 | 186.33 | 207.24 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 2.4-3 | 11.84 | 140.48 | 152.32 | OK | |
| r-devel-linux-x86_64-fedora-clang | 2.4-3 | 34.00 | 334.79 | 368.79 | 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 | 23.00 | 436.00 | 459.00 | OK | |
| r-patched-linux-x86_64 | 2.4-3 | 22.71 | 186.97 | 209.68 | ERROR | |
| r-release-linux-x86_64 | 2.4-3 | 17.35 | 176.45 | 193.80 | ERROR | |
| 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 | 426.00 | 449.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 | 436.00 | 468.00 | OK |
Version: 2.4-3
Check: tests
Result: ERROR
Running ‘encodings.R’ [2s/3s]
Running ‘exams2nops.R’ [10s/16s]
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:
pdflatex: RtmpbsyW0E: No such file or directory
/usr/bin/texi2dvi: pdflatex exited with bad status, quitting.
Calls: exams2nops -> exams2pdf -> xexams -> <Anonymous> -> texi2dvi
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 2.4-3
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘exams.Rnw’ using Sweave
! pdflatex: RtmpDz6qdT: No such file or directory
Error: processing vignette 'exams.Rnw' failed with diagnostics:
chunk 15
Error : LaTeX failed to compile exam1.tex. See https://yihui.org/tinytex/r/#debugging for debugging tips. See exam1.log for more info.
--- failed re-building ‘exams.Rnw’
--- re-building ‘exams2.Rnw’ using Sweave
Warning in exams(myexam, n = 3, dir = odir, template = c("exam", "solution")) :
The template exam.tex has been adapted to exams2pdf() and is not
fully compatible with exams() anymore. Template oexam.tex used
instead.
Warning in exams(myexam, n = 3, dir = odir, template = c("exam", "solution")) :
The template solution.tex has been adapted to exams2pdf() and is
not fully compatible with exams() anymore. Template osolution.tex
used instead.
adding: qti.xml (deflated 64%)
--- finished re-building ‘exams2.Rnw’
SUMMARY: processing the following file failed:
‘exams.Rnw’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 2.4-3
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘exams.Rnw’ using Sweave
! pdflatex: RtmpinYNBu: No such file or directory
Error: processing vignette 'exams.Rnw' failed with diagnostics:
chunk 15
Error : LaTeX failed to compile exam3.tex. See https://yihui.org/tinytex/r/#debugging for debugging tips. See exam3.log for more info.
--- failed re-building ‘exams.Rnw’
--- re-building ‘exams2.Rnw’ using Sweave
Warning in exams(myexam, n = 3, dir = odir, template = c("exam", "solution")) :
The template exam.tex has been adapted to exams2pdf() and is not
fully compatible with exams() anymore. Template oexam.tex used
instead.
Warning in exams(myexam, n = 3, dir = odir, template = c("exam", "solution")) :
The template solution.tex has been adapted to exams2pdf() and is
not fully compatible with exams() anymore. Template osolution.tex
used instead.
adding: qti.xml (deflated 64%)
--- finished re-building ‘exams2.Rnw’
SUMMARY: processing the following file failed:
‘exams.Rnw’
Error: Vignette re-building failed.
Execution halted
Flavor: r-patched-linux-x86_64
Version: 2.4-3
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘exams.Rnw’ using Sweave
--- finished re-building ‘exams.Rnw’
--- re-building ‘exams2.Rnw’ using Sweave
Warning in exams(myexam, n = 3, dir = odir, template = c("exam", "solution")) :
The template exam.tex has been adapted to exams2pdf() and is not
fully compatible with exams() anymore. Template oexam.tex used
instead.
Warning in exams(myexam, n = 3, dir = odir, template = c("exam", "solution")) :
The template solution.tex has been adapted to exams2pdf() and is
not fully compatible with exams() anymore. Template osolution.tex
used instead.
Error: processing vignette 'exams2.Rnw' failed with diagnostics:
chunk 7 (label = myexam1)
Error in texi2dvi(out_tex[j], pdf = TRUE, clean = TRUE, quiet = quiet) :
Running 'texi2dvi' on 'exam2.tex' failed.
Messages:
pdflatex: RtmpRbOkM5: No such file or directory
/usr/bin/texi2dvi: pdflatex exited with bad status, quitting.
--- failed re-building ‘exams2.Rnw’
SUMMARY: processing the following file failed:
‘exams2.Rnw’
Error: Vignette re-building failed.
Execution halted
Flavor: r-release-linux-x86_64