Learn R Programming

testit (version 0.13)

A Simple Package for Testing R Packages

Description

Provides two convenience functions assert() and test_pkg() to facilitate testing R packages.

Copy Link

Version

Install

install.packages('testit')

Monthly Downloads

9,370

Version

0.13

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

April 14th, 2021

Functions in testit (0.13)

has_warning

Check if an R expression produces warnings or errors
assert

Assertions with an optional message
test_pkg

Run the tests of a package in its namespace