CRAN Package Check Results for Package ir

Last updated on 2025-12-07 17:50:12 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4.1 12.30 193.60 205.90 OK
r-devel-linux-x86_64-debian-gcc 0.4.1 7.58 74.00 81.58 ERROR
r-devel-linux-x86_64-fedora-clang 0.4.1 51.00 275.15 326.15 OK
r-devel-linux-x86_64-fedora-gcc 0.4.1 67.00 277.77 344.77 OK
r-devel-windows-x86_64 0.4.1 14.00 199.00 213.00 OK
r-patched-linux-x86_64 0.4.1 12.66 181.68 194.34 OK
r-release-linux-x86_64 0.4.1 11.25 179.44 190.69 OK
r-release-macos-arm64 0.4.1 OK
r-release-macos-x86_64 0.4.1 10.00 167.00 177.00 OK
r-release-windows-x86_64 0.4.1 16.00 195.00 211.00 OK
r-oldrel-macos-arm64 0.4.1 OK
r-oldrel-macos-x86_64 0.4.1 11.00 193.00 204.00 OK
r-oldrel-windows-x86_64 0.4.1 21.00 253.00 274.00 OK

Check Details

Version: 0.4.1
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'ChemoSpec', 'kableExtra', 'knitr', 'rmarkdown', 'spelling' VignetteBuilder package required for checking but not installed: ‘knitr’ Flavor: r-devel-linux-x86_64-debian-gcc

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: ir_bc > ### Title: Performs baseline correction on infrared spectra > ### Aliases: ir_bc > > ### ** Examples > > library(dplyr) Attaching package: ‘dplyr’ The following objects are masked from ‘package:stats’: filter, lag The following objects are masked from ‘package:base’: intersect, setdiff, setequal, union > > # rubberband baseline correction > x1 <- + ir::ir_sample_data |> + dplyr::slice(1:10) |> + ir::ir_bc(method = "rubberband") > > # polynomial baseline correction > if(!requireNamespace("ChemoSpec", quietly = TRUE)) { + x2 <- + ir::ir_sample_data |> + dplyr::slice(1:10) |> + ir::ir_bc(method = "polynomial", degree = 2) + } Error in `ir_bc_polynomial()`: ! Package 'ChemoSpec' required. Please install that first. Backtrace: ▆ 1. └─ir::ir_bc(...) 2. └─ir::ir_bc_polynomial(x, ..., return_bl = return_bl) 3. └─rlang::abort("Package 'ChemoSpec' required. Please install that first.") Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.4.1
Check: package vignettes
Result: NOTE Package has ‘vignettes’ subdirectory but apparently no vignettes. Perhaps the ‘VignetteBuilder’ information is missing from the DESCRIPTION file? Flavor: r-devel-linux-x86_64-debian-gcc