Last updated on 2025-07-16 05:49:31 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.21 | 4.57 | 54.86 | 59.43 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.21 | 3.44 | 36.19 | 39.63 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.21 | 91.36 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.21 | 95.57 | OK | |||
r-devel-windows-x86_64 | 1.0.21 | 5.00 | 78.00 | 83.00 | OK | |
r-patched-linux-x86_64 | 1.0.21 | 5.37 | 49.19 | 54.56 | OK | |
r-release-linux-x86_64 | 1.0.21 | 4.46 | 49.02 | 53.48 | OK | |
r-release-macos-arm64 | 1.0.21 | 64.00 | OK | |||
r-release-macos-x86_64 | 1.0.21 | 92.00 | OK | |||
r-release-windows-x86_64 | 1.0.21 | 6.00 | 83.00 | 89.00 | OK | |
r-oldrel-macos-arm64 | 1.0.21 | 56.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.21 | 120.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.21 | 7.00 | 91.00 | 98.00 | OK |
Version: 1.0.21
Check: tests
Result: ERROR
Running ‘testthat.R’ [7s/15s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(pmparser)
>
> test_check('pmparser')
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 155 ]
══ Skipped tests (4) ═══════════════════════════════════════════════════════════
• On CRAN (4): 'test_get_citation.R:4:3', 'test_get_citation.R:13:3',
'test_get_pubmed_files.R:7:3', 'test_get_pubmed_files.R:20:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_modify_pubmed_db_std.R:22:3'): modifyPubmedDb create matches standard ──
<RECV_ERROR/GenericCurlError/error/condition>
Error in `function (type, msg, asError = TRUE)
{
if (!is.character(type)) {
i = match(type, CURLcodeValues)
typeName = if (is.na(i))
character()
else names(CURLcodeValues)[i]
}
typeName = gsub("^CURLE_", "", typeName)
fun = (if (asError)
stop
else warning)
fun(structure(list(message = msg, call = sys.call()), class = c(typeName,
"GenericCurlError", "error", "condition")))
}(56L, "OpenSSL SSL_read: OpenSSL/3.5.0: error:0A000126:SSL routines::unexpected eof while reading, errno 0",
TRUE)`: OpenSSL SSL_read: OpenSSL/3.5.0: error:0A000126:SSL routines::unexpected eof while reading, errno 0
Backtrace:
▆
1. ├─pmparser::modifyPubmedDb(...) at test_modify_pubmed_db_std.R:22:3
2. │ └─pmparser:::getReadme(con = con)
3. │ └─RCurl::getURL(glue("{remoteDir}/{filename}"))
4. │ └─RCurl::curlPerform(curl = curl, .opts = opts, .encoding = .encoding)
5. └─RCurl (local) `<fn>`(...)
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 155 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc