Last updated on 2025-04-07 10:51:45 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.1 | 10.42 | 145.38 | 155.80 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.4.1 | 7.29 | 113.06 | 120.35 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.4.1 | 277.43 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.4.1 | 283.09 | OK | |||
r-devel-macos-arm64 | 0.4.1 | 74.00 | OK | |||
r-devel-macos-x86_64 | 0.4.1 | 177.00 | OK | |||
r-devel-windows-x86_64 | 0.2.1 | 12.00 | 182.00 | 194.00 | NOTE | |
r-patched-linux-x86_64 | 0.2.1 | 11.19 | 163.22 | 174.41 | NOTE | |
r-release-linux-x86_64 | 0.2.1 | 9.22 | 159.43 | 168.65 | NOTE | |
r-release-macos-arm64 | 0.4.1 | 90.00 | OK | |||
r-release-macos-x86_64 | 0.4.1 | 204.00 | OK | |||
r-release-windows-x86_64 | 0.4.1 | 13.00 | 183.00 | 196.00 | OK | |
r-oldrel-macos-arm64 | 0.4.1 | 74.00 | OK | |||
r-oldrel-macos-x86_64 | 0.4.1 | 186.00 | OK | |||
r-oldrel-windows-x86_64 | 0.4.1 | 14.00 | 194.00 | 208.00 | OK |
Version: 0.2.1
Check: Rd files
Result: NOTE
checkRd: (-1) ir_to_transmittance.Rd:49: Escaped LaTeX specials: \&
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.2.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
> x2 <-
+ ir::ir_sample_data %>%
+ dplyr::slice(1:10) %>%
+ ir::ir_bc(method = "polynomial", degree = 2)
Warning: Unknown or uninitialised column: `measurement_id`.
Error in structure(x, class = setdiff(class(x), "ir")) :
attempt to set an attribute on NULL
Calls: %>% ... ir_bc_polynomial -> $ -> $.ir -> ir_reclass_ir -> structure
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang