File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ $(LIB_CON): connection/connection.o
2525 $(SHLIB_LINK) $(LIBR) -o $@ $^
2626
2727winlibs:
28- "$(R_HOME)/bin$(R_ARCH_BIN)/Rscript.exe" "../tools/winlibs.R"
28+ "$(R_HOME)/bin$(R_ARCH_BIN)/Rscript.exe" "-v" " ../tools/winlibs.R"
2929
3030clean:
3131 rm -f $(SHLIB) $(OBJECTS) $(LIB_CON) connection/connection.o
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ dcf <- read.dcf(dcffile)
66ver <- dcf [[1 , " version" ]]
77
88ver <- " test-2.30.0mavx2"
9+
910if (! file.exists(" ../inst/tiledb/include/tiledb/tiledb.h" ) || ! dir.exists(" ../inst/tiledb/lib/" )) {
1011 if (getRversion() < " 4" ) stop(" This package requires Rtools40 or newer" )
1112 if (dir.exists(" ../inst/tiledb" )) unlink(" ../inst/tiledb" , recursive = TRUE , force = TRUE )
You can’t perform that action at this time.
0 commit comments