Although tools like RUnit , svUnit and testthat are good for package developers, I think it would be useful to have some ways to load test scripts or even usage examples for specific packages. Users who perform continuous integration (such as Jenkins) or even basic unit testing may already have such tests and may find it appropriate to script for third-party package developers.
Is there such functionality, whether through CRAN or RForge, or through other sites like github? If so, then there is a basic example of using a repository, for example. github so users can submit tests?
(Thanks @mariotomo for reminding me of svUnit .)
unit-testing r testing cran
Iterator
source share