Learn R Programming

nhppp (version 1.0.2)

expect_no_error: Helper functions

Description

helper function that augments test_that::expect_no_error() to expect no error. Copied from the R6 source code.

Usage

expect_no_error(expr)

Arguments

expr

Expression.

Details

Small utility functions. Not to be exported to the user.