Last updated on 2014-10-02 01:48:12.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.4.7 | 13.26 | 32.20 | 45.46 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.4.7 | 17.14 | 32.64 | 49.77 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.4.7 | 95.77 | NOTE | |||
| r-devel-linux-x86_64-fedora-gcc | 1.4.7 | 97.31 | NOTE | |||
| r-devel-osx-x86_64-clang | 1.4.7 | 80.19 | NOTE | |||
| r-devel-windows-ix86+x86_64 | 1.4.7 | 47.00 | 73.00 | 120.00 | NOTE | |
| r-patched-linux-x86_64 | 1.4.7 | 17.14 | 33.68 | 50.82 | NOTE | |
| r-patched-solaris-sparc | 1.4.7 | 640.30 | NOTE | |||
| r-patched-solaris-x86 | 1.4.7 | 131.70 | NOTE | |||
| r-release-linux-ix86 | 1.4.7 | 22.14 | 45.44 | 67.58 | NOTE | |
| r-release-linux-x86_64 | 1.4.7 | 18.40 | 34.18 | 52.58 | NOTE | |
| r-release-osx-x86_64-mavericks | 1.4.7 | NOTE | ||||
| r-release-osx-x86_64-snowleopard | 1.4.7 | NOTE | ||||
| r-release-windows-ix86+x86_64 | 1.4.7 | 49.00 | 75.00 | 124.00 | NOTE | |
| r-oldrel-windows-ix86+x86_64 | 1.4.7 | 53.00 | 83.00 | 136.00 | NOTE |
Memtest notes: valgrind
Version: 1.4.7
Check: dependencies in R code
Result: NOTE
'library' or 'require' call to ‘mvtnorm’ which was already attached by Depends.
Please remove these calls from your code.
Packages in Depends field not imported from:
‘Rcpp’ ‘mvtnorm’
These packages need to be imported from (in the NAMESPACE file)
for when this namespace is loaded but not attached.
See the information on DESCRIPTION files in the chapter ‘Creating R
packages’ of the ‘Writing R Extensions’ manual.
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-osx-x86_64-clang, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-ix86, r-release-linux-x86_64, r-release-osx-x86_64-mavericks, r-release-osx-x86_64-snowleopard, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.4.7
Check: R code for possible problems
Result: NOTE
maxstudent2 : padj.fun: no visible global function definition for
‘pmvnorm’
pvstudent2 : padj.fun: no visible global function definition for
‘pmvnorm’
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-osx-x86_64-clang, r-devel-windows-ix86+x86_64
Version: 1.4.7
Check: compiled code
Result: NOTE
File ‘bifactorial/libs/bifactorial.so’:
Found ‘rand’, possibly from ‘rand’ (C)
Object: ‘misc.o’
Found ‘srand’, possibly from ‘srand’ (C)
Objects: ‘krit.o’, ‘pv.o’
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor the C RNG.
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-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.4.7
Check: compiled code
Result: NOTE
File ‘bifactorial/libs/bifactorial.so’:
Found ‘_rand’, possibly from ‘rand’ (C)
Object: ‘misc.o’
Found ‘_srand’, possibly from ‘srand’ (C)
Objects: ‘krit.o’, ‘pv.o’
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor the C RNG.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-devel-osx-x86_64-clang
Version: 1.4.7
Check: compiled code
Result: NOTE
File 'bifactorial/libs/i386/bifactorial.dll':
Found 'rand', possibly from 'rand' (C)
Object: 'misc.o'
Found 'srand', possibly from 'srand' (C)
Objects: 'krit.o', 'pv.o'
File 'bifactorial/libs/x64/bifactorial.dll':
Found 'rand', possibly from 'rand' (C)
Object: 'misc.o'
Found 'srand', possibly from 'srand' (C)
Objects: 'krit.o', 'pv.o'
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor the C RNG.
See 'Writing portable packages' in the 'Writing R Extensions' manual.
Flavor: r-devel-windows-ix86+x86_64