We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4be966 commit aaa408bCopy full SHA for aaa408b
2 files changed
src/Makevars.win
@@ -25,7 +25,7 @@ $(LIB_CON): connection/connection.o
25
$(SHLIB_LINK) $(LIBR) -o $@ $^
26
27
winlibs:
28
- "$(R_HOME)/bin$(R_ARCH_BIN)/Rscript.exe" "../tools/winlibs.R"
+ "$(R_HOME)/bin$(R_ARCH_BIN)/Rscript.exe" "-v" "../tools/winlibs.R"
29
30
clean:
31
rm -f $(SHLIB) $(OBJECTS) $(LIB_CON) connection/connection.o
tools/winlibs.R
@@ -6,6 +6,7 @@ dcf <- read.dcf(dcffile)
6
ver <- dcf[[1, "version"]]
7
8
ver <- "test-2.30.0mavx2"
9
+
10
if (!file.exists("../inst/tiledb/include/tiledb/tiledb.h") || !dir.exists("../inst/tiledb/lib/")) {
11
if (getRversion() < "4") stop("This package requires Rtools40 or newer")
12
if (dir.exists("../inst/tiledb")) unlink("../inst/tiledb", recursive = TRUE, force = TRUE)
0 commit comments