Last updated on 2018-10-19 01:46:29 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0-15.1 | 5.89 | 33.07 | 38.96 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0-15.1 | 2.52 | 25.71 | 28.23 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0-15.1 | 45.31 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0-15.1 | 42.54 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0-15.1 | 18.00 | 61.00 | 79.00 | NOTE | |
r-patched-linux-x86_64 | 1.0-15.1 | 3.35 | 31.14 | 34.49 | NOTE | |
r-patched-solaris-x86 | 1.0-15.1 | 64.90 | NOTE | |||
r-release-linux-x86_64 | 1.0-15.1 | 3.16 | 31.80 | 34.96 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0-15.1 | 12.00 | 74.00 | 86.00 | NOTE | |
r-release-osx-x86_64 | 1.0-15.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0-15.1 | 10.00 | 75.00 | 85.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0-15.1 | NOTE |
Version: 1.0-15.1
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: 1.0-15.1
Check: dependencies in R code
Result: NOTE
'library' or 'require' call to ‘scatterplot3d’ in package code.
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: 1.0-15.1
Check: R code for possible problems
Result: NOTE
plot.nsga2: no visible global function definition for ‘plot’
plot.nsga2: no visible global function definition for ‘lines’
plot.nsga2: no visible global function definition for ‘pairs’
plot.nsga2.collection: no visible global function definition for
‘devAskNewPage’
plot.nsga2.collection: no visible binding for global variable ‘plot’
Undefined global functions or variables:
devAskNewPage lines pairs plot
Consider adding
importFrom("grDevices", "devAskNewPage")
importFrom("graphics", "lines", "pairs", "plot")
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.0-15.1
Check: compiled code
Result: NOTE
File ‘mco/libs/mco.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