Last updated on 2015-11-20 00:47:50.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-gcc | 1.2.1 | 1.51 | 18.02 | 19.53 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2.1 | 38.83 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.1 | 35.91 | NOTE | |||
r-devel-osx-x86_64-clang | 1.2.1 | 42.59 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.2.1 | 7.00 | 40.00 | 47.00 | NOTE | |
r-patched-linux-x86_64 | 1.2.1 | 1.13 | 19.26 | 20.39 | NOTE | |
r-patched-solaris-sparc | 1.2.1 | 235.20 | NOTE | |||
r-patched-solaris-x86 | 1.2.1 | 49.70 | NOTE | |||
r-release-linux-x86_64 | 1.2.1 | 1.20 | 20.12 | 21.31 | NOTE | |
r-release-osx-x86_64-mavericks | 1.2.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.2.1 | 5.00 | 39.00 | 44.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 1.2.1 | 7.00 | 43.00 | 50.00 | OK |
Version: 1.2.1
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Title field: should not end in a period.
Malformed Description field: should contain one or more complete sentences.
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-osx-x86_64-clang, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64-mavericks, r-release-windows-ix86+x86_64
Version: 1.2.1
Check: R code for possible problems
Result: NOTE
importFieldData: no visible global function definition for ‘read.csv’
plot.CM: no visible global function definition for ‘par’
plot.CM: no visible global function definition for ‘points’
plot.CM: no visible global function definition for ‘text’
plot.CM: no visible global function definition for ‘arrows’
plot.SR: no visible global function definition for ‘plot’
plot.SR: no visible global function definition for ‘par’
plot.SR: no visible global function definition for ‘arrows’
plot.SR: no visible global function definition for ‘text’
plot.SR: no visible global function definition for ‘lines’
plot.vector: no visible global function definition for ‘plot.default’
plot.vector: no visible global function definition for ‘abline’
plot.vector: no visible global function definition for ‘par’
plot.vector: no visible global function definition for ‘text’
plotPolarSegment: no visible global function definition for ‘points’
plotPolarSegment: no visible global function definition for ‘segments’
Undefined global functions or variables:
abline arrows lines par plot plot.default points read.csv segments
text
Consider adding
importFrom("graphics", "abline", "arrows", "lines", "par", "plot",
"plot.default", "points", "segments", "text")
importFrom("utils", "read.csv")
to your NAMESPACE.
Flavors: 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