- using R version 4.4.3 Patched (2026-02-12 r89426 ucrt)
- using platform: x86_64-w64-mingw32
- R was compiled by
gcc.exe (GCC) 13.3.0
GNU Fortran (GCC) 13.3.0
- running under: Windows Server 2022 x64 (build 20348)
- using session charset: UTF-8
- checking for file 'ltertools/DESCRIPTION' ... OK
- checking extension type ... Package
- this is package 'ltertools' version '2.1.0'
- 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 hidden files and directories ... OK
- checking for portable file names ... OK
- checking whether package 'ltertools' can be installed ... OK
See the install log for details.
- checking installed package size ... OK
- checking package directory ... 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] OK
- checking whether the package can be loaded with stated dependencies ... [0s] OK
- checking whether the package can be unloaded cleanly ... [0s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s] OK
- checking whether the namespace can be unloaded cleanly ... [1s] OK
- checking loading without being on the library search path ... [0s] 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 ... [3s] OK
- checking Rd files ... [1s] OK
- checking Rd metadata ... 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 contents of 'data' directory ... OK
- checking data for non-ASCII characters ... [0s] OK
- checking LazyData ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking installed files from 'inst/doc' ... OK
- checking files in 'vignettes' ... OK
- checking examples ... [6s] OK
- checking for unstated dependencies in 'tests' ... OK
- checking tests ... [6s] ERROR
Running 'testthat.R' [5s]
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/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(ltertools)
>
> test_check("ltertools")
Retrieving data for 2022-02-07
Saving _problems/test-solar_day_info-27.R
Saving _problems/test-solar_day_info-35.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 35 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-solar_day_info.R:25:3'): Warnings are returned ─────────────────
Error in `open.connection(file, "rt")`: cannot open the connection to 'https://api.sunrise-sunset.org/json?lat=34&lng=-119&date=2022-02-07'
Backtrace:
▆
1. ├─testthat::expect_warning(...) at test-solar_day_info.R:25:3
2. │ └─testthat:::expect_condition_matching_(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─ltertools::solar_day_info(...)
8. ├─base::suppressWarnings(...)
9. │ └─base::withCallingHandlers(...)
10. └─utils::read.csv(file = url(description = day_query), header = F)
11. └─utils::read.table(...)
12. ├─base::open(file, "rt")
13. └─base::open.connection(file, "rt")
── Error ('test-solar_day_info.R:33:3'): Outputs are correct ───────────────────
Error in `open.connection(file, "rt")`: cannot open the connection to 'https://api.sunrise-sunset.org/json?lat=34&lng=-119&date=2022-02-07'
Backtrace:
▆
1. └─ltertools::solar_day_info(...) at test-solar_day_info.R:33:3
2. ├─base::suppressWarnings(...)
3. │ └─base::withCallingHandlers(...)
4. └─utils::read.csv(file = url(description = day_query), header = F)
5. └─utils::read.table(...)
6. ├─base::open(file, "rt")
7. └─base::open.connection(file, "rt")
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 35 ]
Error:
! Test failures.
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [3s] ERROR
Error(s) in re-building vignettes:
--- re-building 'ltertools.Rmd' using rmarkdown
Quitting from ltertools.Rmd:129-134 [solar-day-info]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `open.connection()`:
! cannot open the connection to 'https://api.sunrise-sunset.org/json?lat=34.41&lng=-119.71&date=2022-02-07'
---
Backtrace:
▆
1. └─ltertools::solar_day_info(...)
2. ├─base::suppressWarnings(...)
3. │ └─base::withCallingHandlers(...)
4. └─utils::read.csv(file = url(description = day_query), header = F)
5. └─utils::read.table(...)
6. ├─base::open(file, "rt")
7. └─base::open.connection(file, "rt")
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'ltertools.Rmd' failed with diagnostics:
cannot open the connection to 'https://api.sunrise-sunset.org/json?lat=34.41&lng=-119.71&date=2022-02-07'
--- failed re-building 'ltertools.Rmd'
SUMMARY: processing the following file failed:
'ltertools.Rmd'
Error: Vignette re-building failed.
Execution halted
- checking PDF version of manual ... [18s] OK
- checking HTML version of manual ... [2s] OK
- DONE
Status: 2 ERRORs