Last updated on 2025-08-05 08:50:07 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 3.10.1 | 3.52 | 166.53 | 170.05 | OK | |
r-devel-linux-x86_64-debian-gcc | 3.10.1 | 2.38 | 32.27 | 34.65 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 3.10.1 | 256.14 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 3.10.1 | 263.37 | NOTE | |||
r-devel-windows-x86_64 | 3.10.1 | 4.00 | 239.00 | 243.00 | OK | |
r-patched-linux-x86_64 | 3.10.1 | 3.49 | 158.92 | 162.41 | OK | |
r-release-linux-x86_64 | 3.10.1 | 3.23 | 157.34 | 160.57 | OK | |
r-release-macos-arm64 | 3.10.1 | 116.00 | OK | |||
r-release-macos-x86_64 | 3.10.1 | 214.00 | OK | |||
r-release-windows-x86_64 | 3.10.1 | 6.00 | 81.00 | 87.00 | ERROR | |
r-oldrel-macos-arm64 | 3.10.1 | 112.00 | OK | |||
r-oldrel-macos-x86_64 | 3.10.1 | 160.00 | OK | |||
r-oldrel-windows-x86_64 | 3.10.1 | 8.00 | 89.00 | 97.00 | ERROR |
Version: 3.10.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/12s]
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")
dvode -- Warning.. Internal T (=R1) and H (=R2) are
such that in the machine, T + H = T on the next step
(H = step size). Solver will continue anyway.
In above message, R1 = -146100, R2 = -1.30156e-11
dvode -- Warning.. Internal T (=R1) and H (=R2) are
such that in the machine, T + H = T on the next step
(H = step size). Solver will continue anyway.
In above message, R1 = -146100, R2 = -1.30156e-11
i The astronomical solution "full-ZB18a" has not been cached.
i Reading 'full-ZB18a.dat' from website <http://www.soest.hawaii.edu/oceanography/faculty/zeebe_files/Astro/PrecTilt/OS/ZB18a/ems-plan3.dat>.
[ FAIL 1 | WARN 1 | SKIP 6 | PASS 38 ]
══ Skipped tests (6) ═══════════════════════════════════════════════════════════
• On CRAN (6): 'test-get_solution.R:21:3', 'test-get_solution.R:25:3',
'test-get_solution.R:47:3', 'test-get_solution.R:62:3',
'test-get_solution.R:76:3', 'test-snvec.R:104:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-unwrap.R:5:3'): unwrap works ───────────────────────────────────
Error in `open.connection(con, "rb")`: cannot open the connection
Backtrace:
▆
1. ├─testthat::expect_equal(...) at test-unwrap.R:5:3
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─snvecR:::unwrap(get_solution()$lan[1:6])
5. └─snvecR::get_solution()
6. └─snvecR:::get_ZB(astronomical_solution, quiet = quiet, force = force)
7. └─readr::read_table(...)
8. └─readr:::read_delimited(...)
9. └─readr:::datasource_connection(file, skip, skip_empty_rows, comment)
10. └─readr:::read_connection(path)
11. ├─base::open(con, "rb")
12. └─base::open.connection(con, "rb")
[ FAIL 1 | WARN 1 | SKIP 6 | PASS 38 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 3.10.1
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 analyze_grid_td-ed.Rmd:99-116 [massive-compute]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NULL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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’
--- re-building ‘compare_with_c.Rmd’ using rmarkdown
Quitting from compare_with_c.Rmd:39-41 [snvec]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `open.connection()`:
! cannot open the connection
---
Backtrace:
▆
1. └─snvecR::snvec(-1e+05, 1, 1, astronomical_solution = "full-ZB18a")
2. └─snvecR::get_solution(...)
3. └─snvecR:::get_ZB(astronomical_solution, quiet = quiet, force = force)
4. └─readr::read_table(...)
5. └─readr:::read_delimited(...)
6. └─readr:::datasource_connection(file, skip, skip_empty_rows, comment)
7. └─readr:::read_connection(path)
8. ├─base::open(con, "rb")
9. └─base::open.connection(con, "rb")
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'compare_with_c.Rmd' failed with diagnostics:
cannot open the connection
--- failed re-building ‘compare_with_c.Rmd’
SUMMARY: processing the following files failed:
‘analyze_grid_td-ed.Rmd’ ‘compare_with_c.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 3.10.1
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.10.1
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 analyze_grid_td-ed.Rmd:99-116 [massive-compute]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NULL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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'
--- re-building 'compare_with_c.Rmd' using rmarkdown
Quitting from compare_with_c.Rmd:39-41 [snvec]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `open.connection()`:
! cannot open the connection
---
Backtrace:
▆
1. └─snvecR::snvec(-1e+05, 1, 1, astronomical_solution = "full-ZB18a")
2. └─snvecR::get_solution(...)
3. └─snvecR:::get_ZB(astronomical_solution, quiet = quiet, force = force)
4. └─readr::read_table(...)
5. └─readr:::read_delimited(...)
6. └─readr:::datasource_connection(file, skip, skip_empty_rows, comment)
7. └─readr:::read_connection(path)
8. ├─base::open(con, "rb")
9. └─base::open.connection(con, "rb")
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'compare_with_c.Rmd' failed with diagnostics:
cannot open the connection
--- failed re-building 'compare_with_c.Rmd'
SUMMARY: processing the following files failed:
'analyze_grid_td-ed.Rmd' 'compare_with_c.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavors: r-release-windows-x86_64, r-oldrel-windows-x86_64