Last updated on 2026-07-29 03:58:48 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.1 | 45.22 | 126.47 | 171.69 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.1 | 30.72 | 95.04 | 125.76 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.0.1 | 65.00 | 212.79 | 277.79 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 34.00 | 86.41 | 120.41 | NOTE | |
| r-devel-windows-x86_64 | 1.0.1 | 44.00 | 132.00 | 176.00 | OK | |
| r-patched-linux-x86_64 | 1.0.1 | 42.20 | 124.99 | 167.19 | NOTE | |
| r-release-linux-x86_64 | 1.0.1 | 45.89 | 124.17 | 170.06 | NOTE | |
| r-release-macos-arm64 | 1.0.1 | 15.00 | 35.00 | 50.00 | NOTE | |
| r-release-macos-x86_64 | 1.0.1 | 38.00 | 210.00 | 248.00 | NOTE | |
| r-release-windows-x86_64 | 1.0.1 | 48.00 | 134.00 | 182.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.1 | 13.00 | 37.00 | 50.00 | NOTE | |
| r-oldrel-macos-x86_64 | 1.0.1 | 38.00 | 160.00 | 198.00 | NOTE | |
| r-oldrel-windows-x86_64 | 1.0.1 | 60.00 | 178.00 | 238.00 | OK |
Version: 1.0.1
Check: compiled code
Result: NOTE
File ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/longitree/libs/longitree.so’:
Found ‘_gfortran_random_r8’, possibly from ‘random_number’ (Fortran)
Found ‘_gfortran_random_seed_i4’, possibly from ‘random_seed’
(Fortran)
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. The detected symbols are linked into
the code but might come from libraries and not actually be called.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-devel-linux-x86_64-debian-gcc
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-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
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-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64