Last updated on 2020-05-19 10:50:19 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.7.1 | 59.24 | 20.32 | 79.56 | WARN | |
r-devel-linux-x86_64-debian-gcc | 0.7.1 | 47.06 | 16.17 | 63.23 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.7.1 | 146.10 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 0.7.1 | 101.34 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.7.1 | 153.00 | 69.00 | 222.00 | NOTE | |
r-patched-linux-x86_64 | 0.7.1 | 48.61 | 20.30 | 68.91 | NOTE | |
r-patched-solaris-x86 | 0.7.1 | 171.90 | NOTE | |||
r-release-linux-x86_64 | 0.7.1 | 48.95 | 20.00 | 68.95 | NOTE | |
r-release-osx-x86_64 | 0.7.1 | WARN | ||||
r-release-windows-ix86+x86_64 | 0.7.1 | 129.00 | 48.00 | 177.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.7.1 | WARN | ||||
r-oldrel-windows-ix86+x86_64 | 0.7.1 | 91.00 | 62.00 | 153.00 | NOTE |
clang-UBSAN gcc-UBSAN valgrind
Version: 0.7.1
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Evaluation.cpp:173:9: warning: reference cannot be bound to dereferenced null pointer in well-defined C++ code; comparison may be assumed to always evaluate to true [-Wtautological-undefined-compare]
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang, r-release-osx-x86_64, r-oldrel-osx-x86_64
Version: 0.7.1
Check: compiled code
Result: NOTE
File 'gnmf/libs/gnmf.so':
Found 'rand', possibly from 'rand' (C)
Object: 'FactorMatrix.o'
Found 'srand', possibly from 'srand' (C)
Object: 'FactorMatrix.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.
See 'Writing portable packages' in the 'Writing R Extensions' manual.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64
Version: 0.7.1
Check: compiled code
Result: NOTE
File ‘gnmf/libs/gnmf.so’:
Found ‘rand’, possibly from ‘rand’ (C)
Object: ‘FactorMatrix.o’
Found ‘srand’, possibly from ‘srand’ (C)
Object: ‘FactorMatrix.o’
File ‘gnmf/libs/gnmf.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
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.
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.7.1
Check: compiled code
Result: NOTE
File 'gnmf/libs/i386/gnmf.dll':
Found 'rand', possibly from 'rand' (C)
Object: 'FactorMatrix.o'
Found 'srand', possibly from 'srand' (C)
Object: 'FactorMatrix.o'
File 'gnmf/libs/x64/gnmf.dll':
Found 'rand', possibly from 'rand' (C)
Object: 'FactorMatrix.o'
Found 'srand', possibly from 'srand' (C)
Object: 'FactorMatrix.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.
See 'Writing portable packages' in the 'Writing R Extensions' manual.
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.7.1
Check: compiled code
Result: NOTE
File ‘gnmf/libs/gnmf.so’:
Found ‘_rand’, possibly from ‘rand’ (C)
Object: ‘FactorMatrix.o’
Found ‘_srand’, possibly from ‘srand’ (C)
Object: ‘FactorMatrix.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.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-release-osx-x86_64, r-oldrel-osx-x86_64