- using R version 4.5.2 (2025-10-31)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-14 (Debian 14.3.0-10) 14.3.0
GNU Fortran (Debian 14.3.0-10) 14.3.0
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
- checking for file ‘snvecR/DESCRIPTION’ ... OK
- this is package ‘snvecR’ version ‘3.10.1’
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘snvecR’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... OK
- checking ‘build’ directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [0s/1s] OK
- checking whether the package can be loaded with stated dependencies ... [0s/1s] OK
- checking whether the package can be unloaded cleanly ... [0s/1s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the namespace can be unloaded cleanly ... [0s/1s] OK
- checking loading without being on the library search path ... [0s/1s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [5s/7s] OK
- checking Rd files ... [1s/1s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [1s/1s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [5s/16s] ERROR
Running ‘testthat.R’ [5s/16s]
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
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [6s/28s] 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
- checking PDF version of manual ... [4s/6s] OK
- checking HTML version of manual ... [1s/2s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 2 ERRORs