⚠️ This repo has outdated tokens in its travisci config To make new releases for this project it needs to be moved to circleci
Extensions for testwhat for specific use-cases or more high level checks. Documentation can be found here.
To use the extensions in the submission correctness tests for an exercise, explicitly load the package before you use the function:
library(testwhat.ext)
ex() %>% check_cpp_function_exported("int", "answer")
Follow these steps
- Open a PR, merge into master when appropriate.
- Once merged, edit DESCRIPTION, incrementing
VERSION: 0.0.1
to reflect changes (see semver for guidance). - Create a github release labeled
vVERSION
. E.g.v0.0.1
. (see here).