CRAN Package Check Results for Maintainer ‘Jeroen Ooms <jeroenooms at gmail.com>’

Last updated on 2025-02-16 09:51:11 CET.

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

Package antiword

Current CRAN status: OK: 15

Package askpass

Current CRAN status: OK: 15

Package av

Current CRAN status: NOTE: 6, OK: 9

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

Version: 0.9.3
Check: installed package size
Result: NOTE installed size is 23.7Mb sub-directories of 1Mb or more: libs 22.9Mb Flavor: r-oldrel-macos-arm64

Package badgen

Current CRAN status: OK: 15

Package base64

Current CRAN status: OK: 15

Package bcrypt

Current CRAN status: OK: 15

Package brotli

Current CRAN status: WARN: 1, OK: 14

Version: 1.3.1
Check: for code/documentation mismatches
Result: WARN Warning in file(open = "w+") : cannot open file '/var/folders/k4/0jwzxmln0nb8y6rkzprptb640000gq/T//RtmpC6o3yj/Rf95733f83f62c': No space left on device Error in file(open = "w+") : cannot open the connection Calls: <Anonymous> -> .load_package_quietly -> .try_quietly -> file Execution halted * using check arguments '--no-clean-on-error ' Flavor: r-release-macos-arm64

Package cld2

Current CRAN status: OK: 15

Package cld3

Current CRAN status: NOTE: 4, OK: 11

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

Package commonmark

Current CRAN status: OK: 15

Package credentials

Current CRAN status: OK: 15

Package curl

Current CRAN status: ERROR: 4, NOTE: 11

Version: 6.2.0
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, and section ‘Moving into C API compliance’ for issues with the use of non-API entry points. 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-macos-arm64, r-devel-macos-x86_64

