Last updated on 2024-11-23 07:50:12 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.3 | 23.01 | 240.10 | 263.11 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.0.3 | 16.35 | 151.96 | 168.31 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.0.3 | 448.89 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.3 | 419.94 | OK | |||
r-devel-windows-x86_64 | 0.0.3 | 24.00 | 204.00 | 228.00 | ERROR | |
r-patched-linux-x86_64 | 0.0.3 | 24.42 | 220.65 | 245.07 | OK | |
r-release-linux-x86_64 | 0.0.3 | 22.81 | 222.63 | 245.44 | OK | |
r-release-macos-arm64 | 0.0.3 | 107.00 | OK | |||
r-release-macos-x86_64 | 0.0.3 | 187.00 | OK | |||
r-release-windows-x86_64 | 0.0.3 | 25.00 | 207.00 | 232.00 | OK | |
r-oldrel-macos-arm64 | 0.0.3 | 111.00 | OK | |||
r-oldrel-macos-x86_64 | 0.0.3 | 247.00 | OK | |||
r-oldrel-windows-x86_64 | 0.0.3 | 31.00 | 274.00 | 305.00 | OK |
Version: 0.0.3
Check: tests
Result: ERROR
Running 'testthat.R' [8s]
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-windows-x86_64