CRAN

testthat 2.1.1

Unit Testing for R

Released Apr 23, 2019 by Hadley Wickham

This package can be loaded by Renjin but 7 out 31 tests failed.

Dependencies

rlang 0.4.0 magrittr 1.5 crayon 1.3.4 praise 1.0.0 cli 1.1.0 digest 0.6.19 withr 2.1.2 R6 2.4.0

Software testing is important, but, in part because it is frustrating and boring, many of us avoid it. 'testthat' is a testing framework for R that is easy learn and use, and integrates with your existing 'workflow'.

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>testthat</artifactId>
    <version>2.1.1-b2</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:testthat')

Test Results

This package was last tested against Renjin 3.5-beta39 on Jul 11, 2019.