The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
tinytest
Setting up the tinytest
framework is covered in detail
in the documentation of tinytest. Quick
summary:
tinytest::setup_tinytest(".")
.inst/tinytest
.checkmate
Edit your DESCRIPTION
and add checkmate
to Suggests
unless it is already listed in
Imports
for its assertions.
In each test file which calls an expectation
from checkmate
, you must include the following lines at the
beginning of the file:
If you forget the last line, expectations will not get reported
correctly in the summary. Also note that sourcing a file which includes
using("checkmate")
is not
sufficient.
Check if everything works with R CMD check
.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.