expect_no_error {nhppp}R Documentation

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.


[Package nhppp version 0.1.3 Index]