CRAN Package Check Results for Package rcmdcheck

Last updated on 2024-10-13 11:50:31 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.4.0 4.06 38.10 42.16 OK
r-devel-linux-x86_64-debian-gcc 1.4.0 2.95 28.35 31.30 OK
r-devel-linux-x86_64-fedora-clang 1.4.0 65.16 OK
r-devel-linux-x86_64-fedora-gcc 1.4.0 62.43 OK
r-devel-windows-x86_64 1.4.0 6.00 61.00 67.00 ERROR
r-patched-linux-x86_64 1.4.0 4.80 35.85 40.65 OK
r-release-linux-x86_64 1.4.0 4.47 36.52 40.99 OK
r-release-macos-arm64 1.4.0 26.00 OK
r-release-macos-x86_64 1.4.0 40.00 OK
r-release-windows-x86_64 1.4.0 6.00 60.00 66.00 ERROR
r-oldrel-macos-arm64 1.4.0 26.00 OK
r-oldrel-macos-x86_64 1.4.0 37.00 OK
r-oldrel-windows-x86_64 1.4.0 7.00 63.00 70.00 OK

Check Details

Version: 1.4.0
Check: tests
Result: ERROR Running 'testthat.R' [12s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(rcmdcheck) > > test_check("rcmdcheck", reporter = "summary") auto_clean: . build: ....... callback: SS.SSSSSSSSSS....S color: <1b>[32m.<1b>[39m<1b>[32m.<1b>[39m<1b>[32m.<1b>[39m comparison: ...S<1b>[34mS<1b>[39mS<1b>[34mS<1b>[39m cran: SSS crash: env: ................... errors: ..................................... http: parse: SS<1b>[34mS<1b>[39mS<1b>[34mS<1b>[39mS<1b>[34mS<1b>[39mS<1b>[34mS<1b>[39mSSS.. rcmdcheck: SSSSSS.12S tests: .. utils: ..............S...... ══ Skipped ═════════════════════════════════════════════════════════════════════ 1. block_callback by line ('test-callback.R:6:3') - Reason: On CRAN 2. block_callback by chunks ('test-callback.R:29:3') - Reason: On CRAN 3. notes, errors, warnings ('test-callback.R:52:3') - Reason: On CRAN 4. tests ('test-callback.R:80:3') - Reason: On CRAN 5. multi-arch tests ('test-callback.R:104:3') - Reason: On CRAN 6. multiple test file run times are measured properly ('test-callback.R:125:3') - Reason: On CRAN 7. multi-arch test cases ('test-callback.R:149:3') - Reason: On CRAN 8. failed test case ('test-callback.R:156:3') - Reason: On CRAN 9. comparing test output ('test-callback.R:163:3') - Reason: On CRAN 10. partial comparing line ('test-callback.R:180:3') - Reason: On CRAN 11. multiple comparing blocks ('test-callback.R:187:3') - Reason: On CRAN 12. simple_callback ('test-callback.R:194:3') - Reason: On CRAN 13. multiple tests ('test-callback.R:220:3') - Reason: On CRAN 14. print message displays informative output [plain] ('test-comparison.R:14:3') - Reason: On CRAN 15. print message displays informative output [ansi] ('test-comparison.R:14:3') - Reason: On CRAN 16. print message displays informative output [unicode] ('test-comparison.R:14:3') - Reason: On CRAN 17. print message displays informative output [fancy] ('test-comparison.R:14:3') - Reason: On CRAN 18. can get results (windows) ('test-cran.R:10:3') - Reason: On CRAN 19. can get UTF-8 results ('test-cran.R:16:3') - Reason: On CRAN 20. can get ISO-8859-15 results ('test-cran.R:22:3') - Reason: On CRAN 21. can parse basic package information from file ('test-parse.R:3:3') - Reason: On CRAN 22. install log is captured [plain] ('test-parse.R:13:3') - Reason: On CRAN 23. install log is captured [ansi] ('test-parse.R:13:3') - Reason: On CRAN 24. install log is captured [unicode] ('test-parse.R:13:3') - Reason: On CRAN 25. install log is captured [fancy] ('test-parse.R:13:3') - Reason: On CRAN 26. test failures are captured [plain] ('test-parse.R:26:3') - Reason: On CRAN 27. test failures are captured [ansi] ('test-parse.R:26:3') - Reason: On CRAN 28. test failures are captured [unicode] ('test-parse.R:26:3') - Reason: On CRAN 29. test failures are captured [fancy] ('test-parse.R:26:3') - Reason: On CRAN 30. test failure, ERROR in new line ('test-parse.R:40:3') - Reason: On CRAN 31. can coerce to data frame ('test-parse.R:51:3') - Reason: On CRAN 32. successful check yields zero rows ('test-parse.R:61:3') - Reason: On CRAN 33. rcmdcheck works ('test-rcmdcheck.R:13:3') - Reason: On CRAN 34. background gives same results ('test-rcmdcheck.R:82:3') - Reason: On CRAN 35. Installation errors ('test-rcmdcheck.R:131:3') - Reason: On CRAN 36. non-quiet mode works ('test-rcmdcheck.R:150:3') - Reason: On CRAN 37. build arguments ('test-rcmdcheck.R:171:3') - Reason: On CRAN 38. check arguments ('test-rcmdcheck.R:185:3') - Reason: On CRAN 39. check_dir and rcmdcheck_process ('test-rcmdcheck.R:212:3') - Reason: On CRAN 40. as_flag ('test-utils.R:24:3') - Reason: On CRAN ══ Failed ══════════════════════════════════════════════════════════════════════ ── 1. Failure ('test-rcmdcheck.R:207:3'): check_dir argument ─────────────────── file.exists(tmp) is not TRUE `actual`: FALSE `expected`: TRUE ── 2. Error ('test-rcmdcheck.R:208:3'): check_dir argument ───────────────────── Error in `path.expand(path)`: invalid 'path' argument Backtrace: ▆ 1. ├─testthat::expect_equal(normalizePath(wd), normalizePath(tmp)) at test-rcmdcheck.R:208:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─base::normalizePath(wd) 5. └─base::path.expand(path) ══ DONE ════════════════════════════════════════════════════════════════════════ Error: Test failures Execution halted Flavor: r-devel-windows-x86_64

Version: 1.4.0
Check: tests
Result: ERROR Running 'testthat.R' [11s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(rcmdcheck) > > test_check("rcmdcheck", reporter = "summary") auto_clean: . build: ....... callback: SS.SSSSSSSSSS....S color: <1b>[32m.<1b>[39m<1b>[32m.<1b>[39m<1b>[32m.<1b>[39m comparison: ...S<1b>[34mS<1b>[39mS<1b>[34mS<1b>[39m cran: SSS crash: env: ................... errors: ..................................... http: parse: SS<1b>[34mS<1b>[39mS<1b>[34mS<1b>[39mS<1b>[34mS<1b>[39mS<1b>[34mS<1b>[39mSSS.. rcmdcheck: SSSSSS.12S tests: .. utils: ..............S...... ══ Skipped ═════════════════════════════════════════════════════════════════════ 1. block_callback by line ('test-callback.R:6:3') - Reason: On CRAN 2. block_callback by chunks ('test-callback.R:29:3') - Reason: On CRAN 3. notes, errors, warnings ('test-callback.R:52:3') - Reason: On CRAN 4. tests ('test-callback.R:80:3') - Reason: On CRAN 5. multi-arch tests ('test-callback.R:104:3') - Reason: On CRAN 6. multiple test file run times are measured properly ('test-callback.R:125:3') - Reason: On CRAN 7. multi-arch test cases ('test-callback.R:149:3') - Reason: On CRAN 8. failed test case ('test-callback.R:156:3') - Reason: On CRAN 9. comparing test output ('test-callback.R:163:3') - Reason: On CRAN 10. partial comparing line ('test-callback.R:180:3') - Reason: On CRAN 11. multiple comparing blocks ('test-callback.R:187:3') - Reason: On CRAN 12. simple_callback ('test-callback.R:194:3') - Reason: On CRAN 13. multiple tests ('test-callback.R:220:3') - Reason: On CRAN 14. print message displays informative output [plain] ('test-comparison.R:14:3') - Reason: On CRAN 15. print message displays informative output [ansi] ('test-comparison.R:14:3') - Reason: On CRAN 16. print message displays informative output [unicode] ('test-comparison.R:14:3') - Reason: On CRAN 17. print message displays informative output [fancy] ('test-comparison.R:14:3') - Reason: On CRAN 18. can get results (windows) ('test-cran.R:10:3') - Reason: On CRAN 19. can get UTF-8 results ('test-cran.R:16:3') - Reason: On CRAN 20. can get ISO-8859-15 results ('test-cran.R:22:3') - Reason: On CRAN 21. can parse basic package information from file ('test-parse.R:3:3') - Reason: On CRAN 22. install log is captured [plain] ('test-parse.R:13:3') - Reason: On CRAN 23. install log is captured [ansi] ('test-parse.R:13:3') - Reason: On CRAN 24. install log is captured [unicode] ('test-parse.R:13:3') - Reason: On CRAN 25. install log is captured [fancy] ('test-parse.R:13:3') - Reason: On CRAN 26. test failures are captured [plain] ('test-parse.R:26:3') - Reason: On CRAN 27. test failures are captured [ansi] ('test-parse.R:26:3') - Reason: On CRAN 28. test failures are captured [unicode] ('test-parse.R:26:3') - Reason: On CRAN 29. test failures are captured [fancy] ('test-parse.R:26:3') - Reason: On CRAN 30. test failure, ERROR in new line ('test-parse.R:40:3') - Reason: On CRAN 31. can coerce to data frame ('test-parse.R:51:3') - Reason: On CRAN 32. successful check yields zero rows ('test-parse.R:61:3') - Reason: On CRAN 33. rcmdcheck works ('test-rcmdcheck.R:13:3') - Reason: On CRAN 34. background gives same results ('test-rcmdcheck.R:82:3') - Reason: On CRAN 35. Installation errors ('test-rcmdcheck.R:131:3') - Reason: On CRAN 36. non-quiet mode works ('test-rcmdcheck.R:150:3') - Reason: On CRAN 37. build arguments ('test-rcmdcheck.R:171:3') - Reason: On CRAN 38. check arguments ('test-rcmdcheck.R:185:3') - Reason: On CRAN 39. check_dir and rcmdcheck_process ('test-rcmdcheck.R:212:3') - Reason: On CRAN 40. as_flag ('test-utils.R:24:3') - Reason: On CRAN ══ Failed ══════════════════════════════════════════════════════════════════════ ── 1. Failure ('test-rcmdcheck.R:207:3'): check_dir argument ─────────────────── file.exists(tmp) is not TRUE `actual`: FALSE `expected`: TRUE ── 2. Error ('test-rcmdcheck.R:208:3'): check_dir argument ───────────────────── Error in `path.expand(path)`: invalid 'path' argument Backtrace: ▆ 1. ├─testthat::expect_equal(normalizePath(wd), normalizePath(tmp)) at test-rcmdcheck.R:208:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─base::normalizePath(wd) 5. └─base::path.expand(path) ══ DONE ════════════════════════════════════════════════════════════════════════ Error: Test failures Execution halted Flavor: r-release-windows-x86_64