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 aaa408b commit c9fe559Copy full SHA for c9fe559
tools/winlibs.R
@@ -5,8 +5,6 @@ if (!file.exists(dcffile)) stop("TileDB Version file not found.")
5
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