Last updated on 2026-05-10 09:49:39 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.4-3 | 20.90 | 214.32 | 235.22 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.4-3 | 12.63 | 120.59 | 133.22 | 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 | 23.00 | 434.00 | 457.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 | 24.00 | 436.00 | 460.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 | 56.00 | 436.00 | 492.00 | OK |
Version: 2.4-3
Check: tests
Result: ERROR
Running ‘encodings.R’ [2s/2s]
Running ‘exams2nops.R’ [9s/14s]
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) :
unable to run pdflatex on 'uibk2.tex'
Calls: exams2nops -> exams2pdf -> xexams -> <Anonymous> -> texi2dvi
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
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: Rtmpp6qzmb: No such file or directory
Error: processing vignette 'exams.Rnw' failed with diagnostics:
chunk 15
Error : LaTeX failed to compile exam4.tex. See https://yihui.org/tinytex/r/#debugging for debugging tips. See exam4.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.
Error: processing vignette 'exams2.Rnw' failed with diagnostics:
chunk 7 (label = myexam1)
Error in texi2dvi(out_tex[j], pdf = TRUE, clean = TRUE, quiet = quiet) :
unable to run pdflatex on 'solution1.tex'
--- failed re-building ‘exams2.Rnw’
SUMMARY: processing the following files failed:
‘exams.Rnw’ ‘exams2.Rnw’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
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