Last updated on 2019-01-15 00:46:21 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.2-7 | 7.29 | 53.64 | 60.93 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.2-7 | 5.60 | 43.94 | 49.54 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.2-7 | 72.08 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.2-7 | 68.35 | NOTE | |||
r-devel-windows-ix86+x86_64 | 2.2-7 | 15.00 | 80.00 | 95.00 | NOTE | |
r-patched-linux-x86_64 | 2.2-7 | 6.61 | 51.72 | 58.33 | NOTE | |
r-patched-solaris-x86 | 2.2-7 | 112.90 | NOTE | |||
r-release-linux-x86_64 | 2.2-7 | 6.04 | 51.41 | 57.45 | NOTE | |
r-release-windows-ix86+x86_64 | 2.2-7 | 19.00 | 77.00 | 96.00 | NOTE | |
r-release-osx-x86_64 | 2.2-7 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 2.2-7 | 13.00 | 75.00 | 88.00 | NOTE | |
r-oldrel-osx-x86_64 | 2.2-7 | NOTE |
Version: 2.2-7
Check: R code for possible problems
Result: NOTE
crr: no visible binding for global variable ‘na.omit’
crr: no visible global function definition for ‘approx’
cuminc: no visible binding for global variable ‘na.omit’
cuminc: no visible global function definition for ‘pchisq’
plot.cuminc: no visible global function definition for ‘par’
plot.cuminc: no visible global function definition for ‘plot’
plot.cuminc: no visible binding for global variable ‘legend’
plot.cuminc: no visible global function definition for ‘lines’
plot.predict.crr: no visible global function definition for ‘plot’
plot.predict.crr: no visible global function definition for ‘lines’
print.crr: no visible global function definition for ‘pnorm’
summary.crr: no visible global function definition for ‘pnorm’
summary.crr: no visible global function definition for ‘qnorm’
Undefined global functions or variables:
approx legend lines na.omit par pchisq plot pnorm qnorm
Consider adding
importFrom("graphics", "legend", "lines", "par", "plot")
importFrom("stats", "approx", "na.omit", "pchisq", "pnorm", "qnorm")
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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64
Version: 2.2-7
Check: compiled code
Result: NOTE
File ‘cmprsk/libs/cmprsk.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