CRAN

assertr 2.6

Assertive Programming for R Analysis Pipelines

Released Jan 22, 2019 by Tony Fischetti

This package can be loaded by Renjin but 17 out 18 tests failed. An older version of this package is more compatible with Renjin.

Dependencies

dplyr 0.8.2 MASS 7.3-51.4 rlang 0.4.0

Provides functionality to assert conditions that have to be met so that errors in data used in analysis pipelines can fail quickly. Similar to 'stopifnot()' but more powerful, friendly, and easier for use in pipelines.

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>assertr</artifactId>
    <version>2.6-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:assertr')

Test Results

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