Last updated on 2021-12-31 07:49:17 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.6.2 | 11.22 | 104.09 | 115.31 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.6.2 | 9.60 | 81.22 | 90.82 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.6.2 | 74.80 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.6.2 | 67.01 | ERROR | |||
r-devel-windows-x86_64-new-UL | 0.6.2 | 80.00 | 135.00 | 215.00 | ERROR | |
r-devel-windows-x86_64-new-TK | 0.6.2 | ERROR | ||||
r-patched-linux-x86_64 | 0.6.2 | 8.30 | 103.37 | 111.67 | ERROR | |
r-release-linux-x86_64 | 0.6.2 | 11.59 | 103.01 | 114.60 | ERROR | |
r-release-macos-arm64 | 0.6.2 | NOTE | ||||
r-release-macos-x86_64 | 0.6.2 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.6.2 | 22.00 | 131.00 | 153.00 | OK | |
r-oldrel-macos-x86_64 | 0.6.2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.6.2 | 22.00 | 132.00 | 154.00 | OK |
Version: 0.6.2
Check: tests
Result: ERROR
Running 'testthat.R' [28s/32s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(weathercan)
weathercan v0.6.2
The internal `stations` data has been deprecated in favour of the function `stations()`.
See ?stations for more details.
>
> Sys.setenv("R_TESTS" = "")
>
> test_check("weathercan")
== Skipped tests ===============================================================
* On CRAN (64)
== Failed tests ================================================================
-- Failure (test_02_utils.R:19:3): check_ids() as expected ---------------------
`check_ids(1795, stations(), type = "station_id")` produced messages.
-- Failure (test_02_utils.R:20:3): check_ids() as expected ---------------------
`check_ids("301AR54", stations(), type = "climate_id")` produced messages.
-- Failure (test_03_station_dl.R:86:3): stations() /stations_meta() return data --
`s <- stations()` produced messages.
Backtrace:
x
1. +-expect_silent(s <- stations()) %>% expect_s3_class("data.frame") test_03_station_dl.R:86:2
2. +-testthat::expect_s3_class(., "data.frame")
3. | \-testthat::quasi_label(enquo(object), arg = "object")
4. | \-rlang::eval_bare(expr, quo_get_env(quo))
5. \-testthat::expect_silent(s <- stations())
-- Failure (test_03_station_dl.R:192:3): stations_search quiet/verbose ---------
`stations_search(c(54, -122), quiet = TRUE)` produced messages.
-- Failure (test_03_station_dl.R:193:3): stations_search quiet/verbose ---------
`stations_search(coords = c(54, -122), quiet = TRUE)` produced messages.
-- Failure (test_03_station_dl.R:256:3): stations_search returns normals only --
`s <- stations_search("Brandon", normals_years = "current")` produced messages.
-- Failure (test_03_station_dl.R:261:3): stations_search returns normals only --
`s1 <- stations_search("Brandon", normals_years = "1981-2010")` produced messages.
-- Failure (test_03_station_dl.R:265:3): stations_search returns normals only --
`s2 <- stations_search("Brandon", normals_years = "1971-2000")` produced messages.
[ FAIL 8 | WARN 0 | SKIP 64 | PASS 295 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.6.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [23s/36s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(weathercan)
weathercan v0.6.2
The internal `stations` data has been deprecated in favour of the function `stations()`.
See ?stations for more details.
>
> Sys.setenv("R_TESTS" = "")
>
> test_check("weathercan")
══ Skipped tests ═══════════════════════════════════════════════════════════════
• On CRAN (64)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test_02_utils.R:19:3): check_ids() as expected ─────────────────────
`check_ids(1795, stations(), type = "station_id")` produced messages.
── Failure (test_02_utils.R:20:3): check_ids() as expected ─────────────────────
`check_ids("301AR54", stations(), type = "climate_id")` produced messages.
── Failure (test_03_station_dl.R:86:3): stations() /stations_meta() return data ──
`s <- stations()` produced messages.
Backtrace:
█
1. ├─expect_silent(s <- stations()) %>% expect_s3_class("data.frame") test_03_station_dl.R:86:2
2. ├─testthat::expect_s3_class(., "data.frame")
3. │ └─testthat::quasi_label(enquo(object), arg = "object")
4. │ └─rlang::eval_bare(expr, quo_get_env(quo))
5. └─testthat::expect_silent(s <- stations())
── Failure (test_03_station_dl.R:192:3): stations_search quiet/verbose ─────────
`stations_search(c(54, -122), quiet = TRUE)` produced messages.
── Failure (test_03_station_dl.R:193:3): stations_search quiet/verbose ─────────
`stations_search(coords = c(54, -122), quiet = TRUE)` produced messages.
── Failure (test_03_station_dl.R:256:3): stations_search returns normals only ──
`s <- stations_search("Brandon", normals_years = "current")` produced messages.
── Failure (test_03_station_dl.R:261:3): stations_search returns normals only ──
`s1 <- stations_search("Brandon", normals_years = "1981-2010")` produced messages.
── Failure (test_03_station_dl.R:265:3): stations_search returns normals only ──
`s2 <- stations_search("Brandon", normals_years = "1971-2000")` produced messages.
[ FAIL 8 | WARN 0 | SKIP 64 | PASS 295 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.6.2
Check: data for non-ASCII characters
Result: NOTE
Note: found 3 marked UTF-8 strings
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64-new-TK, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 0.6.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [19s/21s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(weathercan)
weathercan v0.6.2
The internal `stations` data has been deprecated in favour of the function `stations()`.
See ?stations for more details.
>
> Sys.setenv("R_TESTS" = "")
>
> test_check("weathercan")
══ Skipped tests ═══════════════════════════════════════════════════════════════
• On CRAN (64)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test_02_utils.R:19:3): check_ids() as expected ─────────────────────
`check_ids(1795, stations(), type = "station_id")` produced messages.
── Failure (test_02_utils.R:20:3): check_ids() as expected ─────────────────────
`check_ids("301AR54", stations(), type = "climate_id")` produced messages.
── Failure (test_03_station_dl.R:86:3): stations() /stations_meta() return data ──
`s <- stations()` produced messages.
Backtrace:
█
1. ├─expect_silent(s <- stations()) %>% expect_s3_class("data.frame") test_03_station_dl.R:86:2
2. ├─testthat::expect_s3_class(., "data.frame")
3. │ └─testthat::quasi_label(enquo(object), arg = "object")
4. │ └─rlang::eval_bare(expr, quo_get_env(quo))
5. └─testthat::expect_silent(s <- stations())
── Failure (test_03_station_dl.R:192:3): stations_search quiet/verbose ─────────
`stations_search(c(54, -122), quiet = TRUE)` produced messages.
── Failure (test_03_station_dl.R:193:3): stations_search quiet/verbose ─────────
`stations_search(coords = c(54, -122), quiet = TRUE)` produced messages.
── Failure (test_03_station_dl.R:256:3): stations_search returns normals only ──
`s <- stations_search("Brandon", normals_years = "current")` produced messages.
── Failure (test_03_station_dl.R:261:3): stations_search returns normals only ──
`s1 <- stations_search("Brandon", normals_years = "1981-2010")` produced messages.
── Failure (test_03_station_dl.R:265:3): stations_search returns normals only ──
`s2 <- stations_search("Brandon", normals_years = "1971-2000")` produced messages.
[ FAIL 8 | WARN 0 | SKIP 64 | PASS 295 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.6.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [18s/18s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(weathercan)
weathercan v0.6.2
The internal `stations` data has been deprecated in favour of the function `stations()`.
See ?stations for more details.
>
> Sys.setenv("R_TESTS" = "")
>
> test_check("weathercan")
══ Skipped tests ═══════════════════════════════════════════════════════════════
• On CRAN (64)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test_02_utils.R:19:3): check_ids() as expected ─────────────────────
`check_ids(1795, stations(), type = "station_id")` produced messages.
── Failure (test_02_utils.R:20:3): check_ids() as expected ─────────────────────
`check_ids("301AR54", stations(), type = "climate_id")` produced messages.
── Failure (test_03_station_dl.R:86:3): stations() /stations_meta() return data ──
`s <- stations()` produced messages.
Backtrace:
█
1. ├─expect_silent(s <- stations()) %>% expect_s3_class("data.frame") test_03_station_dl.R:86:2
2. ├─testthat::expect_s3_class(., "data.frame")
3. │ └─testthat::quasi_label(enquo(object), arg = "object")
4. │ └─rlang::eval_bare(expr, quo_get_env(quo))
5. └─testthat::expect_silent(s <- stations())
── Failure (test_03_station_dl.R:192:3): stations_search quiet/verbose ─────────
`stations_search(c(54, -122), quiet = TRUE)` produced messages.
── Failure (test_03_station_dl.R:193:3): stations_search quiet/verbose ─────────
`stations_search(coords = c(54, -122), quiet = TRUE)` produced messages.
── Failure (test_03_station_dl.R:256:3): stations_search returns normals only ──
`s <- stations_search("Brandon", normals_years = "current")` produced messages.
── Failure (test_03_station_dl.R:261:3): stations_search returns normals only ──
`s1 <- stations_search("Brandon", normals_years = "1981-2010")` produced messages.
── Failure (test_03_station_dl.R:265:3): stations_search returns normals only ──
`s2 <- stations_search("Brandon", normals_years = "1971-2000")` produced messages.
[ FAIL 8 | WARN 0 | SKIP 64 | PASS 295 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.6.2
Check: tests
Result: ERROR
Running 'testthat.R' [29s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(weathercan)
weathercan v0.6.2
The internal `stations` data has been deprecated in favour of the function `stations()`.
See ?stations for more details.
>
> Sys.setenv("R_TESTS" = "")
>
> test_check("weathercan")
══ Skipped tests ═══════════════════════════════════════════════════════════════
• On CRAN (64)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test_02_utils.R:19:3): check_ids() as expected ─────────────────────
`check_ids(1795, stations(), type = "station_id")` produced messages.
── Failure (test_02_utils.R:20:3): check_ids() as expected ─────────────────────
`check_ids("301AR54", stations(), type = "climate_id")` produced messages.
── Failure (test_03_station_dl.R:86:3): stations() /stations_meta() return data ──
`s <- stations()` produced messages.
Backtrace:
█
1. ├─expect_silent(s <- stations()) %>% expect_s3_class("data.frame") test_03_station_dl.R:86:2
2. ├─testthat::expect_s3_class(., "data.frame")
3. │ └─testthat::quasi_label(enquo(object), arg = "object")
4. │ └─rlang::eval_bare(expr, quo_get_env(quo))
5. └─testthat::expect_silent(s <- stations())
── Failure (test_03_station_dl.R:192:3): stations_search quiet/verbose ─────────
`stations_search(c(54, -122), quiet = TRUE)` produced messages.
── Failure (test_03_station_dl.R:193:3): stations_search quiet/verbose ─────────
`stations_search(coords = c(54, -122), quiet = TRUE)` produced messages.
── Failure (test_03_station_dl.R:256:3): stations_search returns normals only ──
`s <- stations_search("Brandon", normals_years = "current")` produced messages.
── Failure (test_03_station_dl.R:261:3): stations_search returns normals only ──
`s1 <- stations_search("Brandon", normals_years = "1981-2010")` produced messages.
── Failure (test_03_station_dl.R:265:3): stations_search returns normals only ──
`s2 <- stations_search("Brandon", normals_years = "1971-2000")` produced messages.
[ FAIL 8 | WARN 0 | SKIP 64 | PASS 295 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64-new-UL
Version: 0.6.2
Check: tests
Result: ERROR
Running 'testthat.R'
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(weathercan)
weathercan v0.6.2
The internal `stations` data has been deprecated in favour of the function `stations()`.
See ?stations for more details.
>
> Sys.setenv("R_TESTS" = "")
>
> test_check("weathercan")
══ Skipped tests ═══════════════════════════════════════════════════════════════
• On CRAN (64)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test_02_utils.R:19:3): check_ids() as expected ─────────────────────
`check_ids(1795, stations(), type = "station_id")` produced messages.
── Failure (test_02_utils.R:20:3): check_ids() as expected ─────────────────────
`check_ids("301AR54", stations(), type = "climate_id")` produced messages.
── Failure (test_03_station_dl.R:86:3): stations() /stations_meta() return data ──
`s <- stations()` produced messages.
Backtrace:
█
1. ├─expect_silent(s <- stations()) %>% expect_s3_class("data.frame") test_03_station_dl.R:86:2
2. ├─testthat::expect_s3_class(., "data.frame")
3. │ └─testthat::quasi_label(enquo(object), arg = "object")
4. │ └─rlang::eval_bare(expr, quo_get_env(quo))
5. └─testthat::expect_silent(s <- stations())
── Failure (test_03_station_dl.R:192:3): stations_search quiet/verbose ─────────
`stations_search(c(54, -122), quiet = TRUE)` produced messages.
── Failure (test_03_station_dl.R:193:3): stations_search quiet/verbose ─────────
`stations_search(coords = c(54, -122), quiet = TRUE)` produced messages.
── Failure (test_03_station_dl.R:256:3): stations_search returns normals only ──
`s <- stations_search("Brandon", normals_years = "current")` produced messages.
── Failure (test_03_station_dl.R:261:3): stations_search returns normals only ──
`s1 <- stations_search("Brandon", normals_years = "1981-2010")` produced messages.
── Failure (test_03_station_dl.R:265:3): stations_search returns normals only ──
`s2 <- stations_search("Brandon", normals_years = "1971-2000")` produced messages.
[ FAIL 8 | WARN 0 | SKIP 64 | PASS 295 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64-new-TK
Version: 0.6.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [28s/32s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(weathercan)
weathercan v0.6.2
The internal `stations` data has been deprecated in favour of the function `stations()`.
See ?stations for more details.
>
> Sys.setenv("R_TESTS" = "")
>
> test_check("weathercan")
══ Skipped tests ═══════════════════════════════════════════════════════════════
• On CRAN (64)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test_02_utils.R:19:3): check_ids() as expected ─────────────────────
`check_ids(1795, stations(), type = "station_id")` produced messages.
── Failure (test_02_utils.R:20:3): check_ids() as expected ─────────────────────
`check_ids("301AR54", stations(), type = "climate_id")` produced messages.
── Failure (test_03_station_dl.R:86:3): stations() /stations_meta() return data ──
`s <- stations()` produced messages.
Backtrace:
█
1. ├─expect_silent(s <- stations()) %>% expect_s3_class("data.frame") test_03_station_dl.R:86:2
2. ├─testthat::expect_s3_class(., "data.frame")
3. │ └─testthat::quasi_label(enquo(object), arg = "object")
4. │ └─rlang::eval_bare(expr, quo_get_env(quo))
5. └─testthat::expect_silent(s <- stations())
── Failure (test_03_station_dl.R:192:3): stations_search quiet/verbose ─────────
`stations_search(c(54, -122), quiet = TRUE)` produced messages.
── Failure (test_03_station_dl.R:193:3): stations_search quiet/verbose ─────────
`stations_search(coords = c(54, -122), quiet = TRUE)` produced messages.
── Failure (test_03_station_dl.R:256:3): stations_search returns normals only ──
`s <- stations_search("Brandon", normals_years = "current")` produced messages.
── Failure (test_03_station_dl.R:261:3): stations_search returns normals only ──
`s1 <- stations_search("Brandon", normals_years = "1981-2010")` produced messages.
── Failure (test_03_station_dl.R:265:3): stations_search returns normals only ──
`s2 <- stations_search("Brandon", normals_years = "1971-2000")` produced messages.
[ FAIL 8 | WARN 0 | SKIP 64 | PASS 295 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.6.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [28s/31s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(weathercan)
weathercan v0.6.2
The internal `stations` data has been deprecated in favour of the function `stations()`.
See ?stations for more details.
>
> Sys.setenv("R_TESTS" = "")
>
> test_check("weathercan")
══ Skipped tests ═══════════════════════════════════════════════════════════════
• On CRAN (64)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test_02_utils.R:19:3): check_ids() as expected ─────────────────────
`check_ids(1795, stations(), type = "station_id")` produced messages.
── Failure (test_02_utils.R:20:3): check_ids() as expected ─────────────────────
`check_ids("301AR54", stations(), type = "climate_id")` produced messages.
── Failure (test_03_station_dl.R:86:3): stations() /stations_meta() return data ──
`s <- stations()` produced messages.
Backtrace:
█
1. ├─expect_silent(s <- stations()) %>% expect_s3_class("data.frame") test_03_station_dl.R:86:2
2. ├─testthat::expect_s3_class(., "data.frame")
3. │ └─testthat::quasi_label(enquo(object), arg = "object")
4. │ └─rlang::eval_bare(expr, quo_get_env(quo))
5. └─testthat::expect_silent(s <- stations())
── Failure (test_03_station_dl.R:192:3): stations_search quiet/verbose ─────────
`stations_search(c(54, -122), quiet = TRUE)` produced messages.
── Failure (test_03_station_dl.R:193:3): stations_search quiet/verbose ─────────
`stations_search(coords = c(54, -122), quiet = TRUE)` produced messages.
── Failure (test_03_station_dl.R:256:3): stations_search returns normals only ──
`s <- stations_search("Brandon", normals_years = "current")` produced messages.
── Failure (test_03_station_dl.R:261:3): stations_search returns normals only ──
`s1 <- stations_search("Brandon", normals_years = "1981-2010")` produced messages.
── Failure (test_03_station_dl.R:265:3): stations_search returns normals only ──
`s2 <- stations_search("Brandon", normals_years = "1971-2000")` produced messages.
[ FAIL 8 | WARN 0 | SKIP 64 | PASS 295 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64