Last updated on 2025-12-24 01:48:44 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.4-2 | 20.83 | 204.60 | 225.43 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.4-2 | 13.45 | 148.46 | 161.91 | OK | |
| r-devel-linux-x86_64-fedora-clang | 2.4-3 | 37.00 | 330.59 | 367.59 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.4-3 | 33.00 | 353.29 | 386.29 | OK | |
| r-devel-windows-x86_64 | 2.4-2 | 25.00 | 440.00 | 465.00 | OK | |
| r-patched-linux-x86_64 | 2.4-2 | 21.57 | 191.73 | 213.30 | OK | |
| r-release-linux-x86_64 | 2.4-2 | 16.91 | 190.62 | 207.53 | OK | |
| r-release-macos-arm64 | 2.4-3 | 4.00 | 57.00 | 61.00 | ERROR | |
| r-release-macos-x86_64 | 2.4-3 | 17.00 | 703.00 | 720.00 | OK | |
| r-release-windows-x86_64 | 2.4-2 | 21.00 | 398.00 | 419.00 | OK | |
| r-oldrel-macos-arm64 | 2.4-3 | 5.00 | 60.00 | 65.00 | ERROR | |
| r-oldrel-macos-x86_64 | 2.4-3 | 16.00 | 750.00 | 766.00 | OK | |
| r-oldrel-windows-x86_64 | 2.4-2 | 31.00 | 419.00 | 450.00 | OK |
Version: 2.4-3
Check: tests
Result: ERROR
Running ‘encodings.R’ [1s/1s]
Running ‘exams2nops.R’ [3s/4s]
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.
LaTeX errors:
! Package babel Error: Unknown option 'ngerman'. Either you misspelled it
(babel) or the language definition file ngerman.ldf
(babel) was not found.
(babel) There is a locale ini file for this language.
(babel) If it’s the main language, try adding `provide=*'
! Emergency stop.
...
l.4259 \ProcessOptions*
! ==> Fatal error occurred, no output PDF file produced!
Calls: exams2nops -> exams2pdf -> xexams -> <Anonymous> -> texi2dvi
Execution halted
Flavor: r-release-macos-arm64
Version: 2.4-3
Check: tests
Result: ERROR
Running ‘encodings.R’ [0s/1s]
Running ‘exams2nops.R’ [3s/3s]
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.
LaTeX errors:
! Package babel Error: Unknown option 'ngerman'. Either you misspelled it
(babel) or the language definition file ngerman.ldf
(babel) was not found.
(babel) There is a locale ini file for this language.
(babel) If it’s the main language, try adding `provide=*'
! Emergency stop.
...
l.4259 \ProcessOptions*
! ==> Fatal error occurred, no output PDF file produced!
Calls: exams2nops -> exams2pdf -> xexams -> <Anonymous> -> texi2dvi
Execution halted
Flavor: r-oldrel-macos-arm64