Last updated on 2020-08-07 01:49:47 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 4.56 | 56.44 | 61.00 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1 | 3.62 | 40.88 | 44.50 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1 | 81.57 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 72.81 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1 | 14.00 | 137.00 | 151.00 | NOTE | |
r-patched-linux-x86_64 | 1.1 | 4.10 | 57.46 | 61.56 | NOTE | |
r-patched-solaris-x86 | 1.1 | 133.90 | NOTE | |||
r-release-linux-x86_64 | 1.1 | 4.40 | 56.67 | 61.07 | NOTE | |
r-release-macos-x86_64 | 1.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.1 | 10.00 | 111.00 | 121.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.1 | 10.00 | 174.00 | 184.00 | NOTE |
Version: 1.1
Check: R code for possible problems
Result: NOTE
coef.HDtweedie: no visible global function definition for 'rbind2'
coef.cv.HDtweedie: no visible global function definition for 'coef'
cv.tweediegrppath: no visible global function definition for 'predict'
cv.tweediegrppath: no visible binding for global variable
'weighted.mean'
cvcompute: no visible binding for global variable 'weighted.mean'
error.bars: no visible global function definition for 'segments'
lambda.interp: no visible global function definition for 'approx'
plot.HDtweedie: no visible global function definition for 'par'
plot.HDtweedie: no visible binding for global variable 'plot.default'
plot.HDtweedie: no visible global function definition for 'gray.colors'
plot.HDtweedie: no visible global function definition for 'abline'
plot.cv.HDtweedie: no visible global function definition for 'points'
plot.cv.HDtweedie: no visible global function definition for 'axis'
plot.cv.HDtweedie: no visible global function definition for 'abline'
predict.HDtweedie: no visible global function definition for 'rbind2'
predict.HDtweedie: no visible global function definition for 'cbind2'
predict.cv.HDtweedie: no visible global function definition for
'predict'
Undefined global functions or variables:
abline approx axis cbind2 coef gray.colors par plot.default points
predict rbind2 segments weighted.mean
Consider adding
importFrom("grDevices", "gray.colors")
importFrom("graphics", "abline", "axis", "par", "plot.default",
"points", "segments")
importFrom("methods", "cbind2", "rbind2")
importFrom("stats", "approx", "coef", "predict", "weighted.mean")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
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.1
Check: compiled code
Result: NOTE
File ‘HDtweedie/libs/HDtweedie.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