Last updated on 2015-11-20 00:47:39.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-gcc | 1.3.1 | 0.80 | 15.11 | 15.92 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.3.1 | 31.61 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.3.1 | 27.91 | NOTE | |||
r-devel-osx-x86_64-clang | 1.3.1 | 35.98 | OK | |||
r-devel-windows-ix86+x86_64 | 1.3.1 | 5.00 | 34.00 | 39.00 | NOTE | |
r-patched-linux-x86_64 | 1.3.1 | 0.85 | 16.34 | 17.19 | OK | |
r-patched-solaris-sparc | 1.3.1 | 200.30 | OK | |||
r-patched-solaris-x86 | 1.3.1 | 43.70 | OK | |||
r-release-linux-x86_64 | 1.3.1 | 1.16 | 16.97 | 18.13 | OK | |
r-release-osx-x86_64-mavericks | 1.3.1 | OK | ||||
r-release-windows-ix86+x86_64 | 1.3.1 | 5.00 | 53.00 | 58.00 | OK | |
r-oldrel-windows-ix86+x86_64 | 1.3.1 | 8.00 | 53.00 | 61.00 | OK |
Version: 1.3.1
Check: R code for possible problems
Result: NOTE
export.qm: no visible global function definition for ‘capture.output’
export.qm : pqmethod.output: no visible global function definition for
‘cor’
export.qm : pqmethod.output: no visible global function definition for
‘combn’
export.qm : pqmethod.output: no visible binding for global variable
‘var’
import.htmlq: no visible global function definition for ‘read.csv2’
import.pqmethod: no visible global function definition for ‘read.delim’
import.pqmethod: no visible global function definition for ‘read.fwf’
import.q.feedback: no visible global function definition for ‘read.csv’
import.q.sorts: no visible global function definition for ‘read.csv’
import.q.sorts: no visible global function definition for ‘na.omit’
plot.QmethodRes: no visible binding for global variable ‘sd’
plot.QmethodRes: no visible global function definition for ‘rainbow’
plot.QmethodRes: no visible global function definition for ‘dotchart’
plot.QmethodRes: no visible global function definition for ‘grey’
plot.QmethodRes: no visible global function definition for ‘points’
plot.QmethodRes: no visible global function definition for ‘axis’
plot.QmethodRes: no visible global function definition for ‘abline’
qdc: no visible global function definition for ‘combn’
qfcharact: no visible binding for global variable ‘sd’
qfcharact: no visible global function definition for ‘cor’
qmethod: no visible global function definition for ‘cor’
qzscores: no visible global function definition for ‘sd’
Undefined global functions or variables:
abline axis capture.output combn cor dotchart grey na.omit points
rainbow read.csv read.csv2 read.delim read.fwf sd var
Consider adding
importFrom("grDevices", "grey", "rainbow")
importFrom("graphics", "abline", "axis", "dotchart", "points")
importFrom("stats", "cor", "na.omit", "sd", "var")
importFrom("utils", "capture.output", "combn", "read.csv", "read.csv2",
"read.delim", "read.fwf")
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