Last updated on 2020-08-07 01:49:52 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 13.24 | 110.22 | 123.46 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1 | 11.34 | 80.71 | 92.05 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1 | 152.28 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 143.26 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1 | 47.00 | 118.00 | 165.00 | NOTE | |
r-patched-linux-x86_64 | 1.1 | 10.56 | 104.77 | 115.33 | NOTE | |
r-patched-solaris-x86 | 1.1 | 227.20 | NOTE | |||
r-release-linux-x86_64 | 1.1 | 10.67 | 105.85 | 116.52 | NOTE | |
r-release-macos-x86_64 | 1.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.1 | 33.00 | 165.00 | 198.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.1 | 22.00 | 102.00 | 124.00 | NOTE |
Version: 1.1
Check: R code for possible problems
Result: NOTE
.default_model: no visible global function definition for 'is'
.guess_type: no visible global function definition for 'is.ts'
.parse_trans: no visible binding for global variable 'qnorm'
do_get_data_from_disk: no visible global function definition for
'read.csv'
do_get_data_from_mi: no visible global function definition for 'data'
do_get_data_from_r : <anonymous>: no visible global function definition
for 'is'
do_parametric_eval : <anonymous>: no visible global function definition
for 'dev.off'
do_parametric_eval : <anonymous>: no visible global function definition
for 'title'
do_var_options : varHandler2: no visible global function definition for
'is'
do_var_options : varHandler3: no visible global function definition for
'getClass'
do_var_options : varHandler3: no visible global function definition for
'is'
do_var_options : changeHandler: no visible global function definition
for 'is'
do_var_options : <anonymous>: no visible global function definition for
'title'
do_var_options: no visible global function definition for 'getClass'
do_var_options: no visible global function definition for 'is'
helpHandler: no visible global function definition for 'browseURL'
is.method_in_mi: no visible global function definition for
'selectMethod'
is.method_in_mi: no visible global function definition for 'signature'
Undefined global functions or variables:
browseURL data dev.off getClass is is.ts qnorm read.csv selectMethod
signature title
Consider adding
importFrom("grDevices", "dev.off")
importFrom("graphics", "title")
importFrom("methods", "getClass", "is", "selectMethod", "signature")
importFrom("stats", "is.ts", "qnorm")
importFrom("utils", "browseURL", "data", "read.csv")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
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.1
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘gWidgets2RGtk2’
Flavor: r-oldrel-macos-x86_64