Skip to content
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

use withr::local_tempdir() instead of tempdir()? #11

Open
maelle opened this issue Sep 30, 2024 · 0 comments
Open

use withr::local_tempdir() instead of tempdir()? #11

maelle opened this issue Sep 30, 2024 · 0 comments

Comments

@maelle
Copy link
Member

maelle commented Sep 30, 2024

Instead of

csv_path <- file.path(tempdir(), "cetesb-data2")
you could use withr::local_tempdir() (withr would be listed under Suggests in DESCRIPTION) which would have the nice property of being cleaned up after automatically, the directory would be removed automatically after running the test. It also creates the file.

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant