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
-[ ] Run `devtools::check(args = '--no-tests')` and check it passes
17
17
-[ ] Run `devtools::build()` and check it builds without errors
18
+
-[ ] Check that the continuous integration checks pass on the pull request branch. Note that the performance test relating to your function may fail, as failure is also triggered by a dramatic improval in performance!
18
19
19
20
## Instructions & checklist for PR reviewers
20
21
-[ ] Checkout this branch as well as the corresponding branch of dsBase
@@ -23,3 +24,4 @@
23
24
-[ ] Run `devtools::test(filter = "smk-|disc|arg")` and check it passes
24
25
-[ ] Run `devtools::check(args = '--no-tests')` and check it passes (we run tests separately to skip performance checks)
25
26
-[ ] Run `devtools::build()` and check it builds without errors
27
+
-[ ] Check that the continuous integration checks pass on the pull request branch (see above note on performance checks)
0 commit comments