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 7ba91ea commit ab2b21dCopy full SHA for ab2b21d
test.sh
@@ -0,0 +1,9 @@
1
+#!/bin/sh
2
+
3
+set -ex
4
5
+git clean -fdx src
6
+R CMD INSTALL .
7
+if ! [ -d dm ]; then git clone https://github.com/cynkra/dm; fi
8
+cd dm
9
+R -q -e 'Sys.setenv(DM_TEST_SRC = "sqlite"); pkgload::load_all(); x <- tf_1(); y <- data_card_1_duckdb()'
0 commit comments