Last updated on 2022-03-06 12:51:23 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 2.58 | 36.84 | 39.42 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1 | NOTE | ||||
r-devel-linux-x86_64-fedora-clang | 1.1 | 49.93 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 40.46 | NOTE | |||
r-devel-windows-x86_64-new-UL | 1.1 | 20.00 | 50.00 | 70.00 | NOTE | |
r-devel-windows-x86_64-new-TK | 1.1 | NOTE | ||||
r-patched-linux-x86_64 | 1.1 | 3.26 | 36.93 | 40.19 | NOTE | |
r-release-linux-x86_64 | 1.1 | NOTE | ||||
r-release-macos-arm64 | 1.1 | NOTE | ||||
r-release-macos-x86_64 | 1.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.1 | 6.00 | 43.00 | 49.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.1 | 6.00 | 42.00 | 48.00 | NOTE |
Version: 1.1
Check: R code for possible problems
Result: NOTE
ImportData: no visible global function definition for 'read.table'
ImportData: no visible global function definition for 'write.table'
ImportData: no visible global function definition for 'pdf'
ImportData: no visible global function definition for 'title'
ImportData: no visible global function definition for 'dev.off'
QCRep: no visible global function definition for 'pdf'
QCRep: no visible global function definition for 'par'
QCRep: no visible global function definition for 'axis'
QCRep: no visible global function definition for 'title'
QCRep: no visible global function definition for 'rgb'
QCRep: no visible global function definition for 'points'
QCRep: no visible global function definition for 'text'
QCRep: no visible global function definition for 'legend'
QCRep: no visible global function definition for 'boxplot'
QCRep: no visible global function definition for 'dev.off'
QCRep: no visible global function definition for 'write.table'
QCplot: no visible global function definition for 'axis'
QCplot: no visible global function definition for 'box'
QCplot: no visible global function definition for 'points'
QCplot: no visible global function definition for 'legend'
QCplot: no visible global function definition for 'title'
QCplot: no visible global function definition for 'rgb'
splitandplot : <anonymous>: no visible global function definition for
'title'
splitandplot: no visible global function definition for 'title'
write2Pdf: no visible global function definition for 'pdf'
write2Pdf: no visible global function definition for 'par'
write2Pdf: no visible global function definition for 'dev.off'
Undefined global functions or variables:
axis box boxplot dev.off legend par pdf points read.table rgb text
title write.table
Consider adding
importFrom("grDevices", "dev.off", "pdf", "rgb")
importFrom("graphics", "axis", "box", "boxplot", "legend", "par",
"points", "text", "title")
importFrom("utils", "read.table", "write.table")
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-x86_64-new-UL, r-devel-windows-x86_64-new-TK, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64