Last updated on 2026-08-26 20:55:33 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.1 | 45.15 | 134.22 | 179.37 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.0.1 | 32.28 | 98.92 | 131.20 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.0.1 | 34.00 | 97.49 | 131.49 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.2 | 38.00 | 95.88 | 133.88 | OK | |
| r-devel-windows-x86_64 | 1.0.1 | 48.00 | 319.00 | 367.00 | OK | |
| r-patched-linux-x86_64 | 1.0.1 | 46.04 | 123.95 | 169.99 | NOTE | |
| r-release-linux-x86_64 | 1.0.1 | 46.06 | 123.85 | 169.91 | NOTE | |
| r-release-macos-arm64 | 1.0.2 | 14.00 | 36.00 | 50.00 | OK | |
| r-release-macos-x86_64 | 1.0.2 | 38.00 | 136.00 | 174.00 | OK | |
| r-release-windows-x86_64 | 1.0.1 | 44.00 | 134.00 | 178.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.2 | 13.00 | 37.00 | 50.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.2 | 38.00 | 123.00 | 161.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.1 | 65.00 | 178.00 | 243.00 | OK |
Version: 1.0.1
Check: compiled code
Result: NOTE
File ‘longitree/libs/longitree.so’:
Found ‘_FortranARandomNumber’, possibly from ‘random_number’
(Fortran)
Object: ‘longitree_program.o’
Found ‘_FortranARandomSeedSize’, 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-clang, r-devel-linux-x86_64-fedora-clang
Version: 1.0.1
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-patched-linux-x86_64, r-release-linux-x86_64