Version: 6.2.0
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [8s/69s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(curl) Using libcurl 8.12.1-DEV with OpenSSL/3.4.0 > > # Comply with CRAN policy: skip tests if no internet > if(curl::has_internet()){ + test_check("curl") + } This is libcurl version 8.12.1-DEV with OpenSSL/3.4.0 Using test server: https://hb.r-universe.dev [ FAIL 2 | WARN 0 | SKIP 4 | PASS 252 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-idn.R:4:3', 'test-multi-download.R:14:3', 'test-seek.R:2:3', 'test-winssl.R:2:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-multi.R:147:5'): total_con and multi_fdset ─────────────────── length(c(fdset$reads, fdset$writes)) is not less than min(total_con, res$pending). Difference: 1 ── Failure ('test-multi.R:164:5'): host_con and multi_fdset ──────────────────── length(c(fdset$reads, fdset$writes)) is not less than min(host_con, res$pending). Difference: 1 [ FAIL 2 | WARN 0 | SKIP 4 | PASS 252 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 6.2.0
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, and section 'Moving into C API compliance' for issues with the use of non-API entry points. Flavor: r-devel-windows-x86_64

Version: 6.2.0
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-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-x86_64

Version: 6.2.0
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [10s/74s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(curl) Using libcurl 8.12.1-DEV with GnuTLS/3.8.9 > > # Comply with CRAN policy: skip tests if no internet > if(curl::has_internet()){ + test_check("curl") + } This is libcurl version 8.12.1-DEV with GnuTLS/3.8.9 Using test server: https://hb.r-universe.dev [ FAIL 2 | WARN 0 | SKIP 4 | PASS 252 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-idn.R:4:3', 'test-multi-download.R:14:3', 'test-seek.R:2:3', 'test-winssl.R:2:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-multi.R:147:5'): total_con and multi_fdset ─────────────────── length(c(fdset$reads, fdset$writes)) is not less than min(total_con, res$pending). Difference: 1 ── Failure ('test-multi.R:164:5'): host_con and multi_fdset ──────────────────── length(c(fdset$reads, fdset$writes)) is not less than min(host_con, res$pending). Difference: 1 [ FAIL 2 | WARN 0 | SKIP 4 | PASS 252 ] Error: Test failures Execution halted Flavor: r-patched-linux-x86_64

Version: 6.2.0
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [11s/75s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(curl) Using libcurl 8.12.1-DEV with GnuTLS/3.8.9 > > # Comply with CRAN policy: skip tests if no internet > if(curl::has_internet()){ + test_check("curl") + } This is libcurl version 8.12.1-DEV with GnuTLS/3.8.9 Using test server: https://hb.r-universe.dev [ FAIL 2 | WARN 0 | SKIP 4 | PASS 252 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-idn.R:4:3', 'test-multi-download.R:14:3', 'test-seek.R:2:3', 'test-winssl.R:2:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-multi.R:147:5'): total_con and multi_fdset ─────────────────── length(c(fdset$reads, fdset$writes)) is not less than min(total_con, res$pending). Difference: 1 ── Failure ('test-multi.R:164:5'): host_con and multi_fdset ──────────────────── length(c(fdset$reads, fdset$writes)) is not less than min(host_con, res$pending). Difference: 1 [ FAIL 2 | WARN 0 | SKIP 4 | PASS 252 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64

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

Version: 6.2.0
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘intro.Rmd’ using rmarkdown Quitting from lines 48-52 [unnamed-chunk-2] (intro.Rmd) Execution halted --- 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 * checking PDF version of manual ...* using check arguments '--no-clean-on-error ' Flavor: r-release-macos-arm64

Version: 6.2.0
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

Version: 6.1.0
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. Flavor: r-oldrel-macos-arm64

Package fluidsynth

Current CRAN status: NOTE: 2, OK: 13

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

Package gert

Current CRAN status: NOTE: 6, OK: 9

Version: 2.1.4
Check: installed package size
Result: NOTE installed size is 5.9Mb sub-directories of 1Mb or more: libs 5.5Mb Flavors: 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 ghapps

Current CRAN status: OK: 15

Package gifski

Current CRAN status: NOTE: 4, OK: 11

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

Package gpg

Current CRAN status: OK: 15

Additional issues

M1mac

Package graphql

Current CRAN status: OK: 15

Package hellorust

Current CRAN status: NOTE: 4, OK: 11

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

Package hunspell

Current CRAN status: NOTE: 4, OK: 11

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

Package jose

Current CRAN status: OK: 15

Package jqr

Current CRAN status: OK: 15

Package js

Current CRAN status: OK: 15

Package jsonld

Current CRAN status: OK: 15

Package jsonlite

Current CRAN status: OK: 15

Package katex

Current CRAN status: OK: 15

Package magick

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

Version: 2.8.5
Check: whether package can be installed
Result: ERROR Installation failed. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-x86_64, r-oldrel-windows-x86_64

Version: 2.8.5
Check: installed package size
Result: NOTE installed size is 55.9Mb sub-directories of 1Mb or more: doc 6.3Mb libs 48.9Mb Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Package maketools

Current CRAN status: OK: 15

Package mongolite

Current CRAN status: NOTE: 3, OK: 12

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

Package opencpu

Current CRAN status: NOTE: 2, OK: 13

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

Package opencv

Current CRAN status: NOTE: 6, OK: 8

Version: 0.4.1
Check: installed package size
Result: NOTE installed size is 31.3Mb sub-directories of 1Mb or more: libs 21.0Mb share 10.2Mb Flavors: 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 openssl

Current CRAN status: NOTE: 6, OK: 9

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

Version: 2.3.1
Check: installed package size
Result: NOTE installed size is 8.5Mb sub-directories of 1Mb or more: doc 2.6Mb libs 5.5Mb Flavor: r-oldrel-macos-arm64

Package pdftools

Current CRAN status: NOTE: 6, OK: 9

Version: 3.4.1
Check: installed package size
Result: NOTE installed size is 21.2Mb sub-directories of 1Mb or more: libs 8.4Mb share 12.8Mb Flavors: 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 postdoc

Current CRAN status: OK: 15

Package prismjs

Current CRAN status: OK: 15

Package protolite

Current CRAN status: NOTE: 4, OK: 11

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

Package qpdf

Current CRAN status: NOTE: 4, OK: 11

Version: 1.3.4
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: 12

Package RMySQL

Current CRAN status: OK: 15

Package rsvg

Current CRAN status: NOTE: 6, OK: 9

Version: 2.6.1
Check: installed package size
Result: NOTE installed size is 29.1Mb sub-directories of 1Mb or more: libs 28.6Mb Flavors: 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 rzmq

Current CRAN status: NOTE: 4, OK: 11

Version: 0.9.15
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: 15

Package spelling

Current CRAN status: OK: 15

Package ssh

Current CRAN status: NOTE: 2, OK: 13

Version: 0.9.3
Check: installed package size
Result: NOTE installed size is 5.7Mb sub-directories of 1Mb or more: libs 4.8Mb Flavors: r-release-windows-x86_64, r-oldrel-windows-x86_64

Package sys

Current CRAN status: NOTE: 2, OK: 13

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

Package tesseract

Current CRAN status: NOTE: 6, OK: 8

Version: 5.2.2
Check: installed package size
Result: NOTE installed size is 32.7Mb sub-directories of 1Mb or more: doc 1.1Mb libs 9.3Mb tessdata 22.2Mb Flavors: 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 unix

Current CRAN status: OK: 12

Package unrtf

Current CRAN status: OK: 15

Package V8

Current CRAN status: ERROR: 1, NOTE: 5, OK: 9

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

Version: 6.0.0
Check: installed package size
Result: NOTE installed size is 49.7Mb sub-directories of 1Mb or more: doc 1.8Mb libs 47.7Mb Flavor: r-oldrel-macos-arm64

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

Package webp

Current CRAN status: OK: 15

Package webutils

Current CRAN status: OK: 15

Package writexl

Current CRAN status: OK: 15

Package xslt

Current CRAN status: OK: 15