CRAN
assertthat 0.2.1
Easy Pre and Post Assertions
Released Mar 21, 2019 by Hadley Wickham
This package can be loaded by Renjin but 1 out 12 tests failed.
An older version of this package is
more compatible with Renjin.
An extension to stopifnot() that makes it easy to declare the pre and post conditions that you code should satisfy, while also producing friendly error messages so that your users know what's gone wrong.
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>assertthat</artifactId> <version>0.2.1-b10</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:assertthat')
Test Results
This package was last tested against Renjin 3.5-beta44 on Jul 11, 2019.