We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
From @harriscw -
For those interested in contributing to unit tests here's how to get started: clone the repo run renv::restore to install the same set of packages being used create a branch from devel # to create some unit tests here Take examples from the roxygen header and turn them into unit tests in the tests/testtthat folder. There are already some reference unit tests in there for guidance PR your work
For those interested in contributing to unit tests here's how to get started:
The text was updated successfully, but these errors were encountered:
https://testthat.r-lib.org/index.html https://r-pkgs.org/testing-basics.html
This edition applies to sdtmchecks: https://testthat.r-lib.org/articles/third-edition.html
Guidance from Admiral package: https://pharmaverse.github.io/admiraldev/devel/articles/unit_test_guidance.html#set-up-the-test-script
Sorry, something went wrong.
Thanks @laywang142 , @J-Lox , @harriscw !
Successfully merging a pull request may close this issue.
From @harriscw -
The text was updated successfully, but these errors were encountered: