CRAN Package Check Results for Package ir

Last updated on 2026-02-08 23:50:11 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4.2 11.25 189.37 200.62 OK
r-devel-linux-x86_64-debian-gcc 0.4.2 7.33 125.83 133.16 OK
r-devel-linux-x86_64-fedora-clang 0.4.2 20.00 292.56 312.56 OK
r-devel-linux-x86_64-fedora-gcc 0.4.2 12.00 175.38 187.38 OK
r-devel-windows-x86_64 0.4.2 14.00 203.00 217.00 OK
r-patched-linux-x86_64 0.4.1 13.61 173.90 187.51 ERROR
r-release-linux-x86_64 0.4.2 10.23 173.46 183.69 OK
r-release-macos-arm64 0.4.2 3.00 50.00 53.00 OK
r-release-macos-x86_64 0.4.2 8.00 362.00 370.00 OK
r-release-windows-x86_64 0.4.2 16.00 199.00 215.00 OK
r-oldrel-macos-arm64 0.4.2 3.00 56.00 59.00 OK
r-oldrel-macos-x86_64 0.4.2 8.00 195.00 203.00 OK
r-oldrel-windows-x86_64 0.4.2 17.00 249.00 266.00 OK

Check Details

Version: 0.4.1
Check: examples
Result: ERROR Running examples in ‘ir-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: summarize > ### Title: Summarize each group in a 'ir' object to fewer rows > ### Aliases: summarize summarize.ir summarise summarise.ir > > ### ** Examples > > ## summarize > > # select in each sample_type groups the first spectrum > ir_sample_data |> + dplyr::group_by(sample_type) |> + dplyr::summarize(spectra = spectra[[1]]) Error in `ir_reclass_ir()`: ℹ In argument: `spectra = spectra[[1]]`. ℹ In group 1: `sample_type = "hardwood"`. Caused by error: ! `spectra` must be size 1, not 3351. ℹ To return more or less than 1 row per group, use `reframe()`. Backtrace: ▆ 1. ├─dplyr::summarize(...) 2. ├─ir:::summarise.ir(...) 3. │ └─ir:::ir_reclass_ir(NextMethod()) 4. ├─base::NextMethod() 5. ├─dplyr:::summarise.grouped_df(dplyr::group_by(ir_sample_data, sample_type), spectra = spectra[[1]]) 6. │ └─dplyr:::summarise_cols(.data, dplyr_quosures(...), by, "summarise") 7. │ └─base::withCallingHandlers(...) 8. ├─dplyr:::dplyr_internal_error(...) 9. │ └─rlang::abort(class = c(class, "dplyr:::internal_error"), dplyr_error_data = data) 10. │ └─rlang:::signal_abort(cnd, .file) 11. │ └─base::signalCondition(cnd) 12. └─dplyr (local) `<fn>`(`<dpl:::__>`) 13. └─dplyr (local) handler(cnd) 14. └─rlang::abort(message, class = error_class, parent = parent, call = error_call) Execution halted Flavor: r-patched-linux-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.