Last updated on 2025-09-19 07:50:05 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-gcc | 0.1.1 | 6.16 | 29.67 | 35.83 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.1 | 73.71 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 84.28 | OK | |||
r-devel-windows-x86_64 | 0.1.1 | 21.00 | 84.00 | 105.00 | OK | |
r-patched-linux-x86_64 | 0.1.1 | 8.19 | 35.90 | 44.09 | ERROR | |
r-release-macos-arm64 | 0.1.1 | 35.00 | OK | |||
r-release-macos-x86_64 | 0.1.1 | 62.00 | OK | |||
r-release-windows-x86_64 | 0.1.1 | 18.00 | 113.00 | 131.00 | OK | |
r-oldrel-macos-arm64 | 0.1.1 | 40.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.1.1 | 64.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.1.1 | 27.00 | 72.00 | 99.00 | NOTE |
Version: 0.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/2s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(Rparadox)
>
> test_check("Rparadox")
PXLib: Could not open file of paradox database: Read-only file system
PXLib: Could not open file of paradox database: Read-only file system
PXLib: Could not open file of paradox database: Read-only file system
[ FAIL 5 | WARN 3 | SKIP 0 | PASS 8 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-get-data.R:13:3'): pxlib_get_data reads country.db correctly ───
Error in `pxlib_get_data(px_doc)`: Argument 'pxdoc' must be an object of class 'pxdoc_t', obtained from pxlib_open_file().
Backtrace:
▆
1. └─Rparadox::pxlib_get_data(px_doc) at test-get-data.R:13:3
── Error ('test-get-data.R:159:3'): pxlib_get_data handles an empty table gracefully ──
Error in `pxlib_get_data(px_doc)`: Argument 'pxdoc' must be an object of class 'pxdoc_t', obtained from pxlib_open_file().
Backtrace:
▆
1. └─Rparadox::pxlib_get_data(px_doc) at test-get-data.R:159:3
── Failure ('test-interface.R:12:3'): pxlib_open_file and pxlib_close_file work correctly ──
`px_doc` is not an S3 object
── Failure ('test-interface.R:13:3'): pxlib_open_file and pxlib_close_file work correctly ──
inherits(px_doc, "externalptr") is not TRUE
`actual`: FALSE
`expected`: TRUE
── Error ('test-interface.R:22:3'): pxlib_open_file and pxlib_close_file work correctly ──
Error in `pxlib_close_file(px_doc)`: Invalid argument: 'pxdoc' must be an external pointer of class 'pxdoc_t'.
Backtrace:
▆
1. ├─testthat::expect_invisible(pxlib_close_file(px_doc)) at test-interface.R:22:3
2. │ └─base::withVisible(call)
3. └─Rparadox::pxlib_close_file(px_doc)
[ FAIL 5 | WARN 3 | SKIP 0 | PASS 8 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.1
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘Rparadox.Rmd’ using rmarkdown
PXLib: Could not open file of paradox database: Read-only file system
Quitting from Rparadox.Rmd:34-51 [basic-example]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error:
! object 'biolife_data' not found
---
Backtrace:
▆
1. └─utils::head(biolife_data)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'Rparadox.Rmd' failed with diagnostics:
object 'biolife_data' not found
--- failed re-building ‘Rparadox.Rmd’
SUMMARY: processing the following file failed:
‘Rparadox.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64
Version: 0.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/2s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(Rparadox)
>
> test_check("Rparadox")
PXLib: Could not open file of paradox database: Read-only file system
PXLib: Could not open file of paradox database: Read-only file system
PXLib: Could not open file of paradox database: Read-only file system
[ FAIL 5 | WARN 3 | SKIP 0 | PASS 8 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-get-data.R:13:3'): pxlib_get_data reads country.db correctly ───
Error in `pxlib_get_data(px_doc)`: Argument 'pxdoc' must be an object of class 'pxdoc_t', obtained from pxlib_open_file().
Backtrace:
▆
1. └─Rparadox::pxlib_get_data(px_doc) at test-get-data.R:13:3
── Error ('test-get-data.R:159:3'): pxlib_get_data handles an empty table gracefully ──
Error in `pxlib_get_data(px_doc)`: Argument 'pxdoc' must be an object of class 'pxdoc_t', obtained from pxlib_open_file().
Backtrace:
▆
1. └─Rparadox::pxlib_get_data(px_doc) at test-get-data.R:159:3
── Failure ('test-interface.R:12:3'): pxlib_open_file and pxlib_close_file work correctly ──
`px_doc` is not an S3 object
── Failure ('test-interface.R:13:3'): pxlib_open_file and pxlib_close_file work correctly ──
inherits(px_doc, "externalptr") is not TRUE
`actual`: FALSE
`expected`: TRUE
── Error ('test-interface.R:22:3'): pxlib_open_file and pxlib_close_file work correctly ──
Error in `pxlib_close_file(px_doc)`: Invalid argument: 'pxdoc' must be an external pointer of class 'pxdoc_t'.
Backtrace:
▆
1. ├─testthat::expect_invisible(pxlib_close_file(px_doc)) at test-interface.R:22:3
2. │ └─base::withVisible(call)
3. └─Rparadox::pxlib_close_file(px_doc)
[ FAIL 5 | WARN 3 | SKIP 0 | PASS 8 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.1.1
Check: installed package size
Result: NOTE
installed size is 6.8Mb
sub-directories of 1Mb or more:
extdata 4.9Mb
help 1.4Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
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.
Health stats visible at Monitor.