Last updated on 2025-03-12 03:52:34 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.5 | 24.17 | 249.96 | 274.13 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.0.5 | 14.53 | 151.56 | 166.09 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.0.5 | 447.51 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.5 | 436.08 | OK | |||
r-devel-macos-arm64 | 0.0.5 | 98.00 | OK | |||
r-devel-macos-x86_64 | 0.0.5 | 275.00 | OK | |||
r-devel-windows-x86_64 | 0.0.5 | 25.00 | 210.00 | 235.00 | OK | |
r-patched-linux-x86_64 | 0.0.5 | 24.18 | 228.44 | 252.62 | OK | |
r-release-linux-x86_64 | 0.0.5 | 18.87 | 226.59 | 245.46 | OK | |
r-release-macos-arm64 | 0.0.5 | 110.00 | OK | |||
r-release-macos-x86_64 | 0.0.5 | 272.00 | OK | |||
r-release-windows-x86_64 | 0.0.5 | 25.00 | 210.00 | 235.00 | OK | |
r-oldrel-macos-arm64 | 0.0.5 | 106.00 | OK | |||
r-oldrel-macos-x86_64 | 0.0.5 | 250.00 | OK | |||
r-oldrel-windows-x86_64 | 0.0.5 | 31.00 | 276.00 | 307.00 | OK |
Version: 0.0.5
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/9s]
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(aws.wrfsmn)
>
> test_check("aws.wrfsmn")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 3 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-get_wrf_files.R:2:3'): Length evaluation ───────────────────────
<subscriptOutOfBoundsError/error/condition>
Error in `z[["Owner"]][["ID"]]`: subscript out of bounds
Backtrace:
▆
1. ├─testthat::expect_length(...) at test-get_wrf_files.R:2:3
2. │ └─testthat::quasi_label(enquo(object), arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─aws.wrfsmn::get.wrf.files(2024, 1, 1, "00", "01H")
5. └─aws.s3::get_bucket_df(...)
6. ├─base::as.data.frame(r)
7. └─aws.s3:::as.data.frame.s3_bucket(r)
8. └─base::lapply(...)
9. └─aws.s3 (local) FUN(X[[i]], ...)
10. └─base::ifelse(is.null(z[["Owner"]]), NA, z[["Owner"]][["ID"]])
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 3 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc