Skip to content

Commit ab2b21d

Browse files
committed
Test script
1 parent 7ba91ea commit ab2b21d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

test.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)