File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
Package: V8
2
2
Type: Package
3
3
Title: Embedded JavaScript and WebAssembly Engine for R
4
- Version: 6.0.1
4
+ Version: 6.0.2
5
5
Authors@R: c(
6
6
person("Jeroen", "Ooms", role = c("aut", "cre"), email = "
[email protected] ",
7
7
comment = c(ORCID = "0000-0002-4035-0289")),
Original file line number Diff line number Diff line change
1
+ 6.0.2
2
+ - Windows: minor update of libv8 to fix a warning with rtools45
3
+
1
4
6.0.1
2
5
- Fix build for legacy libv8 versions on CondaForge and Centos-7
3
6
Original file line number Diff line number Diff line change 1
1
if (! file.exists(' ../windows/libv8/include/v8.h' )){
2
2
unlink(" ../windows" , recursive = TRUE )
3
3
url <- if (grepl(" aarch" , R.version $ platform )){
4
- " https://github.com/r-windows/bundles/releases/download/v8-11.8.172.13 /v8-11.8.172.13 -clang-aarch64.tar.xz"
4
+ " https://github.com/r-windows/bundles/releases/download/v8-11.9.169.6 /v8-11.9.169.6 -clang-aarch64.tar.xz"
5
5
} else if (grepl(" clang" , Sys.getenv(' R_COMPILED_BY' ))){
6
- " https://github.com/r-windows/bundles/releases/download/v8-11.8.172.13 /v8-11.8.172.13 -clang-x86_64.tar.xz"
6
+ " https://github.com/r-windows/bundles/releases/download/v8-11.9.169.6 /v8-11.9.169.6 -clang-x86_64.tar.xz"
7
7
} else if (getRversion() > = " 4.3" ) {
8
- " https://github.com/r-windows/bundles/releases/download/v8-11.8.172.13 /v8-11.8.172.13 -ucrt-x86_64.tar.xz"
8
+ " https://github.com/r-windows/bundles/releases/download/v8-11.9.169.6 /v8-11.9.169.6 -ucrt-x86_64.tar.xz"
9
9
} else if (getRversion() > = " 4.2" ) {
10
10
" https://github.com/r-windows/bundles/releases/download/v8-11.8.172.13/v8-9.1.269.38-win-ucrt.tar.xz"
11
11
} else {
You can’t perform that action at this time.
0 commit comments