Last updated on 2025-03-13 01:50:41 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.0 | 2.43 | 35.40 | 37.83 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.2.0 | 1.84 | 27.25 | 29.09 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.2.0 | 64.26 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.0 | 71.64 | OK | |||
r-devel-macos-arm64 | 1.2.0 | 36.00 | OK | |||
r-devel-macos-x86_64 | 1.2.0 | 62.00 | OK | |||
r-devel-windows-x86_64 | 1.2.0 | 4.00 | 91.00 | 95.00 | ERROR | |
r-patched-linux-x86_64 | 1.2.0 | OK | ||||
r-release-linux-x86_64 | 1.2.0 | 2.10 | 34.07 | 36.17 | OK | |
r-release-macos-arm64 | 1.2.0 | 42.00 | OK | |||
r-release-macos-x86_64 | 1.2.0 | 64.00 | OK | |||
r-release-windows-x86_64 | 1.2.0 | 4.00 | 69.00 | 73.00 | OK | |
r-oldrel-macos-arm64 | 1.2.0 | 40.00 | OK | |||
r-oldrel-macos-x86_64 | 1.2.0 | 61.00 | OK | |||
r-oldrel-windows-x86_64 | 1.2.0 | 5.00 | 69.00 | 74.00 | OK |
Version: 1.2.0
Check: tests
Result: ERROR
Running 'testthat.R' [24s]
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
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 46 ]
══ 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 46 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64
Version: 1.2.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building 'ltertools.Rmd' using rmarkdown
Quitting from lines 160-164 [solar-day-info] (ltertools.Rmd)
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
Flavor: r-devel-windows-x86_64