Last updated on 2026-06-04 21:51:25 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0.3 | 2.17 | 45.25 | 47.42 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.0.3 | 1.86 | 34.09 | 35.95 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.0.3 | 4.00 | 75.06 | 79.06 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.0.3 | 83.92 | OK | |||
| r-devel-windows-x86_64 | 0.0.3 | 5.00 | 76.00 | 81.00 | OK | |
| r-patched-linux-x86_64 | 0.0.3 | 2.17 | 41.58 | 43.75 | OK | |
| r-release-linux-x86_64 | 0.0.3 | 2.08 | 41.03 | 43.11 | OK | |
| r-release-macos-arm64 | 0.0.3 | 1.00 | 32.00 | 33.00 | OK | |
| r-release-macos-x86_64 | 0.0.3 | 2.00 | 93.00 | 95.00 | OK | |
| r-release-windows-x86_64 | 0.0.3 | 5.00 | 113.00 | 118.00 | OK | |
| r-oldrel-macos-arm64 | 0.0.3 | OK | ||||
| r-oldrel-macos-x86_64 | 0.0.3 | 2.00 | 85.00 | 87.00 | OK | |
| r-oldrel-windows-x86_64 | 0.0.3 | 6.00 | 89.00 | 95.00 | OK |
Version: 0.0.3
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/1s]
Running ‘testthat.R’ [5s/13s]
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(earthdatalogin)
>
> test_check("earthdatalogin")
Saving _problems/test-edl_netrc-34.R
[ FAIL 1 | WARN 2 | SKIP 11 | PASS 2 ]
══ Skipped tests (11) ══════════════════════════════════════════════════════════
• On CRAN (9): 'test-edl_download.R:3:3', 'test-edl_download.R:24:3',
'test-edl_download.R:45:3', 'test-edl_netrc.R:2:3', 'test-edl_search.R:3:3',
'test-edl_set_token.R:2:3', 'test-list-nasa-stacs.R:2:3',
'test-list-nasa-stacs.R:14:3', 'test-stac-collections_fetch.R:2:3'
• Only works inside AWS US-West-2 (2): 'test-edl_s3.R:4:3',
'test-edl_s3.R:15:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-edl_netrc.R:34:3'): netcdf access ──────────────────────────────
Error: [rast] cannot open this file as a SpatRaster: /vsicurl/https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/AVHRR_OI-NCEI-L4-GLOB-v2.1/20200115120000-NCEI-L4_GHRSST-SSTblend-AVHRR_OI-GLOB-v02.0-fv02.1.nc
Backtrace:
▆
1. ├─terra::rast(url, vsi = TRUE, drivers = driver) at test-edl_netrc.R:34:3
2. └─terra::rast(url, vsi = TRUE, drivers = driver)
3. └─terra (local) .local(x, ...)
4. └─terra:::messages(r, "rast")
5. └─terra:::error(f, x@pntr$getError())
[ FAIL 1 | WARN 2 | SKIP 11 | PASS 2 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc