CRAN

TexExamRandomizer 1.2.3

Personalizes and Randomizes Exams Written in 'LaTeX'

Released Feb 13, 2018 by Alejandro Gonzalez Recuenco

This package can be loaded by Renjin but there was an error compiling C/FORTRAN sources and 4 out 13 tests failed. An older version of this package is more compatible with Renjin.

Dependencies

jsonlite 1.5 assertthat 0.2.0 Rcpp stringr 1.3.1

Randomizing exams with 'LaTeX'. If you can compile your main document with 'LaTeX', the program should be able to compile the randomized versions without much extra effort when creating the document.

Installation

Maven

This package can be included as a dependency from a Java or Scala project by including the following your project's pom.xml file. Read more about embedding Renjin in JVM-based projects.

<dependencies>
  <dependency>
    <groupId>org.renjin.cran</groupId>
    <artifactId>TexExamRandomizer</artifactId>
    <version>1.2.3-b5</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:TexExamRandomizer')

Test Results

This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.

Source

R
C++

View GitHub Mirror

Release History