Example/test package extending R package tinytest
This is a very simple package, offering extra expect functions that can be
used with the the tinytest
package.
For an example of a package that uses this package see uses.tinytest.extension.
This package repository is aimed only to be used as a template for package
authors who wish to extend tinytest, and as a testing ground for tinytest
itself.
For a description of how to build a tinytest extension package, see
library(tinytest)
?register_tinytest_extensionremotes::install_github("markvanderloo/tinytest.extension/pkg")git clone https://github.com/markvanderloo/tinytest.extension
cd tinytest.extensionRun tests:
make testBuild, run R CMD check
make checkBuild, install
make install