CRAN

gexp 1.0-0

Generator of Experiments

Released Jun 14, 2019 by Ivan Bezerra Allaman

This package can be loaded by Renjin but 2 out 4 tests failed.

Dependencies

png 0.1-7 jpeg 0.1-8 mvtnorm 1.0-11

Generates experiments - simulating structured or experimental data as: completely randomized design, randomized block design, latin square design, factorial and split-plot experiments (Ferreira, 2008, ISBN:8587692526; Naes et al., 2007 ; Rencher et al., 2007, ISBN:9780471754985; Montgomery, 2001, ISBN:0471316490).

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>gexp</artifactId>
    <version>1.0-0-b1</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:gexp')

Test Results

This package was last tested against Renjin 0.9.2726 on Jul 13, 2019.

Source

R

View GitHub Mirror

Release History