Last updated on 2014-10-10 15:48:52.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0-0 | 0.98 | 69.08 | 70.06 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.0-0 | 0.93 | 70.04 | 70.96 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.0-0 | 147.35 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.0-0 | 142.68 | NOTE | |||
r-devel-osx-x86_64-clang | 2.0-0 | 225.28 | NOTE | |||
r-devel-windows-ix86+x86_64 | 2.0-0 | 3.00 | 133.00 | 136.00 | NOTE | |
r-patched-linux-x86_64 | 2.0-0 | 0.99 | 70.13 | 71.12 | OK | |
r-patched-solaris-sparc | 2.0-0 | 937.60 | OK | |||
r-patched-solaris-x86 | 2.0-0 | 194.00 | OK | |||
r-release-linux-ix86 | 2.0-0 | 1.32 | 110.40 | 111.72 | OK | |
r-release-linux-x86_64 | 2.0-0 | 0.97 | 70.70 | 71.66 | OK | |
r-release-osx-x86_64-mavericks | 2.0-0 | ERROR | ||||
r-release-osx-x86_64-snowleopard | 2.0-0 | OK | ||||
r-release-windows-ix86+x86_64 | 2.0-0 | 5.00 | 195.00 | 200.00 | OK | |
r-oldrel-windows-ix86+x86_64 | 2.0-0 | 4.00 | 144.00 | 148.00 | OK |
Version: 2.0-0
Check: R code for possible problems
Result: NOTE
exams2moodle: no visible global function definition for ‘base64encode’
fileURI: no visible global function definition for ‘dataURI’
make_exercise_transform_html : <anonymous>: no visible global function
definition for ‘dataURI’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-osx-x86_64-clang, r-devel-windows-ix86+x86_64
Version: 2.0-0
Check: examples
Result: ERROR
Running examples in ‘exams-Ex.R’ failed
The error most likely occurred in:
> ### Name: exams
> ### Title: Generation of Simple Exams
> ### Aliases: exams print.exams_metainfo
> ### Keywords: utilities
>
> ### ** Examples
>
> ## load package and enforce par(ask = FALSE)
> library("exams")
> options(device.ask.default = FALSE)
>
> ## define an exams (= list of exercises)
> myexam <- list(
+ "boxplots",
+ c("tstat", "ttest", "confint"),
+ c("regression", "anova"),
+ "scatterplot",
+ "relfreq"
+ )
>
> if(interactive()) {
+ ## compile a single random exam (displayed on screen)
+ sol <- exams(myexam)
+ sol
+ }
>
> ## generate multiple exams (stored in output directory)
> odir <- tempfile()
> sol <- exams(myexam, n = 3, dir = odir, template = c("exam", "solution"))
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 in texi2dvi(out_tex[j], pdf = TRUE, clean = TRUE, quiet = quiet) :
Running 'texi2dvi' on 'exam1.tex' failed.
LaTeX errors:
! LaTeX Error: File `a4wide.sty' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)
/private/tmp/RtmpyYxkRN/file60cf3b80f494/exam1.tex:5: ==> Fatal error occurred
, no output PDF file produced!
Calls: exams -> texi2dvi
Execution halted
Flavor: r-release-osx-x86_64-mavericks