CRAN Package Check Results for Package snvecR

Last updated on 2025-01-15 12:48:40 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.9.4 3.47 169.57 173.04 OK
r-devel-linux-x86_64-debian-gcc 3.9.4 2.26 112.03 114.29 OK
r-devel-linux-x86_64-fedora-clang 3.9.4 275.13 NOTE
r-devel-linux-x86_64-fedora-gcc 3.9.4 269.48 NOTE
r-devel-windows-x86_64 3.9.4 7.00 419.00 426.00 OK
r-patched-linux-x86_64 3.9.4 3.45 158.55 162.00 OK
r-release-linux-x86_64 3.9.4 3.37 160.89 164.26 OK
r-release-macos-arm64 3.9.4 163.00 OK
r-release-macos-x86_64 3.9.4 264.00 OK
r-release-windows-x86_64 3.9.4 5.00 437.00 442.00 OK
r-oldrel-macos-arm64 3.9.4 216.00 OK
r-oldrel-macos-x86_64 3.9.4 333.00 OK
r-oldrel-windows-x86_64 3.9.4 7.00 115.00 122.00 ERROR

Check Details

Version: 3.9.4
Check: dependencies in R code
Result: NOTE Namespace in Imports field not imported from: ‘backports’ All declared Imports should be used. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 3.9.4
Check: tests
Result: ERROR Running 'testthat.R' [50s] 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(snvecR) > > test_check("snvecR") [ FAIL 4 | WARN 1 | SKIP 0 | PASS 36 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-get_solution.R:13:3'): get_solution() can load eccentricity solutions ── Error in `open.connection(con, "rb")`: cannot open the connection Backtrace: ▆ 1. └─testthat::expect_snapshot(...) at test-get_solution.R:13:3 2. └─rlang::cnd_signal(state$error) ── Error ('test-get_solution.R:22:3'): get_solution() can load full solutions ── Error in `open.connection(con, "rb")`: cannot open the connection Backtrace: ▆ 1. └─testthat::expect_snapshot(...) at test-get_solution.R:22:3 2. └─rlang::cnd_signal(state$error) ── Error ('test-snvec.R:34:3'): snvec() works ────────────────────────────────── Error in `open.connection(con, "rb")`: cannot open the connection Backtrace: ▆ 1. └─testthat::expect_snapshot(...) at test-snvec.R:34:3 2. └─rlang::cnd_signal(state$error) ── Error ('test-snvec.R:60:3'): snvec() output columns are correct ───────────── Error in `open.connection(con, "rb")`: cannot open the connection Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-snvec.R:60:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─base::colnames(snvec(tend = -1, tres = -0.5, quiet = TRUE, output = "nice")) 5. │ └─base::is.data.frame(x) 6. └─snvecR::snvec(tend = -1, tres = -0.5, quiet = TRUE, output = "nice") 7. └─snvecR::get_solution(...) 8. └─snvecR:::get_ZB(astronomical_solution, quiet = quiet, force = force) 9. └─readr::read_table(...) 10. └─readr:::read_delimited(...) 11. └─readr:::datasource_connection(file, skip, skip_empty_rows, comment) 12. └─readr:::read_connection(path) 13. ├─base::open(con, "rb") 14. └─base::open.connection(con, "rb") [ FAIL 4 | WARN 1 | SKIP 0 | PASS 36 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64

Version: 3.9.4
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building 'analyze_grid_td-ed.Rmd' using rmarkdown Quitting from lines 100-116 [massive-compute] (analyze_grid_td-ed.Rmd) Error: processing vignette 'analyze_grid_td-ed.Rmd' failed with diagnostics: ℹ In argument: `sol = pmap(...)`. Caused by error in `pmap()`: ℹ In index: 1. Caused by error in `open.connection()`: ! cannot open the connection --- failed re-building 'analyze_grid_td-ed.Rmd' SUMMARY: processing the following file failed: 'analyze_grid_td-ed.Rmd' Error: Vignette re-building failed. Execution halted Flavor: r-oldrel-windows-x86_64