Last updated on 2026-07-15 23:51:19 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.9.0 | 2.42 | 28.28 | 30.70 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.9.0 | 1.74 | 22.91 | 24.65 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.9.0 | 41.82 | NOTE | |||
| r-devel-linux-x86_64-fedora-gcc | 0.9.0 | 20.62 | NOTE | |||
| r-devel-windows-x86_64 | 0.9.0 | 3.00 | 50.00 | 53.00 | OK | |
| r-patched-linux-x86_64 | 0.9.0 | 2.44 | 24.68 | 27.12 | NOTE | |
| r-release-linux-x86_64 | 0.9.0 | 2.29 | 24.28 | 26.57 | NOTE | |
| r-release-macos-arm64 | 0.9.0 | 1.00 | 10.00 | 11.00 | OK | |
| r-release-macos-x86_64 | 0.9.0 | 2.00 | 36.00 | 38.00 | OK | |
| r-release-windows-x86_64 | 0.9.0 | 6.00 | 68.00 | 74.00 | OK | |
| r-oldrel-macos-arm64 | 0.9.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.9.0 | 2.00 | 27.00 | 29.00 | OK | |
| r-oldrel-windows-x86_64 | 0.9.0 | 3.00 | 52.00 | 55.00 | OK |
Version: 0.9.0
Check: R code for possible problems
Result: NOTE
Found the following assignments to the global environment:
File ‘IgorR/R/ReadIgorBinary.R’:
assign(WaveName, rval, envir = .GlobalEnv)
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.9.0
Check: R code for possible problems
Result: NOTE
Found the following assignments to the global environment:
File ‘IgorR/R/ReadIgorBinary.R’:
assign(WaveName, rval, envir = .GlobalEnv)
Found calls to structure() using deprecated special names:
IgorR/tests/testthat/test-ibw.R (.Names: 2)
IgorR/tests/testthat/test-pxp.R (.Names: 1)
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.9.0
Check: R code for possible problems
Result: NOTE
Found calls to structure() using deprecated special names:
IgorR/tests/testthat/test-ibw.R (.Names: 2)
IgorR/tests/testthat/test-pxp.R (.Names: 1)
'.Names' should be changed to 'names'.
Flavor: r-devel-linux-x86_64-fedora-gcc