Last updated on 2020-08-07 01:49:38 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0-7.1 | 2.54 | 18.85 | 21.39 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0-7.1 | 2.23 | 14.73 | 16.96 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0-7.1 | 34.76 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0-7.1 | 25.25 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0-7.1 | 10.00 | 34.00 | 44.00 | NOTE | |
r-patched-linux-x86_64 | 1.0-7.1 | 2.81 | 18.53 | 21.34 | NOTE | |
r-patched-solaris-x86 | 1.0-7.1 | 39.60 | NOTE | |||
r-release-linux-x86_64 | 1.0-7.1 | 2.64 | 18.81 | 21.45 | NOTE | |
r-release-macos-x86_64 | 1.0-7.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0-7.1 | 8.00 | 36.00 | 44.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0-7.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0-7.1 | 8.00 | 52.00 | 60.00 | NOTE |
Version: 1.0-7.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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.0-7.1
Check: R code for possible problems
Result: NOTE
sw.plot : <anonymous>: no visible global function definition for
'median'
sw.plot : <anonymous>: no visible global function definition for 'mad'
sw.plot : my.line: no visible global function definition for 'lines'
sw.plot : island.line: no visible global function definition for
'lines'
sw.plot: no visible global function definition for 'rug'
sw.plot: no visible global function definition for 'axis'
sw.plot: no visible global function definition for 'mtext'
sw.plot: no visible global function definition for 'abline'
sw.plot: no visible global function definition for 'points'
sw.rob : <anonymous>: no visible global function definition for
'median'
sw.rob : <anonymous>: no visible global function definition for 'mad'
sw.threshold : <anonymous>: no visible global function definition for
'median'
sw.threshold : <anonymous>: no visible global function definition for
'mad'
Undefined global functions or variables:
abline axis lines mad median mtext points rug
Consider adding
importFrom("graphics", "abline", "axis", "lines", "mtext", "points",
"rug")
importFrom("stats", "mad", "median")
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-macos-x86_64, r-release-windows-ix86+x86_64
Version: 1.0-7.1
Check: compiled code
Result: NOTE
File ‘cgh/libs/cgh.so’:
Found no call to: ‘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
Version: 1.0-7.1
Check: R code for possible problems
Result: NOTE
sw.plot : <anonymous>: no visible global function definition for
‘median’
sw.plot : <anonymous>: no visible global function definition for ‘mad’
sw.plot : my.line: no visible global function definition for ‘lines’
sw.plot : island.line: no visible global function definition for
‘lines’
sw.plot: no visible global function definition for ‘plot’
sw.plot: no visible global function definition for ‘rug’
sw.plot: no visible global function definition for ‘axis’
sw.plot: no visible global function definition for ‘mtext’
sw.plot: no visible global function definition for ‘abline’
sw.plot: no visible global function definition for ‘points’
sw.rob : <anonymous>: no visible global function definition for
‘median’
sw.rob : <anonymous>: no visible global function definition for ‘mad’
sw.threshold : <anonymous>: no visible global function definition for
‘median’
sw.threshold : <anonymous>: no visible global function definition for
‘mad’
Undefined global functions or variables:
abline axis lines mad median mtext plot points rug
Consider adding
importFrom("graphics", "abline", "axis", "lines", "mtext", "plot",
"points", "rug")
importFrom("stats", "mad", "median")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64