Last updated on 2025-04-06 18:53:06 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.2.1 | 7.01 | 99.27 | 106.28 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.4.1 | 277.43 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.1 | 251.38 | ERROR | |||
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 | 13.00 | 187.00 | 200.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.2.1 | 13.00 | 179.00 | 192.00 | NOTE | |
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.2.1 | 17.00 | 223.00 | 240.00 | NOTE |
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-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64, r-oldrel-windows-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
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.2.1
Check: examples
Result: ERROR
Running examples in ‘ir-Ex.R’ failed
The error most likely occurred in:
> ### 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-fedora-gcc