We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d9d734 commit 4b592bdCopy full SHA for 4b592bd
tests/testthat/helper.R
@@ -1,5 +1,5 @@
1
## attempt to activate a project, which is nice during development
2
-try(proj_set("."))
+tryCatch(proj_set("."), error = function(e) NULL)
3
4
## If session temp directory appears to be, or be within, a project, there
5
## will be large scale, spurious test failures.
0 commit comments