We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ba91ea commit 203ee8fCopy full SHA for 203ee8f
test.sh
@@ -0,0 +1,8 @@
1
+#!/bin/sh
2
+
3
+set -ex
4
5
+git clean -fdx src
6
+R CMD INSTALL .
7
+cd ../../dm
8
+R -q -f pack.R || false
0 commit comments