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 855bdae commit 43d2fd4Copy full SHA for 43d2fd4
tools/winlibs.R
@@ -7,7 +7,7 @@ if(!file.exists("../windows/opencv/include/opencv4/opencv2/opencv.hpp")){
7
} else if(getRversion() >= "4.3") {
8
"https://github.com/r-windows/bundles/releases/download/opencv-4.8.1/opencv-4.8.1-ucrt-x86_64.tar.xz"
9
} else {
10
- "https://github.com/rwinlib/opencv/archive/refs/tags/4.8.1-1.tar.gz"
+ "https://github.com/rwinlib/opencv/archive/refs/tags/v4.8.1.tar.gz"
11
}
12
download.file(url, basename(url), quiet = TRUE)
13
dir.create("../windows", showWarnings = FALSE)
0 commit comments