Rdocumentation
powered by
Learn R Programming
⚠️
There's a newer version (0.15) of this package.
Take me there.
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
Link to current version
Version
Version
0.15
0.14
0.13
0.12
0.11
0.10
0.9
0.8
0.7
0.6
0.5
0.4
0.3
0.2.1
0.1
Install
install.packages('testit')
Monthly Downloads
24,045
Version
0.13
License
GPL-3
Issues
1
Pull Requests
0
Stars
58
Forks
12
Repository
https://github.com/yihui/testit
Maintainer
Yihui Xie
Last Published
April 14th, 2021
Functions in testit (0.13)
Search all functions
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