CRAN Package Check Results for Package panstarrs

Last updated on 2026-05-26 03:51:34 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.3 1.98 33.67 35.65 ERROR
r-devel-linux-x86_64-debian-gcc 0.2.3 1.51 25.66 27.17 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.3 55.31 ERROR
r-devel-linux-x86_64-fedora-gcc 0.2.3 68.04 ERROR
r-devel-windows-x86_64 0.2.3 4.00 64.00 68.00 ERROR
r-patched-linux-x86_64 0.2.3 2.11 29.63 31.74 ERROR
r-release-linux-x86_64 0.2.3 1.96 30.12 32.08 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 4.00 59.00 63.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 69.00 74.00 OK

Check Details

Version: 0.2.3
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/5s] 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-devel-linux-x86_64-debian-clang

Version: 0.2.3
Check: tests
Result: ERROR Running ‘testthat.R’ [1s/2s] 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-8.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 1 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-object_catalog_search.R:6: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:6:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─base::tolower(colnames(ps1_metadata("mean", "dr1"))) 5. ├─base::colnames(ps1_metadata("mean", "dr1")) 6. │ └─base::is.data.frame(x) 7. └─panstarrs::ps1_metadata("mean", "dr1") 8. ├─meta_info[, c("name", "type", "description")] 9. └─base::`[.data.frame`(meta_info, , c("name", "type", "description")) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 1 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.2.3
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘PS1_Cat.Rmd’ using rmarkdown --- finished re-building ‘PS1_Cat.Rmd’ --- re-building ‘PS1_Images.Rmd’ using rmarkdown Quitting from PS1_Images.Rmd:27-38 [unnamed-chunk-2] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `data.table::setorder()`: ! x must be a data.frame or data.table --- Backtrace: ▆ 1. ├─magick::image_resize(...) 2. │ └─magick:::assert_image(image) 3. ├─magick::image_read(...) 4. └─panstarrs::ps1_image_color(...) 5. └─panstarrs::ps1_image_url(...) 6. └─data.table::setorder(table, "filter") 7. └─data.table:::stopf("x must be a data.frame or data.table") 8. └─data.table:::raise_condition(...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'PS1_Images.Rmd' failed with diagnostics: x must be a data.frame or data.table --- failed re-building ‘PS1_Images.Rmd’ SUMMARY: processing the following file failed: ‘PS1_Images.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.2.3
Check: tests
Result: ERROR Running ‘testthat.R’ 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-devel-linux-x86_64-fedora-gcc

Version: 0.2.3
Check: tests
Result: ERROR Running 'testthat.R' [3s] 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-devel-windows-x86_64

Version: 0.2.3
Check: tests
Result: ERROR Running ‘testthat.R’ [1s/6s] 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