Last updated on 2022-09-11 12:56:25 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.10 | 4.91 | 63.67 | 68.58 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.10 | 4.33 | 45.57 | 49.90 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.10 | 92.63 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.10 | 93.28 | OK | |||
r-devel-windows-x86_64 | 1.0.10 | 27.00 | 113.00 | 140.00 | OK | |
r-patched-linux-x86_64 | 1.0.10 | 4.91 | 58.04 | 62.95 | OK | |
r-release-linux-x86_64 | 1.0.10 | 4.26 | 57.22 | 61.48 | OK | |
r-release-macos-arm64 | 1.0.10 | 62.00 | OK | |||
r-release-macos-x86_64 | 1.0.10 | 68.00 | OK | |||
r-release-windows-x86_64 | 1.0.10 | 27.00 | 124.00 | 151.00 | OK | |
r-oldrel-macos-arm64 | 1.0.10 | 59.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.10 | 73.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 1.0.10 | 10.00 | 78.00 | 88.00 | ERROR |
Version: 1.0.10
Check: tests
Result: ERROR
Running 'testthat.R' [12s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(pmparser)
>
> test_check('pmparser')
[ FAIL 4 | WARN 8 | SKIP 4 | PASS 64 ]
== Skipped tests ===============================================================
* On CRAN (4)
== Failed tests ================================================================
-- Error (test_modify_pubmed_db_dup.R:51:3): modifyPubmedDb create is unique ---
Error in `gzfile(file, open = "rb")`: cannot open the connection
Backtrace:
x
1. \-pmparser::modifyPubmedDb(...) at test_modify_pubmed_db_dup.R:51:2
2. \-pmparser::getCitation(...)
3. \-pmparser:::writeTableInChunks(...)
4. +-R.utils::countLines(path)
5. \-R.utils::countLines.default(path)
6. \-base::gzfile(file, open = "rb")
-- Error (test_modify_pubmed_db_dup.R:67:3): modifyPubmedDb update is unique ---
Error in `gzfile(file, open = "rb")`: cannot open the connection
Backtrace:
x
1. \-pmparser::modifyPubmedDb(...) at test_modify_pubmed_db_dup.R:67:2
2. \-pmparser::getCitation(...)
3. \-pmparser:::writeTableInChunks(...)
4. +-R.utils::countLines(path)
5. \-R.utils::countLines.default(path)
6. \-base::gzfile(file, open = "rb")
-- Error (test_modify_pubmed_db_std.R:22:3): modifyPubmedDb create matches standard --
Error in `gzfile(file, open = "rb")`: cannot open the connection
Backtrace:
x
1. \-pmparser::modifyPubmedDb(...) at test_modify_pubmed_db_std.R:22:2
2. \-pmparser::getCitation(...)
3. \-pmparser:::writeTableInChunks(...)
4. +-R.utils::countLines(path)
5. \-R.utils::countLines.default(path)
6. \-base::gzfile(file, open = "rb")
-- Error (test_modify_pubmed_db_std.R:42:3): modifyPubmedDb update matches standard --
Error in `gzfile(file, open = "rb")`: cannot open the connection
Backtrace:
x
1. \-pmparser::modifyPubmedDb(...) at test_modify_pubmed_db_std.R:42:2
2. \-pmparser::getCitation(...)
3. \-pmparser:::writeTableInChunks(...)
4. +-R.utils::countLines(path)
5. \-R.utils::countLines.default(path)
6. \-base::gzfile(file, open = "rb")
[ FAIL 4 | WARN 8 | SKIP 4 | PASS 64 ]
Error: Test failures
In addition: Warning message:
call dbDisconnect() when finished working with a connection
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64