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 3587a6a commit c59344fCopy full SHA for c59344f
.githooks/pre-push
@@ -1,2 +1,6 @@
1
#!/bin/sh
2
+root_dir=$(git rev-parse --show-toplevel)
3
+tempdir=$(mktemp -d)
4
+cd $tempdir
5
+git clone $root_dir . --quiet
6
Rscript -e "devtools::test(stop_on_failure=TRUE)"
0 commit comments