Last updated on 2025-10-04 05:49:44 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 7.0.0 | 8.87 | 48.19 | 57.06 | OK | |
r-devel-linux-x86_64-debian-gcc | 7.0.0 | 7.12 | 36.38 | 43.50 | OK | |
r-devel-linux-x86_64-fedora-clang | 7.0.0 | 78.06 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 7.0.0 | 98.34 | OK | |||
r-devel-windows-x86_64 | 7.0.0 | 66.00 | 183.00 | 249.00 | OK | |
r-patched-linux-x86_64 | 7.0.0 | 7.50 | 46.83 | 54.33 | NOTE | |
r-release-linux-x86_64 | 7.0.0 | 7.56 | 47.26 | 54.82 | NOTE | |
r-release-macos-arm64 | 7.0.0 | 205.00 | NOTE | |||
r-release-macos-x86_64 | 7.0.0 | 278.00 | NOTE | |||
r-release-windows-x86_64 | 7.0.0 | 71.00 | 184.00 | 255.00 | NOTE | |
r-oldrel-macos-arm64 | 7.0.0 | 198.00 | NOTE | |||
r-oldrel-macos-x86_64 | 7.0.0 | 266.00 | NOTE | |||
r-oldrel-windows-x86_64 | 7.0.0 | 75.00 | 217.00 | 292.00 | ERROR |
Version: 7.0.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-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64
Version: 7.0.0
Check: tests
Result: NOTE
Running ‘spelling.R’ [0s/0s]
Comparing ‘spelling.Rout’ to ‘spelling.Rout.save’ ...6c6
< NULL
---
> All Done!
Running ‘testthat.R’ [3s/109s]
Flavor: r-release-macos-arm64
Version: 7.0.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-release-windows-x86_64
Version: 7.0.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-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 7.0.0
Check: installed package size
Result: NOTE
installed size is 9.0Mb
sub-directories of 1Mb or more:
doc 1.8Mb
libs 6.9Mb
Flavor: r-oldrel-windows-x86_64
Version: 7.0.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.
Flavor: r-oldrel-windows-x86_64
Version: 7.0.0
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [62s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(curl)
Using libcurl 8.14.1 with Schannel
>
> # Comply with CRAN policy: skip tests if no internet
> if(curl::has_internet()){
+ test_check("curl")
+ }
This is libcurl version 8.14.1 with (OpenSSL/3.5.0) Schannel
Using test server: https://hb.opencpu.org
[ FAIL 1 | WARN 0 | SKIP 7 | PASS 265 ]
══ Skipped tests (7) ═══════════════════════════════════════════════════════════
• On CRAN (6): 'test-auth.R:27:3', 'test-handle.R:149:3', 'test-idn.R:4:3',
'test-multi-download.R:14:3', 'test-seek.R:2:3', 'test-winssl.R:2:3'
• grepl("UTF-8", Sys.getlocale()) is not TRUE (1): 'test-path.R:23:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-progress.R:7:3'): callbacks are protected ────────────────────
res$status not equal to 200.
1/1 mismatches
[1] 502 - 200 == 302
[ FAIL 1 | WARN 0 | SKIP 7 | PASS 265 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64