CRAN
assertive.base 0.0-7
A Lightweight Core of the 'assertive' Package
Released Dec 30, 2016 by Richard Cotton
This package can be loaded by Renjin but 2 out 18 tests failed.
A minimal set of predicates and assertions used by the assertive package. This is mainly for use by other package developers who want to include run-time testing features in their own packages. End-users will usually want to use assertive directly.
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>assertive.base</artifactId> <version>0.0-7-b99</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:assertive.base')
Test Results
This package was last tested against Renjin 0.9.2709 on Nov 8, 2018.
- Truth-examples
- are_identical-examples
- assert_engine-examples
- assertionError-examples
- call_and_name-examples
- cause-examples
- coerce_to-examples
- dont_stop-examples
- get_name_in_parent-examples
- is2-examples
- merge.list-examples
- merge_dots_with_list-examples
- parenthesize-examples
- print_and_capture-examples
- safe_deparse-examples
- strip_attributes-examples
- testthat
- use_first-examples