Last updated on 2019-03-04 20:10:42 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.8.1 | 7.91 | 38.87 | 46.78 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.8.1 | 7.03 | 30.31 | 37.34 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.8.1 | 57.50 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.8.1 | 54.74 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.8.1 | 14.00 | 86.00 | 100.00 | NOTE | |
r-patched-linux-x86_64 | 1.8.1 | NOTE | ||||
r-patched-solaris-x86 | 1.8.1 | 79.60 | NOTE | |||
r-release-linux-x86_64 | 1.8.1 | 6.80 | 35.90 | 42.70 | NOTE | |
r-release-windows-ix86+x86_64 | 1.8.1 | 13.00 | 84.00 | 97.00 | NOTE | |
r-release-osx-x86_64 | 1.8.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.8.1 | 17.00 | 57.00 | 74.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.8.1 | NOTE |
Version: 1.8.1
Check: R code for possible problems
Result: NOTE
compare.CDF: no visible global function definition for 'quantile'
download.single.game: no visible global function definition for
'download.file'
fit.shot.probs.simple: no visible global function definition for
'predict'
integrate.old.pieces: no visible global function definition for
'na.omit'
prob.score.simple.objects: no visible global function definition for
'binomial'
prob.score.simple.objects: no visible binding for global variable
'logit'
prob.score.simple.objects: no visible global function definition for
'predict'
process.pl.new: no visible global function definition for 'na.omit'
read.gif: no visible global function definition for 'download.file'
read.gif: no visible global function definition for 'rgb'
solver.with.nlm: no visible global function definition for 'nlm'
team.table : thisplot: no visible global function definition for 'par'
team.table : thisplot: no visible global function definition for 'plot'
team.table : thisplot: no visible global function definition for 'text'
team.table : thisplot: no visible global function definition for
'abline'
Undefined global functions or variables:
abline binomial download.file logit na.omit nlm par plot predict
quantile rgb text
Consider adding
importFrom("grDevices", "rgb")
importFrom("graphics", "abline", "par", "plot", "text")
importFrom("stats", "binomial", "na.omit", "nlm", "predict",
"quantile")
importFrom("utils", "download.file")
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: 1.8.1
Check: compiled code
Result: NOTE
File ‘nhlscrapr/libs/nhlscrapr.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