-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
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
Replaced testthat
function
#3094
Replaced testthat
function
#3094
Conversation
@Aariq I would like to know if there are any other potential places where the change is needed |
I don't know. In RStudio you can use "Find in files ..." in the Edit menu to search for |
Followed this. There are no other places which need to be updated. |
Can you guide me what further changes need to be made ( or commands need to be run ) in-order to make the checks pass and if the change made to this function seems correct ? |
I think maybe you need to run this script: https://github.com/PecanProject/pecan/blob/develop/scripts/generate_dependencies.R |
f3ef964
to
f5e7056
Compare
This PR covers all the instances of |
Description
The PR tries to remove use of
testthat
outside of unit tests and replace it withassertthat
This PR does not replicate efforts made in #3067
PR tries to fix #2987
Motivation and Context
Review Time Estimate
Types of changes
Checklist: