Last updated on 2017-12-20 00:47:24 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.4 | 1.39 | 32.32 | 33.71 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.4 | NOTE | ||||
r-devel-linux-x86_64-fedora-clang | 2.4 | 41.15 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.4 | 41.47 | NOTE | |||
r-devel-windows-ix86+x86_64 | 2.4 | 9.00 | 50.00 | 59.00 | NOTE | |
r-patched-linux-x86_64 | 2.4 | 1.38 | 33.28 | 34.66 | NOTE | |
r-patched-solaris-x86 | 2.4 | 53.00 | NOTE | |||
r-release-linux-x86_64 | 2.4 | 1.42 | 34.35 | 35.77 | NOTE | |
r-release-windows-ix86+x86_64 | 2.4 | 5.00 | 53.00 | 58.00 | NOTE | |
r-release-osx-x86_64 | 2.4 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 2.4 | 7.00 | 68.00 | 75.00 | NOTE | |
r-oldrel-osx-x86_64 | 2.4 | NOTE |
Version: 2.4
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Description field: should contain one or more complete sentences.
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.4
Check: dependencies in R code
Result: NOTE
'library' or 'require' calls in package code:
‘gsl’ ‘igraph’ ‘snowfall’
Please use :: or requireNamespace() instead.
See section 'Suggested 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, 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.4
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
predict.TuneParetoModel print.TuneParetoClassifier
print.TuneParetoModel print.TuneParetoResult
See section ‘Registering S3 methods’ 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, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64
Version: 2.4
Check: R code for possible problems
Result: NOTE
crossValidation : <anonymous> : <anonymous>: no visible binding for
global variable ‘predict’
cvErrorVariance : <anonymous>: no visible global function definition
for ‘var’
internal.plotParetoFronts2D: no visible global function definition for
‘plot’
internal.plotParetoFronts2D: no visible global function definition for
‘abline’
internal.plotParetoFronts2D: no visible global function definition for
‘lines’
internal.plotParetoFronts2D: no visible global function definition for
‘text’
latinHypercube : <anonymous> : <anonymous>: no visible global function
definition for ‘runif’
mutate : <anonymous>: no visible global function definition for ‘rnorm’
mutate : <anonymous>: no visible global function definition for ‘runif’
plotDominationGraph: no visible global function definition for
‘graph.adjacency’
plotDominationGraph: no visible binding for global variable ‘plot’
plotDominationGraph: no visible global function definition for
‘layout.norm’
plotDominationGraph: no visible global function definition for ‘par’
plotDominationGraph: no visible global function definition for ‘xinch’
plotDominationGraph: no visible global function definition for ‘points’
plotDominationGraph: no visible global function definition for ‘legend’
plotObjectivePairs: no visible global function definition for ‘pairs’
predict.TuneParetoModel: no visible global function definition for
‘as.formula’
reclassification: no visible binding for global variable ‘predict’
removeOverlaps: no visible global function definition for ‘par’
removeOverlaps: no visible global function definition for ‘strheight’
removeOverlaps: no visible global function definition for ‘strwidth’
sampleCombinations: no visible global function definition for ‘runif’
sampleCombinations: no visible global function definition for
‘qrng_alloc’
sampleCombinations: no visible global function definition for
‘qrng_get’
trainTuneParetoClassifier: no visible global function definition for
‘as.formula’
tunePareto: no visible global function definition for ‘sfLibrary’
tunePareto : <anonymous>: no visible global function definition for
‘sfLibrary’
tunePareto: no visible global function definition for ‘runif’
tunePareto : calculateObjectiveVals: no visible global function
definition for ‘runif’
tunePareto : <anonymous>: no visible global function definition for
‘runif’
tunePareto: no visible global function definition for ‘sfExport’
tunePareto: no visible global function definition for ‘sfLapply’
tunePareto.NaiveBayes: no visible binding for global variable
‘NaiveBayes’
tunePareto.NaiveBayes : <anonymous>: no visible global function
definition for ‘predict’
Undefined global functions or variables:
NaiveBayes abline as.formula graph.adjacency layout.norm legend lines
pairs par plot points predict qrng_alloc qrng_get rnorm runif
sfExport sfLapply sfLibrary strheight strwidth text var xinch
Consider adding
importFrom("graphics", "abline", "legend", "lines", "pairs", "par",
"plot", "points", "strheight", "strwidth", "text", "xinch")
importFrom("stats", "as.formula", "predict", "rnorm", "runif", "var")
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.4
Check: compiled code
Result: NOTE
File ‘TunePareto/libs/TunePareto.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-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 2.4
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘gsl’
Flavor: r-release-osx-x86_64