Last updated on 2016-03-07 23:47:20.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-gcc | 0.2.1 | 0.59 | 10.07 | 10.67 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.2.1 | 17.01 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.1 | 15.49 | NOTE | |||
r-devel-osx-x86_64-clang | 0.2.1 | 20.13 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.2.1 | 5.00 | 26.00 | 31.00 | NOTE | |
r-patched-linux-x86_64 | 0.2.1 | 0.61 | 9.79 | 10.40 | OK | |
r-patched-solaris-sparc | 0.2.1 | 109.50 | OK | |||
r-patched-solaris-x86 | 0.2.1 | 26.60 | OK | |||
r-release-linux-x86_64 | 0.2.1 | 0.64 | 10.27 | 10.91 | OK | |
r-release-osx-x86_64-mavericks | 0.2.1 | OK | ||||
r-release-windows-ix86+x86_64 | 0.2.1 | 5.00 | 23.00 | 28.00 | OK | |
r-oldrel-windows-ix86+x86_64 | 0.2.1 | 5.00 | 35.00 | 40.00 | OK |
Version: 0.2.1
Check: R code for possible problems
Result: NOTE
color_clusters: no visible binding for global variable ‘rainbow’
color_clusters: no visible global function definition for
‘as.dendrogram’
color_clusters : descendTree: no visible global function definition for
‘dendrapply’
colour_clusters: no visible binding for global variable ‘rainbow’
colour_clusters: no visible global function definition for
‘as.dendrogram’
colour_clusters : descendTree: no visible global function definition
for ‘dendrapply’
labels<-.dendrogram : replaceLabel: no visible global function
definition for ‘is.leaf’
labels<-.dendrogram: no visible global function definition for
‘dendrapply’
leaf_colors : leaf_col: no visible global function definition for
‘is.leaf’
leaf_colors: no visible global function definition for ‘dendrapply’
leaf_colours : leaf_col: no visible global function definition for
‘is.leaf’
leaf_colours: no visible global function definition for ‘dendrapply’
set_leaf_colors : leaf_col: no visible global function definition for
‘is.leaf’
set_leaf_colors: no visible global function definition for ‘dendrapply’
set_leaf_colours : leaf_col: no visible global function definition for
‘is.leaf’
set_leaf_colours: no visible global function definition for
‘dendrapply’
slice.dendrogram: no visible global function definition for ‘as.hclust’
slice.hclust: no visible global function definition for ‘cutree’
Undefined global functions or variables:
as.dendrogram as.hclust cutree dendrapply is.leaf rainbow
Consider adding
importFrom("grDevices", "rainbow")
importFrom("stats", "as.dendrogram", "as.hclust", "cutree",
"dendrapply", "is.leaf")
to your NAMESPACE file.
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