Last updated on 2020-08-07 01:49:42 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3.1 | 9.48 | 28.23 | 37.71 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.3.1 | 4.56 | 21.85 | 26.41 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.3.1 | 54.10 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.3.1 | 40.18 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.3.1 | 17.00 | 46.00 | 63.00 | NOTE | |
r-patched-linux-x86_64 | 1.3.1 | 5.20 | 28.26 | 33.46 | NOTE | |
r-patched-solaris-x86 | 1.3.1 | 58.50 | NOTE | |||
r-release-linux-x86_64 | 1.3.1 | 5.64 | 27.80 | 33.44 | NOTE | |
r-release-macos-x86_64 | 1.3.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.3.1 | 12.00 | 50.00 | 62.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.3.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.3.1 | 15.00 | 62.00 | 77.00 | NOTE |
Version: 1.3.1
Check: R code for possible problems
Result: NOTE
cdfDRM: no visible global function definition for 'tail'
densityDRM: no visible binding for global variable 'density'
drmdel: no visible binding for global variable 'optim'
drmdel: no visible global function definition for 'pchisq'
quantEst: no visible global function definition for 'tail'
quantileCompWald: no visible global function definition for 'pchisq'
quantileCompWald: no visible global function definition for 'p.adjust'
quantileDRM: no visible global function definition for 'tail'
quantileDRM: no visible global function definition for 'density'
Undefined global functions or variables:
density optim p.adjust pchisq tail
Consider adding
importFrom("stats", "density", "optim", "p.adjust", "pchisq")
importFrom("utils", "tail")
to your NAMESPACE file.
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: 1.3.1
Check: compiled code
Result: NOTE
File ‘drmdel/libs/drmdel.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