Last updated on 2025-03-23 01:53:37 CET.
Package | ERROR | WARN | NOTE | OK |
---|---|---|---|---|
antiword | 15 | |||
askpass | 15 | |||
av | 6 | 9 | ||
badgen | 15 | |||
base64 | 15 | |||
bcrypt | 15 | |||
brotli | 15 | |||
cld2 | 4 | 11 | ||
cld3 | 4 | 11 | ||
commonmark | 15 | |||
credentials | 15 | |||
curl | 1 | 13 | 1 | |
fluidsynth | 2 | 13 | ||
gert | 6 | 9 | ||
ghapps | 15 | |||
gifski | 15 | |||
gpg | 15 | |||
graphql | 15 | |||
hellorust | 15 | |||
hunspell | 4 | 11 | ||
jose | 15 | |||
jqr | 15 | |||
js | 15 | |||
jsonld | 15 | |||
jsonlite | 5 | 10 | ||
katex | 15 | |||
magick | 1 | 11 | 3 | |
maketools | 15 | |||
mongolite | 15 | |||
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 | 6 | 9 | ||
webp | 15 | |||
webutils | 15 | |||
writexl | 15 | |||
xml2 | 15 | |||
xslt | 15 |
Current CRAN status: OK: 15
Current CRAN status: OK: 15
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-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: OK: 15
Current CRAN status: OK: 15
Current CRAN status: OK: 15
Current CRAN status: OK: 15
Current CRAN status: NOTE: 4, OK: 11
Version: 1.2.5
Check: compiled code
Result: NOTE
File ‘cld2/libs/cld2.so’:
Found ‘stderr’, possibly from ‘stderr’ (C)
Object: ‘libcld2/libstatcld2.a’
Found ‘stdout’, possibly from ‘stdout’ (C)
Object: ‘libcld2/libstatcld2.a’
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf.
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-gcc, r-patched-linux-x86_64
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
Current CRAN status: OK: 15
Current CRAN status: OK: 15
Current CRAN status: ERROR: 1, NOTE: 13, OK: 1
Version: 6.2.1
Check: compiled code
Result: NOTE
File ‘curl/libs/curl.so’:
Found non-API calls to R: ‘FORMALS’, ‘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-patched-linux-x86_64
Version: 6.2.1
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [7s/70s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(curl)
Using libcurl 8.13.0-rc2 with OpenSSL/3.4.1
>
> # Comply with CRAN policy: skip tests if no internet
> if(curl::has_internet()){
+ test_check("curl")
+ }
This is libcurl version 8.13.0-rc2 with OpenSSL/3.4.1
Using test server: https://hb.r-universe.dev
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 256 ]
══ 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-handle.R:30:3'): Keep-Alive ──────────────────────────────────
any(grepl("existing connection", req)) is not TRUE
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 256 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 6.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,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
Flavors: r-devel-macos-arm64, r-devel-macos-x86_64
Version: 6.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-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 6.2.1
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-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 6.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
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
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
Current CRAN status: OK: 15
Current CRAN status: OK: 15
Current CRAN status: OK: 15
Current CRAN status: OK: 15
Current CRAN status: OK: 15
Current CRAN status: NOTE: 4, OK: 11
Version: 3.0.5
Check: compiled code
Result: NOTE
File ‘hunspell/libs/hunspell.so’:
Found ‘stderr’, possibly from ‘stderr’ (C)
Object: ‘hunspell/libstathunspell.a’
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf.
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-gcc, r-patched-linux-x86_64
Current CRAN status: OK: 15
Current CRAN status: OK: 15
Current CRAN status: OK: 15
Current CRAN status: OK: 15
Current CRAN status: WARN: 5, OK: 10
Version: 1.9.1
Check: compiled code
Result: WARN
File ‘jsonlite/libs/jsonlite.so’:
Found ‘__vsprintf_chk’, possibly from ‘vsprintf’ (C)
Object: ‘yajl/libstatyajl.a’
Found ‘abort’, possibly from ‘abort’ (C)
Object: ‘yajl/libstatyajl.a’
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.9.1
Check: compiled code
Result: WARN
File ‘jsonlite/libs/jsonlite.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘yajl/libstatyajl.a’
Found ‘abort’, possibly from ‘abort’ (C)
Object: ‘yajl/libstatyajl.a’
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: 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
Current CRAN status: OK: 15
Current CRAN status: ERROR: 1, NOTE: 11, OK: 3
Version: 2.8.5
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘edges.Rd’ ‘morphology.Rd’ ‘segmentation.Rd’ ‘thresholding.Rd’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64
Version: 2.8.5
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-devel-linux-x86_64-fedora-clang
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, r-oldrel-windows-x86_64
Current CRAN status: OK: 15
Current CRAN status: OK: 15
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
Current CRAN status: NOTE: 6, OK: 8
Version: 0.5.0
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
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-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: NOTE: 6, OK: 9
Version: 3.5.0
Check: installed package size
Result: NOTE
installed size is 20.9Mb
sub-directories of 1Mb or more:
libs 8.0Mb
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
Current CRAN status: OK: 15
Current CRAN status: OK: 15
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
Current CRAN status: NOTE: 4, OK: 11
Version: 1.3.4
Check: compiled code
Result: NOTE
File ‘qpdf/libs/qpdf.so’:
Found ‘_ZSt4cerr’, possibly from ‘std::cerr’ (C++)
Object: ‘libqpdf/libstatqpdf.a’
Found ‘_ZSt4cout’, possibly from ‘std::cout’ (C++)
Object: ‘libqpdf/libstatqpdf.a’
Found ‘__vprintf_chk’, possibly from ‘vprintf’ (C)
Object: ‘libqpdf/libstatqpdf.a’
Found ‘srandom’, possibly from ‘srandom’ (C)
Object: ‘libqpdf/libstatqpdf.a’
Found ‘stdout’, possibly from ‘stdout’ (C)
Object: ‘libqpdf/libstatqpdf.a’
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.3.4
Check: compiled code
Result: NOTE
File ‘qpdf/libs/qpdf.so’:
Found ‘_ZSt4cerr’, possibly from ‘std::cerr’ (C++)
Object: ‘libqpdf/libstatqpdf.a’
Found ‘_ZSt4cout’, possibly from ‘std::cout’ (C++)
Object: ‘libqpdf/libstatqpdf.a’
Found ‘__printf_chk’, possibly from ‘printf’ (C)
Object: ‘libqpdf/libstatqpdf.a’
Found ‘putchar’, possibly from ‘putchar’ (C)
Object: ‘libqpdf/libstatqpdf.a’
Found ‘srandom’, possibly from ‘srandom’ (C)
Object: ‘libqpdf/libstatqpdf.a’
Found ‘stdout’, possibly from ‘stdout’ (C)
Object: ‘libqpdf/libstatqpdf.a’
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64
Current CRAN status: OK: 12
Current CRAN status: OK: 15
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
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
Current CRAN status: OK: 15
Current CRAN status: OK: 15
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
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
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
Current CRAN status: OK: 12
Current CRAN status: OK: 15
Current CRAN status: NOTE: 6, OK: 9
Version: 6.0.2
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-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: OK: 15
Current CRAN status: OK: 15
Current CRAN status: OK: 15
Current CRAN status: OK: 15
Current CRAN status: OK: 15
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.