Last updated on 2026-03-16 09:51:32 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 3.10.1 | 3.06 | 164.88 | 167.94 | OK | |
| r-devel-linux-x86_64-debian-gcc | 3.10.1 | 2.47 | 106.20 | 108.67 | OK | |
| r-devel-linux-x86_64-fedora-clang | 3.10.1 | 258.67 | NOTE | |||
| r-devel-linux-x86_64-fedora-gcc | 3.10.1 | 5.00 | 273.58 | 278.58 | NOTE | |
| r-devel-macos-arm64 | 3.10.1 | 1.00 | 96.00 | 97.00 | OK | |
| r-devel-windows-x86_64 | 3.10.1 | 6.00 | 250.00 | 256.00 | OK | |
| r-patched-linux-x86_64 | 3.10.1 | 3.62 | 153.47 | 157.09 | OK | |
| r-release-linux-x86_64 | 3.10.1 | 2.51 | 40.64 | 43.15 | ERROR | |
| r-release-macos-arm64 | 3.10.1 | OK | ||||
| r-release-macos-x86_64 | 3.10.1 | 2.00 | 212.00 | 214.00 | OK | |
| r-release-windows-x86_64 | 3.10.1 | 6.00 | 250.00 | 256.00 | OK | |
| r-oldrel-macos-arm64 | 3.10.1 | OK | ||||
| r-oldrel-macos-x86_64 | 3.10.1 | 2.00 | 158.00 | 160.00 | OK | |
| r-oldrel-windows-x86_64 | 3.10.1 | 6.00 | 302.00 | 308.00 | OK |
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: tests
Result: ERROR
Running ‘testthat.R’ [5s/17s]
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>.
Saving _problems/test-unwrap-8.R
[ FAIL 1 | WARN 1 | SKIP 6 | PASS 38 ]
══ Skipped tests (6) ═══════════════════════════════════════════════════════════
• On CRAN (6): 'test-get_solution.R:10:1', '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)
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-release-linux-x86_64
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]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/dplyr:::mutate_error>
Error in `mutate()`:
ℹ In argument: `sol = pmap(...)`.
Caused by error in `pmap()`:
ℹ In index: 1.
Caused by error in `open.connection()`:
! cannot open the connection
---
Backtrace:
▆
1. ├─dplyr::mutate(...)
2. ├─dplyr:::mutate.data.frame(...)
3. │ └─dplyr:::mutate_cols(.data, dplyr_quosures(...), by)
4. │ ├─base::withCallingHandlers(...)
5. │ └─dplyr:::mutate_col(dots[[i]], data, mask, new_columns)
6. │ └─mask$eval_all_mutate(quo)
7. │ └─dplyr (local) eval()
8. └─purrr::pmap(...)
9. └─purrr:::pmap_("list", .l, .f, ..., .progress = .progress)
10. ├─purrr:::with_indexed_errors(...)
11. │ └─base::withCallingHandlers(...)
12. ├─purrr:::call_with_cleanup(...)
13. └─global .f(...)
14. ├─utils::tail(snvec(...), n = n)
15. └─snvecR::snvec(...)
16. └─snvecR::get_solution(...)
17. └─snvecR:::get_ZB(astronomical_solution, quiet = quiet, force = force)
18. └─readr::read_table(...)
19. └─readr:::read_delimited(...)
20. └─readr:::datasource_connection(file, skip, skip_empty_rows, comment)
21. └─readr:::read_connection(path)
22. ├─base::open(con, "rb")
23. └─base::open.connection(con, "rb")
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-release-linux-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.