-
Notifications
You must be signed in to change notification settings - Fork 285
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
withr::local_dir() vs withr::defer ... set_wd() #1895
Comments
I think it's that I wanted to schedule that Developing |
That makes sense! FWIW, I switched it out in my version, and the tests remained happy, and this also stayed happy:
|
Nice! So I think |
I really appreciate the modeling of "know when to say no" behavior! Thanks for everything 😊 |
usethis/tests/testthat/helper.R
Lines 69 to 76 in 467ff57
Does this pre-date
withr::local_dir()
, or is there a reason it's done more explicitly here? I copied this concept for a package-creating package, without noticing thatwithr::local_dir()
exists and is cleaner.usethis/tests/testthat/helper.R
Line 38 in 467ff57
The text was updated successfully, but these errors were encountered: