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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When creating a package and you have testthat 3.0.0 or later installed.
We may also want to provide use_testthat_3e() function.
use_testthat_3e()
The text was updated successfully, but these errors were encountered:
(FWIW this isn't just for us, but is for everyone)
Sorry, something went wrong.
I know but I was trying to find a label in addition to "feature" 😁
Seems like a good time to ask: Is this what the "code 🖥️" label is for?
Should just add edition argument to use_testthat and default to 3 if appropriate version of testthat found.
Set edition in use_testthat()
78a3587
Fixes #1185
Set edition in use_testthat() (#1205)
0f04463
Successfully merging a pull request may close this issue.
When creating a package and you have testthat 3.0.0 or later installed.
We may also want to provide
use_testthat_3e()
function.The text was updated successfully, but these errors were encountered: