Last updated on 2026-06-08 02:51:12 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0.2 | 3.46 | 22.06 | 25.52 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.0.2 | 2.47 | 17.22 | 19.69 | WARN | |
| r-devel-linux-x86_64-fedora-clang | 0.0.2 | 37.28 | NOTE | |||
| r-devel-linux-x86_64-fedora-gcc | 0.0.2 | 35.63 | NOTE | |||
| r-devel-windows-x86_64 | 0.0.2 | 6.00 | 44.00 | 50.00 | NOTE | |
| r-patched-linux-x86_64 | 0.0.2 | 3.11 | 19.98 | 23.09 | NOTE | |
| r-release-linux-x86_64 | 0.0.2 | 2.90 | 20.16 | 23.06 | NOTE | |
| r-release-macos-arm64 | 0.0.2 | 1.00 | 10.00 | 11.00 | NOTE | |
| r-release-macos-x86_64 | 0.0.2 | 4.00 | 41.00 | 45.00 | NOTE | |
| r-release-windows-x86_64 | 0.0.2 | 8.00 | 44.00 | 52.00 | NOTE | |
| r-oldrel-macos-arm64 | 0.0.2 | NOTE | ||||
| r-oldrel-macos-x86_64 | 0.0.2 | 3.00 | 28.00 | 31.00 | NOTE | |
| r-oldrel-windows-x86_64 | 0.0.2 | 6.00 | 48.00 | 54.00 | NOTE |
Version: 0.0.2
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘rtgin1.R’
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-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.0.2
Check: Rd \usage sections
Result: WARN
Fatal error: cannot create 'R_TempDir'
Functions with \usage entries need to have the appropriate \alias
entries, and all their arguments documented.
The \usage entries must correspond to syntactically valid R code.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
Flavor: r-devel-linux-x86_64-debian-gcc