Last updated on 2026-03-29 21:54:24 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 30.47 | 92.94 | 123.41 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 68.00 | 212.25 | 280.25 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 75.00 | 212.57 | 287.57 | NOTE | |
| r-devel-macos-arm64 | 1.0.0 | 14.00 | 33.00 | 47.00 | NOTE | |
| r-release-linux-x86_64 | 1.0.0 | 44.93 | 121.17 | 166.10 | NOTE | |
| r-release-macos-arm64 | 1.0.0 | 15.00 | 38.00 | 53.00 | NOTE | |
| r-release-macos-x86_64 | 1.0.0 | 40.00 | 164.00 | 204.00 | NOTE | |
| r-release-windows-x86_64 | 1.0.0 | 47.00 | 136.00 | 183.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.0 | 34.00 | 126.00 | 160.00 | NOTE | |
| r-oldrel-windows-x86_64 | 1.0.0 | 43.00 | 176.00 | 219.00 | OK |
Version: 1.0.0
Check: compiled code
Result: NOTE
File ‘longitree/libs/longitree.so’:
Found ‘_gfortran_random_r8’, possibly from ‘random_number’ (Fortran)
Object: ‘longitree_program.o’
Found ‘_gfortran_random_seed_i4’, possibly from ‘random_seed’
(Fortran)
Object: ‘longitree_program.o’
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc, r-release-linux-x86_64
Version: 1.0.0
Check: compiled code
Result: NOTE
File ‘longitree/libs/longitree.so’:
Found ‘__gfortran_random_r8’, possibly from ‘random_number’ (Fortran)
Object: ‘longitree_program.o’
Found ‘__gfortran_random_seed_i4’, possibly from ‘random_seed’
(Fortran)
Object: ‘longitree_program.o’
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-macos-arm64, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-x86_64