Last updated on 2020-08-07 01:50:01 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.0 | 84.17 | 72.59 | 156.76 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2.0 | 63.30 | 56.68 | 119.98 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.2.0 | 221.75 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 204.13 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.2.0 | 216.00 | 120.00 | 336.00 | NOTE | |
r-patched-linux-x86_64 | 0.2.0 | 65.36 | 71.35 | 136.71 | NOTE | |
r-patched-solaris-x86 | 0.2.0 | 222.40 | NOTE | |||
r-release-linux-x86_64 | 0.2.0 | 70.92 | 73.85 | 144.77 | NOTE | |
r-release-macos-x86_64 | 0.2.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.2.0 | 141.00 | 165.00 | 306.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.2.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.2.0 | 121.00 | 124.00 | 245.00 | NOTE |
Version: 0.2.0
Check: line endings in C/C++/Fortran sources/headers
Result: NOTE
Found the following sources/headers with CR or CRLF line endings:
inst/include/MatrixAddons.h
inst/include/sparseLTSEigen.h
Some Unix compilers require LF line endings.
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-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.2.0
Check: installed package size
Result: NOTE
installed size is 16.8Mb
sub-directories of 1Mb or more:
libs 16.7Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 0.2.0
Check: compiled code
Result: NOTE
File ‘sparseLTSEigen/libs/sparseLTSEigen.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
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.2.0
Check: compiled code
Result: NOTE
Note: information on .o files for i386 is not available
File 'd:/Rcompile/CRANpkg/lib/4.1/sparseLTSEigen/libs/i386/sparseLTSEigen.dll':
Found '_exit', possibly from '_exit' (C)
Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
Found 'exit', possibly from 'exit' (C), 'stop' (Fortran)
Found 'printf', possibly from 'printf' (C)
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. 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-windows-ix86+x86_64