Last updated on 2026-05-07 04:52:23 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.3 | 1.97 | 33.47 | 35.44 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.3 | 1.73 | 26.06 | 27.79 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.2.3 | 51.81 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.2.3 | 61.82 | OK | |||
| r-devel-windows-x86_64 | 0.2.3 | 4.00 | 60.00 | 64.00 | OK | |
| r-patched-linux-x86_64 | 0.2.3 | 2.20 | 29.82 | 32.02 | ERROR | |
| r-release-linux-x86_64 | 0.2.3 | 2.01 | 29.32 | 31.33 | OK | |
| r-release-macos-arm64 | 0.2.3 | 1.00 | 28.00 | 29.00 | OK | |
| r-release-macos-x86_64 | 0.2.3 | 2.00 | 62.00 | 64.00 | OK | |
| r-release-windows-x86_64 | 0.2.3 | 5.00 | 59.00 | 64.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.3 | 1.00 | 27.00 | 28.00 | OK | |
| r-oldrel-macos-x86_64 | 0.2.3 | 2.00 | 65.00 | 67.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.3 | 5.00 | 65.00 | 70.00 | OK |
Version: 0.2.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/4s]
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/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(panstarrs)
>
> test_check("panstarrs")
Saving _problems/test-object_catalog_search-20.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 5 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-object_catalog_search.R:18:3'): Is colnames in `.meta` actual? ──
Error in ``[.data.frame`(meta_info, , c("name", "type", "description"))`: undefined columns selected
Backtrace:
▆
1. ├─testthat::expect_equal(...) at test-object_catalog_search.R:18:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─base::tolower(colnames(ps1_metadata("forced_mean", "dr2")))
5. ├─base::colnames(ps1_metadata("forced_mean", "dr2"))
6. │ └─base::is.data.frame(x)
7. └─panstarrs::ps1_metadata("forced_mean", "dr2")
8. ├─meta_info[, c("name", "type", "description")]
9. └─base::`[.data.frame`(meta_info, , c("name", "type", "description"))
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 5 ]
Error:
! Test failures.
Execution halted
Flavor: r-patched-linux-x86_64