CRAN Package Check Results for Maintainer ‘Jeroen Ooms <jeroen at berkeley.edu>’

Last updated on 2024-05-02 01:57:39 CEST.

Package ERROR NOTE OK
antiword 13
askpass 12
av 6 6
badgen 12
base64 12
bcrypt 12
brotli 12
cld2 12
cld3 3 9
commonmark 13
credentials 12
curl 4 9
fluidsynth 3 10
gert 7 5
ghapps 12
gifski 3 9
gpg 12
graphql 12
hellorust 3 9
hunspell 3 9
jose 12
jqr 12
js 11
jsonld 12
jsonlite 12
katex 12
magick 8 5
maketools 13
mongolite 13
opencpu 5 7
opencv 6 5
openssl 7 6
pdftools 7 5
postdoc 12
prismjs 12
protolite 4 8
qpdf 4 9
RAppArmor 9
rjade 12
RMySQL 12
rsvg 6 6
rzmq 4 9
sodium 12
spelling 13
ssh 3 9
sys 3 9
tesseract 6 5
unix 4 6
unrtf 13
V8 2 7 3
webp 12
webutils 12
writexl 13
xslt 13

Package antiword

Current CRAN status: OK: 13

Package askpass

Current CRAN status: OK: 12

Package av

Current CRAN status: NOTE: 6, OK: 6

Version: 0.9.0
Check: installed package size
Result: NOTE installed size is 30.3Mb sub-directories of 1Mb or more: libs 29.5Mb Flavors: r-devel-windows-x86_64, r-release-macos-arm64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package badgen

Current CRAN status: OK: 12

Package base64

Current CRAN status: OK: 12

Package bcrypt

Current CRAN status: OK: 12

Package brotli

Current CRAN status: OK: 12

Package cld2

Current CRAN status: NOTE: 12

Version: 1.2.4
Check: C++ specification
Result: NOTE Specified C++11: please drop specification unless essential Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package cld3

Current CRAN status: NOTE: 3, OK: 9

Version: 1.6.0
Check: installed package size
Result: NOTE installed size is 9.3Mb sub-directories of 1Mb or more: libs 9.3Mb Flavors: r-release-macos-arm64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Package commonmark

Current CRAN status: OK: 13

Package credentials

Current CRAN status: OK: 12

Package curl

Current CRAN status: ERROR: 4, NOTE: 9

Version: 5.2.1
Check: compiled code
Result: NOTE File ‘curl/libs/curl.so’: Found non-API call to R: ‘R_new_custom_connection’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 5.2.1
Check: examples
Result: ERROR Running examples in ‘curl-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: handle > ### Title: Create and configure a curl handle > ### Aliases: handle new_handle handle_setopt handle_setheaders > ### handle_getheaders handle_getcustom handle_setform handle_reset > ### handle_data > > ### ** Examples > > h <- new_handle() > handle_setopt(h, customrequest = "PUT") > handle_setform(h, a = "1", b = "2") > r <- curl_fetch_memory("https://hb.cran.dev/put", h) Error in curl_fetch_memory("https://hb.cran.dev/put", h) : Failed writing received data to disk/application Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-release-linux-x86_64

Version: 5.2.1
Check: tests
Result: ERROR Running ‘engine.R’ [0s/0s] Comparing ‘engine.Rout’ to ‘engine.Rout.save’ ...4d3 < Using libcurl 8.7.1 with GnuTLS/3.8.5 Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [11s/73s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(curl) Using libcurl 8.7.1 with GnuTLS/3.8.5 > > # Comply with CRAN policy: skip tests if no internet > if(curl::has_internet()){ + test_check("curl") + } This is libcurl version 8.7.1 with GnuTLS/3.8.5 Using test server: https://hb.r-universe.dev [ FAIL 3 | WARN 0 | SKIP 4 | PASS 206 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-idn.R:6:3', 'test-multi-download.R:4:3', 'test-seek.R:4:3', 'test-winssl.R:4:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-certificates.R:6:3'): CloudFlare / LetsEncrypt certs ─────────── Error in `curl_fetch_memory("https://letsencrypt.org")`: Failed writing received data to disk/application Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-certificates.R:6:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─curl::curl_fetch_memory("https://letsencrypt.org") ── Error ('test-connection.R:7:3'): Compression and destroying connection ────── Error in `readLines(con)`: Failed writing received data to disk/application Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-connection.R:7:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─jsonlite::fromJSON(readLines(con)) 5. └─base::readLines(con) ── Error ('test-connection.R:24:3'): Connection interface ────────────────────── Error in `open.connection(con, "rb")`: Handle is already in use elsewhere. Backtrace: ▆ 1. ├─testthat::expect_equal(jsonlite::fromJSON(con)$args$test, "blabla") at test-connection.R:24:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─jsonlite::fromJSON(con) 5. └─jsonlite:::parse_and_simplify(...) 6. └─jsonlite:::parseJSON(txt, bigint_as_char) 7. └─jsonlite:::parse_con(txt, bigint_as_char) 8. ├─base::open(con, "rb") 9. └─base::open.connection(con, "rb") [ FAIL 3 | WARN 0 | SKIP 4 | PASS 206 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 5.2.1
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘intro.Rmd’ using rmarkdown Quitting from lines at lines 48-52 [unnamed-chunk-2] (intro.Rmd) Error: processing vignette 'intro.Rmd' failed with diagnostics: Failed writing received data to disk/application --- failed re-building ‘intro.Rmd’ --- re-building ‘windows.Rmd’ using rmarkdown --- finished re-building ‘windows.Rmd’ SUMMARY: processing the following file failed: ‘intro.Rmd’ Error: Vignette re-building failed. Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-release-linux-x86_64

Version: 5.2.1
Check: whether package can be installed
Result: ERROR Installation failed. Flavor: r-devel-windows-x86_64

Version: 5.2.1
Check: tests
Result: ERROR Running ‘engine.R’ [0s/0s] Comparing ‘engine.Rout’ to ‘engine.Rout.save’ ...4d3 < Using libcurl 8.7.1 with GnuTLS/3.8.5 Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [10s/70s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(curl) Using libcurl 8.7.1 with GnuTLS/3.8.5 > > # Comply with CRAN policy: skip tests if no internet > if(curl::has_internet()){ + test_check("curl") + } This is libcurl version 8.7.1 with GnuTLS/3.8.5 Using test server: https://hb.r-universe.dev [ FAIL 3 | WARN 0 | SKIP 4 | PASS 206 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-idn.R:6:3', 'test-multi-download.R:4:3', 'test-seek.R:4:3', 'test-winssl.R:4:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-certificates.R:6:3'): CloudFlare / LetsEncrypt certs ─────────── Error in `curl_fetch_memory("https://letsencrypt.org")`: Failed writing received data to disk/application Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-certificates.R:6:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─curl::curl_fetch_memory("https://letsencrypt.org") ── Error ('test-connection.R:7:3'): Compression and destroying connection ────── Error in `readLines(con)`: Failed writing received data to disk/application Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-connection.R:7:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─jsonlite::fromJSON(readLines(con)) 5. └─base::readLines(con) ── Error ('test-connection.R:24:3'): Connection interface ────────────────────── Error in `open.connection(con, "rb")`: Handle is already in use elsewhere. Backtrace: ▆ 1. ├─testthat::expect_equal(jsonlite::fromJSON(con)$args$test, "blabla") at test-connection.R:24:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─jsonlite::fromJSON(con) 5. └─jsonlite:::parse_and_simplify(...) 6. └─jsonlite:::parseJSON(txt, bigint_as_char) 7. └─jsonlite:::parse_con(txt, bigint_as_char) 8. ├─base::open(con, "rb") 9. └─base::open.connection(con, "rb") [ FAIL 3 | WARN 0 | SKIP 4 | PASS 206 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64

Version: 5.2.1
Check: tests
Result: ERROR Running ‘engine.R’ [0s/0s] Comparing ‘engine.Rout’ to ‘engine.Rout.save’ ...4d3 < Using libcurl 7.88.1 with LibreSSL/3.3.6 Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [3s/110s] Running the tests in ‘tests/testthat.R’ failed. Last 13 lines of output: • libcurl does not have libidn (1): 'test-idn.R:5:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-certificates.R:9:3'): CloudFlare / LetsEncrypt certs ─────────── Error in `curl_fetch_memory("http://curl.se")`: Timeout was reached: [curl.se] Resolving timed out after 10009 milliseconds Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-certificates.R:9:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─curl::curl_fetch_memory("http://curl.se") [ FAIL 1 | WARN 0 | SKIP 4 | PASS 219 ] Error: Test failures Execution halted Flavor: r-release-macos-arm64

Version: 5.2.1
Check: installed package size
Result: NOTE installed size is 7.9Mb sub-directories of 1Mb or more: doc 1.8Mb libs 5.8Mb Flavors: r-release-windows-x86_64, r-oldrel-windows-x86_64

Version: 5.2.1
Check: compiled code
Result: NOTE File 'curl/libs/x64/curl.dll': Found non-API call to R: 'R_new_custom_connection' Compiled code should not call non-API entry points in R. See 'Writing portable packages' in the 'Writing R Extensions' manual. Flavors: r-release-windows-x86_64, r-oldrel-windows-x86_64

Package fluidsynth

Current CRAN status: NOTE: 3, OK: 10

Additional issues

rchk

Version: 1.0.0
Check: installed package size
Result: NOTE installed size is 8.6Mb sub-directories of 1Mb or more: libs 8.5Mb Flavors: r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64

Package gert

Current CRAN status: NOTE: 7, OK: 5

Version: 2.0.1
Check: compiled code
Result: NOTE File ‘gert/libs/gert.so’: Found non-API call to R: ‘R_curErrorBuf’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 2.0.1
Check: installed package size
Result: NOTE installed size is 7.3Mb sub-directories of 1Mb or more: libs 7.0Mb Flavors: r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64

Version: 2.0.1
Check: compiled code
Result: NOTE File 'gert/libs/x64/gert.dll': Found non-API call to R: 'R_curErrorBuf' Compiled code should not call non-API entry points in R. See 'Writing portable packages' in the 'Writing R Extensions' manual. Flavor: r-devel-windows-x86_64

Package ghapps

Current CRAN status: OK: 12

Package gifski

Current CRAN status: NOTE: 3, OK: 9

Version: 1.12.0-2
Check: installed package size
Result: NOTE installed size is 8.8Mb sub-directories of 1Mb or more: libs 8.7Mb Flavors: r-release-macos-arm64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Package gpg

Current CRAN status: OK: 12

Additional issues

M1mac

Package graphql

Current CRAN status: NOTE: 12

Version: 1.5.1
Check: C++ specification
Result: NOTE Specified C++11: please drop specification unless essential Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package hellorust

Current CRAN status: NOTE: 3, OK: 9

Version: 1.2.0
Check: installed package size
Result: NOTE installed size is 6.3Mb sub-directories of 1Mb or more: libs 6.2Mb Flavors: r-release-macos-arm64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Package hunspell

Current CRAN status: NOTE: 3, OK: 9

Version: 3.0.3
Check: installed package size
Result: NOTE installed size is 7.9Mb sub-directories of 1Mb or more: dict 1.5Mb libs 5.3Mb Flavors: r-release-macos-arm64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Package jose

Current CRAN status: OK: 12

Package jqr

Current CRAN status: OK: 12

Package js

Current CRAN status: OK: 11

Package jsonld

Current CRAN status: OK: 12

Package jsonlite

Current CRAN status: OK: 12

Package katex

Current CRAN status: OK: 12

Package magick

Current CRAN status: NOTE: 8, OK: 5

Version: 2.8.3
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘tesseract’ Flavor: r-devel-linux-x86_64-fedora-clang

Version: 2.8.3
Check: installed package size
Result: NOTE installed size is 7.4Mb sub-directories of 1Mb or more: doc 6.3Mb Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package maketools

Current CRAN status: OK: 13

Package mongolite

Current CRAN status: OK: 13

Package opencpu

Current CRAN status: NOTE: 5, OK: 7

Version: 2.2.11
Check: data for non-ASCII characters
Result: NOTE Note: found 4 marked UTF-8 strings Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 2.2.11
Check: package dependencies
Result: NOTE Package suggested but not available for checking: 'unix' Flavors: r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64

Package opencv

Current CRAN status: NOTE: 6, OK: 5

Version: 0.4.0
Check: installed package size
Result: NOTE installed size is 30.3Mb sub-directories of 1Mb or more: libs 19.9Mb share 10.2Mb Flavors: r-devel-windows-x86_64, r-release-macos-arm64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package openssl

Current CRAN status: NOTE: 7, OK: 6

Version: 2.1.2
Check: installed package size
Result: NOTE installed size is 7.8Mb sub-directories of 1Mb or more: doc 2.6Mb libs 4.7Mb Flavors: r-devel-windows-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package pdftools

Current CRAN status: NOTE: 7, OK: 5

Version: 3.4.0
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘tesseract’ Flavor: r-devel-linux-x86_64-fedora-clang

Version: 3.4.0
Check: installed package size
Result: NOTE installed size is 20.3Mb sub-directories of 1Mb or more: libs 7.4Mb share 12.8Mb Flavors: r-devel-windows-x86_64, r-release-macos-arm64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package postdoc

Current CRAN status: OK: 12

Package prismjs

Current CRAN status: OK: 12

Package protolite

Current CRAN status: NOTE: 4, OK: 8

Version: 2.3.0
Check: Rd cross-references
Result: NOTE Undeclared package ‘RProtoBuf’ in Rd xrefs Flavor: r-devel-linux-x86_64-fedora-clang

Version: 2.3.0
Check: installed package size
Result: NOTE installed size is 21.4Mb sub-directories of 1Mb or more: libs 21.3Mb Flavors: r-release-macos-arm64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Package qpdf

Current CRAN status: NOTE: 4, OK: 9

Version: 1.3.3
Check: installed package size
Result: NOTE installed size is 15.8Mb sub-directories of 1Mb or more: libs 15.7Mb Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Package RAppArmor

Current CRAN status: OK: 9

Package rjade

Current CRAN status: OK: 12

Package RMySQL

Current CRAN status: OK: 12

Package rsvg

Current CRAN status: NOTE: 6, OK: 6

Version: 2.6.0
Check: installed package size
Result: NOTE installed size is 19.1Mb sub-directories of 1Mb or more: libs 18.7Mb Flavors: r-devel-windows-x86_64, r-release-macos-arm64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package rzmq

Current CRAN status: NOTE: 4, OK: 9

Version: 0.9.13
Check: installed package size
Result: NOTE installed size is 11.2Mb sub-directories of 1Mb or more: libs 11.1Mb Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Package sodium

Current CRAN status: OK: 12

Package spelling

Current CRAN status: OK: 13

Package ssh

Current CRAN status: NOTE: 3, OK: 9

Additional issues

rchk

Version: 0.9.1
Check: installed package size
Result: NOTE installed size is 5.5Mb sub-directories of 1Mb or more: libs 4.6Mb Flavors: r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64

Package sys

Current CRAN status: NOTE: 3, OK: 9

Version: 3.4.2
Check: package dependencies
Result: NOTE Package suggested but not available for checking: 'unix' Flavors: r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64

Package tesseract

Current CRAN status: NOTE: 6, OK: 5

Version: 5.2.1
Check: installed package size
Result: NOTE installed size is 23.3Mb sub-directories of 1Mb or more: doc 1.1Mb libs 8.1Mb tessdata 14.0Mb Flavors: r-devel-windows-x86_64, r-release-macos-arm64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package unix

Current CRAN status: NOTE: 4, OK: 6

Version: 1.5.7
Check: compiled code
Result: NOTE File ‘unix/libs/unix.so’: Found non-API call to R: ‘R_curErrorBuf’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Package unrtf

Current CRAN status: OK: 13

Package V8

Current CRAN status: ERROR: 2, NOTE: 7, OK: 3

Version: 4.4.2
Check: examples
Result: ERROR Running examples in ‘V8-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: V8 > ### Title: Run JavaScript in a V8 context > ### Aliases: V8 v8 new_context engine_info > > ### ** Examples > > # Create a new context > ctx <- v8(); > > # Evaluate some code > ctx$eval("var foo = 123") > ctx$eval("var bar = 456") > ctx$eval("foo+bar") [1] "579" > > # Functions and closures > ctx$eval("JSON.stringify({x:Math.random()})") [1] "{\"x\":0.6641683199961967}" > ctx$eval("(function(x){return x+1;})(123)") [1] "124" > > # Objects (via JSON only) > ctx$assign("mydata", mtcars) > ctx$get("mydata") mpg cyl disp hp drat wt qsec vs am gear carb Mazda RX4 21.0 6 160.0 110 3.90 2.620 16.46 0 1 4 4 Mazda RX4 Wag 21.0 6 160.0 110 3.90 2.875 17.02 0 1 4 4 Datsun 710 22.8 4 108.0 93 3.85 2.320 18.61 1 1 4 1 Hornet 4 Drive 21.4 6 258.0 110 3.08 3.215 19.44 1 0 3 1 Hornet Sportabout 18.7 8 360.0 175 3.15 3.440 17.02 0 0 3 2 Valiant 18.1 6 225.0 105 2.76 3.460 20.22 1 0 3 1 Duster 360 14.3 8 360.0 245 3.21 3.570 15.84 0 0 3 4 Merc 240D 24.4 4 146.7 62 3.69 3.190 20.00 1 0 4 2 Merc 230 22.8 4 140.8 95 3.92 3.150 22.90 1 0 4 2 Merc 280 19.2 6 167.6 123 3.92 3.440 18.30 1 0 4 4 Merc 280C 17.8 6 167.6 123 3.92 3.440 18.90 1 0 4 4 Merc 450SE 16.4 8 275.8 180 3.07 4.070 17.40 0 0 3 3 Merc 450SL 17.3 8 275.8 180 3.07 3.730 17.60 0 0 3 3 Merc 450SLC 15.2 8 275.8 180 3.07 3.780 18.00 0 0 3 3 Cadillac Fleetwood 10.4 8 472.0 205 2.93 5.250 17.98 0 0 3 4 Lincoln Continental 10.4 8 460.0 215 3.00 5.424 17.82 0 0 3 4 Chrysler Imperial 14.7 8 440.0 230 3.23 5.345 17.42 0 0 3 4 Fiat 128 32.4 4 78.7 66 4.08 2.200 19.47 1 1 4 1 Honda Civic 30.4 4 75.7 52 4.93 1.615 18.52 1 1 4 2 Toyota Corolla 33.9 4 71.1 65 4.22 1.835 19.90 1 1 4 1 Toyota Corona 21.5 4 120.1 97 3.70 2.465 20.01 1 0 3 1 Dodge Challenger 15.5 8 318.0 150 2.76 3.520 16.87 0 0 3 2 AMC Javelin 15.2 8 304.0 150 3.15 3.435 17.30 0 0 3 2 Camaro Z28 13.3 8 350.0 245 3.73 3.840 15.41 0 0 3 4 Pontiac Firebird 19.2 8 400.0 175 3.08 3.845 17.05 0 0 3 2 Fiat X1-9 27.3 4 79.0 66 4.08 1.935 18.90 1 1 4 1 Porsche 914-2 26.0 4 120.3 91 4.43 2.140 16.70 0 1 5 2 Lotus Europa 30.4 4 95.1 113 3.77 1.513 16.90 1 1 5 2 Ford Pantera L 15.8 8 351.0 264 4.22 3.170 14.50 0 1 5 4 Ferrari Dino 19.7 6 145.0 175 3.62 2.770 15.50 0 1 5 6 Maserati Bora 15.0 8 301.0 335 3.54 3.570 14.60 0 1 5 8 Volvo 142E 21.4 4 121.0 109 4.11 2.780 18.60 1 1 4 2 > outlist <- ctx$get("mydata", simplifyVector = FALSE) > outlist[1] [[1]] [[1]]$mpg [1] 21 [[1]]$cyl [1] 6 [[1]]$disp [1] 160 [[1]]$hp [1] 110 [[1]]$drat [1] 3.9 [[1]]$wt [1] 2.62 [[1]]$qsec [1] 16.46 [[1]]$vs [1] 0 [[1]]$am [1] 1 [[1]]$gear [1] 4 [[1]]$carb [1] 4 [[1]]$`_row` [1] "Mazda RX4" > > # Assign JavaScript > ctx$assign("foo", JS("function(x){return x*x}")) > ctx$assign("bar", JS("foo(9)")) > ctx$get("bar") [1] 81 > > # Validate script without evaluating > ctx$validate("function foo(x){2*x}") #TRUE [1] TRUE > ctx$validate("foo = function(x){2*x}") #TRUE [1] TRUE > ctx$validate("function(x){2*x}") #FALSE [1] FALSE > > # Use a JavaScript library > ctx$source("https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.6/underscore-min.js") Error in open.connection(con, open = mode) : Failed writing received data to disk/application Calls: <Anonymous> ... curl_connection -> withCallingHandlers -> open -> open.connection Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 4.4.2
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘npm.Rmd’ using rmarkdown Quitting from lines at lines 43-46 [unnamed-chunk-2] (npm.Rmd) Error: processing vignette 'npm.Rmd' failed with diagnostics: Failed writing received data to disk/application --- failed re-building ‘npm.Rmd’ --- re-building ‘v8_intro.Rmd’ using rmarkdown Quitting from lines at lines 53-55 [unnamed-chunk-4] (v8_intro.Rmd) Error: processing vignette 'v8_intro.Rmd' failed with diagnostics: Failed writing received data to disk/application --- failed re-building ‘v8_intro.Rmd’ SUMMARY: processing the following files failed: ‘npm.Rmd’ ‘v8_intro.Rmd’ Error: Vignette re-building failed. Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-release-linux-x86_64

Version: 4.4.2
Check: installed package size
Result: NOTE installed size is 23.9Mb sub-directories of 1Mb or more: doc 1.8Mb libs 21.9Mb Flavors: r-devel-windows-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 4.4.2
Check: examples
Result: ERROR Running examples in ‘V8-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: V8 > ### Title: Run JavaScript in a V8 context > ### Aliases: V8 v8 new_context engine_info > > ### ** Examples > > # Create a new context > ctx <- v8(); > > # Evaluate some code > ctx$eval("var foo = 123") > ctx$eval("var bar = 456") > ctx$eval("foo+bar") [1] "579" > > # Functions and closures > ctx$eval("JSON.stringify({x:Math.random()})") [1] "{\"x\":0.883783769137201}" > ctx$eval("(function(x){return x+1;})(123)") [1] "124" > > # Objects (via JSON only) > ctx$assign("mydata", mtcars) > ctx$get("mydata") mpg cyl disp hp drat wt qsec vs am gear carb Mazda RX4 21.0 6 160.0 110 3.90 2.620 16.46 0 1 4 4 Mazda RX4 Wag 21.0 6 160.0 110 3.90 2.875 17.02 0 1 4 4 Datsun 710 22.8 4 108.0 93 3.85 2.320 18.61 1 1 4 1 Hornet 4 Drive 21.4 6 258.0 110 3.08 3.215 19.44 1 0 3 1 Hornet Sportabout 18.7 8 360.0 175 3.15 3.440 17.02 0 0 3 2 Valiant 18.1 6 225.0 105 2.76 3.460 20.22 1 0 3 1 Duster 360 14.3 8 360.0 245 3.21 3.570 15.84 0 0 3 4 Merc 240D 24.4 4 146.7 62 3.69 3.190 20.00 1 0 4 2 Merc 230 22.8 4 140.8 95 3.92 3.150 22.90 1 0 4 2 Merc 280 19.2 6 167.6 123 3.92 3.440 18.30 1 0 4 4 Merc 280C 17.8 6 167.6 123 3.92 3.440 18.90 1 0 4 4 Merc 450SE 16.4 8 275.8 180 3.07 4.070 17.40 0 0 3 3 Merc 450SL 17.3 8 275.8 180 3.07 3.730 17.60 0 0 3 3 Merc 450SLC 15.2 8 275.8 180 3.07 3.780 18.00 0 0 3 3 Cadillac Fleetwood 10.4 8 472.0 205 2.93 5.250 17.98 0 0 3 4 Lincoln Continental 10.4 8 460.0 215 3.00 5.424 17.82 0 0 3 4 Chrysler Imperial 14.7 8 440.0 230 3.23 5.345 17.42 0 0 3 4 Fiat 128 32.4 4 78.7 66 4.08 2.200 19.47 1 1 4 1 Honda Civic 30.4 4 75.7 52 4.93 1.615 18.52 1 1 4 2 Toyota Corolla 33.9 4 71.1 65 4.22 1.835 19.90 1 1 4 1 Toyota Corona 21.5 4 120.1 97 3.70 2.465 20.01 1 0 3 1 Dodge Challenger 15.5 8 318.0 150 2.76 3.520 16.87 0 0 3 2 AMC Javelin 15.2 8 304.0 150 3.15 3.435 17.30 0 0 3 2 Camaro Z28 13.3 8 350.0 245 3.73 3.840 15.41 0 0 3 4 Pontiac Firebird 19.2 8 400.0 175 3.08 3.845 17.05 0 0 3 2 Fiat X1-9 27.3 4 79.0 66 4.08 1.935 18.90 1 1 4 1 Porsche 914-2 26.0 4 120.3 91 4.43 2.140 16.70 0 1 5 2 Lotus Europa 30.4 4 95.1 113 3.77 1.513 16.90 1 1 5 2 Ford Pantera L 15.8 8 351.0 264 4.22 3.170 14.50 0 1 5 4 Ferrari Dino 19.7 6 145.0 175 3.62 2.770 15.50 0 1 5 6 Maserati Bora 15.0 8 301.0 335 3.54 3.570 14.60 0 1 5 8 Volvo 142E 21.4 4 121.0 109 4.11 2.780 18.60 1 1 4 2 > outlist <- ctx$get("mydata", simplifyVector = FALSE) > outlist[1] [[1]] [[1]]$mpg [1] 21 [[1]]$cyl [1] 6 [[1]]$disp [1] 160 [[1]]$hp [1] 110 [[1]]$drat [1] 3.9 [[1]]$wt [1] 2.62 [[1]]$qsec [1] 16.46 [[1]]$vs [1] 0 [[1]]$am [1] 1 [[1]]$gear [1] 4 [[1]]$carb [1] 4 [[1]]$`_row` [1] "Mazda RX4" > > # Assign JavaScript > ctx$assign("foo", JS("function(x){return x*x}")) > ctx$assign("bar", JS("foo(9)")) > ctx$get("bar") [1] 81 > > # Validate script without evaluating > ctx$validate("function foo(x){2*x}") #TRUE [1] TRUE > ctx$validate("foo = function(x){2*x}") #TRUE [1] TRUE > ctx$validate("function(x){2*x}") #FALSE [1] FALSE > > # Use a JavaScript library > ctx$source("https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.6/underscore-min.js") Error in open.connection(con, open = mode) : Failed writing received data to disk/application Calls: <Anonymous> ... curl_connection -> withCallingHandlers -> open -> open.connection Execution halted Flavor: r-release-linux-x86_64

Package webp

Current CRAN status: OK: 12

Package webutils

Current CRAN status: OK: 12

Package writexl

Current CRAN status: OK: 13

Package xslt

Current CRAN status: OK: 13

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.