Last updated on 2026-07-10 00:52:57 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 7.1.0 | 9.16 | 50.54 | 59.70 | OK | |
| r-devel-linux-x86_64-debian-gcc | 7.1.0 | 7.16 | 39.64 | 46.80 | OK | |
| r-devel-linux-x86_64-fedora-clang | 7.1.0 | 11.00 | 69.19 | 80.19 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 7.1.0 | 14.00 | 98.29 | 112.29 | OK | |
| r-devel-windows-x86_64 | 7.1.0 | 70.00 | 187.00 | 257.00 | OK | |
| r-patched-linux-x86_64 | 7.1.0 | 8.18 | 47.25 | 55.43 | ERROR | |
| r-release-linux-x86_64 | 7.1.0 | 7.85 | 48.01 | 55.86 | OK | |
| r-release-macos-arm64 | 7.1.0 | 3.00 | 149.00 | 152.00 | ERROR | |
| r-release-macos-x86_64 | 7.1.0 | 9.00 | 201.00 | 210.00 | OK | |
| r-release-windows-x86_64 | 7.1.0 | 73.00 | 185.00 | 258.00 | OK | |
| r-oldrel-macos-arm64 | 7.1.0 | 4.00 | 426.00 | 430.00 | NOTE | |
| r-oldrel-macos-x86_64 | 7.1.0 | 11.00 | 265.00 | 276.00 | NOTE | |
| r-oldrel-windows-x86_64 | 7.1.0 | 75.00 | 224.00 | 299.00 | NOTE |
Version: 7.1.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘intro.Rmd’ using rmarkdown
Quitting from intro.Rmd:47-52 [unnamed-chunk-2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error:
! lexical error: invalid char in json text.
<!DOCTYPE html> <!--[if lt IE 7
(right here) ------^
---
Backtrace:
▆
1. └─jsonlite::prettify(rawToChar(req$content))
2. └─jsonlite:::reformat(txt, TRUE, indent_string)
3. └─jsonlite:::stop(out[[2]], call. = FALSE)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'intro.Rmd' failed with diagnostics:
lexical error: invalid char in json text.
<!DOCTYPE html> <!--[if lt IE 7
(right here) ------^
--- 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
Flavor: r-patched-linux-x86_64
Version: 7.1.0
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [2s/116s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(curl)
Using libcurl 8.14.1 with LibreSSL/3.3.6
>
> # Comply with CRAN policy: skip tests if no internet
> if(curl::has_internet()){
+ test_check("curl")
+ }
This is libcurl version 8.14.1 with LibreSSL/3.3.6 (SecureTransport)
Using test server: https://hb.opencpu.org
Saving _problems/test-certificates-7.R
[ FAIL 1 | WARN 0 | SKIP 6 | PASS 268 ]
══ Skipped tests (6) ═══════════════════════════════════════════════════════════
• On CRAN (5): 'test-auth.R:27:3', 'test-handle.R:149:3',
'test-multi-download.R:14:3', 'test-seek.R:2:3', 'test-winssl.R:2:3'
• libcurl does not have libidn (1): 'test-idn.R:3:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-certificates.R:7:3'): CloudFlare / LetsEncrypt certs ───────────
<curl_error_operation_timedout/curl_error/error/condition>
Error in `curl_fetch_memory("http://curl.se")`: Timeout was reached [curl.se]:
Resolving timed out after 10002 milliseconds
Backtrace:
▆
1. ├─testthat::expect_equal(...) at test-certificates.R:7:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─curl::curl_fetch_memory("http://curl.se")
5. └─curl:::raise_libcurl_error(...)
[ FAIL 1 | WARN 0 | SKIP 6 | PASS 268 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-macos-arm64
Version: 7.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,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 7.1.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-oldrel-windows-x86_64