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 ec18895 commit 8c8b320Copy full SHA for 8c8b320
tests/testthat/test-config.R
@@ -66,6 +66,6 @@ test_that(".Rbuildignore is written to the right directory when root is absolute
66
desc$set(Package = "test.pkg")
67
desc$write("DESCRIPTION")
68
})
69
- use_precommit_config(install_hooks = FALSE, root = root)
+ use_precommit_config(root = root)
70
expect_true(fs::file_exists(fs::path(root, ".Rbuildignore")))
71
0 commit comments