You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Instead of
qualR/tests/testthat/test-cetesb_retrieve_param.R
Line 5 in 9514131
withr::local_tempdir()
(withr would be listed underSuggests
inDESCRIPTION
) 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
The text was updated successfully, but these errors were encountered: