Last updated on 2025-12-07 07:50:29 CET.
| Package | ERROR | WARN | OK |
|---|---|---|---|
| ir | 1 | 12 | |
| sftime | 1 | 12 |
Current CRAN status: ERROR: 1, OK: 12
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
Current CRAN status: WARN: 1, OK: 12
Version: 0.3.1
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking: 'knitr', 'rmarkdown'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3.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