-
Notifications
You must be signed in to change notification settings - Fork 237
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
Replacing 'testthat' functions #2987 #3067
Replacing 'testthat' functions #2987 #3067
Conversation
@Aariq @moki1202 @infotroph I tried replacing |
@Its-Maniaco This change looks pretty good to me! The arguments structure for the replaced function looks good too. But let's not count on my statement just yet 😉 . Once you get a green light from the other reviewers please make sure you've added the |
This is fine as a drop-in replacement—you've got the pattern right. I don't understand what is going on in this particular instance though. The point of
|
Actually, it should probably use
Errors from |
@Its-Maniaco any follow up to this? |
This is from |
Remember to also move |
@Aariq |
…eplace_testthat
… into replace_testthat
@Aariq @moki1202 @infotroph Is there anything else needed before this PR gets merged? |
Looks like you'll need to run |
Check is failing because of a need to run |
@Its-Maniaco pinging you to hopefully finish up this PR |
@Its-Maniaco wanted to check in about your plans / ability to finish up this PR? |
@Its-Maniaco currently getting a test failure in load.cfmet.R |
This PR replaces the
testthat
function in mainstream files.Addresses #2987