CRAN
assertr 2.6
Assertive Programming for R Analysis Pipelines
Released Jan 22, 2019 by Tony Fischetti
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>
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.
- assert-examples
- assert_rows-examples
- assertr-examples
- chaining_functions-examples
- col_concat-examples
- has_all_names-examples
- in_set-examples
- insist-examples
- insist_rows-examples
- is_uniq-examples
- maha_dist-examples
- not_na-examples
- num_row_NAs-examples
- testthat
- verify-examples
- within_bounds-examples
- within_n_mads-examples
- within_n_sds-examples