Last updated on 2025-04-03 15:51:21 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.1 | 9.34 | 169.90 | 179.24 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2.1 | 7.55 | 97.41 | 104.96 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.2.1 | 272.65 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.1 | 274.35 | ERROR | |||
r-devel-macos-arm64 | 0.2.1 | 95.00 | NOTE | |||
r-devel-macos-x86_64 | 0.2.1 | 166.00 | NOTE | |||
r-devel-windows-x86_64 | 0.2.1 | 13.00 | 182.00 | 195.00 | NOTE | |
r-patched-linux-x86_64 | 0.2.1 | 11.12 | 163.85 | 174.97 | NOTE | |
r-release-linux-x86_64 | 0.2.1 | 9.99 | 157.03 | 167.02 | NOTE | |
r-release-macos-arm64 | 0.2.1 | 82.00 | NOTE | |||
r-release-macos-x86_64 | 0.2.1 | 122.00 | NOTE | |||
r-release-windows-x86_64 | 0.2.1 | 12.00 | 176.00 | 188.00 | NOTE | |
r-oldrel-macos-arm64 | 0.2.1 | NOTE | ||||
r-oldrel-macos-x86_64 | 0.2.1 | 184.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.2.1 | 16.00 | 227.00 | 243.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-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-arm64, r-devel-macos-x86_64, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-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
Flavor: 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
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
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.