CRAN Package Check Results for Package dataview

Last updated on 2019-12-21 10:47:42 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.1.1 2.78 25.23 28.01 ERROR
r-devel-linux-x86_64-debian-gcc 2.1.1 2.48 19.74 22.22 ERROR
r-devel-linux-x86_64-fedora-clang 2.1.1 34.37 NOTE
r-devel-linux-x86_64-fedora-gcc 2.1.1 33.02 NOTE
r-devel-windows-ix86+x86_64 2.1.1 9.00 38.00 47.00 NOTE
r-devel-windows-ix86+x86_64-gcc8 2.1.1 12.00 39.00 51.00 NOTE
r-patched-linux-x86_64 2.1.1 NOTE
r-patched-solaris-x86 2.1.1 48.30 NOTE
r-release-linux-x86_64 2.1.1 2.42 23.76 26.18 NOTE
r-release-windows-ix86+x86_64 2.1.1 11.00 49.00 60.00 NOTE
r-release-osx-x86_64 2.1.1 NOTE
r-oldrel-windows-ix86+x86_64 2.1.1 3.00 45.00 48.00 NOTE
r-oldrel-osx-x86_64 2.1.1 NOTE

Check Details

Version: 2.1.1
Check: R code for possible problems
Result: NOTE
    browse: no visible global function definition for 'slot'
    browse: no visible global function definition for 'page'
    default.options: no visible binding for global variable 'object.size'
    heat.view: no visible global function definition for 'head'
    heat.view: no visible global function definition for 'tail'
    whos: no visible global function definition for 'slotNames'
    whos : <anonymous> : <anonymous>: no visible global function definition
     for 'slot'
    Undefined global functions or variables:
     head object.size page slot slotNames tail
    Consider adding
     importFrom("methods", "slot", "slotNames")
     importFrom("utils", "head", "object.size", "page", "tail")
    to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
    contains 'methods').
    
    Found the following calls to attach():
    File 'dataview/R/browse.R':
     attach(x)
    File 'dataview/R/entry_view.R':
     attach(x)
    See section 'Good practice' in '?attach'.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 2.1.1
Check: examples
Result: ERROR
    Running examples in 'dataview-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: heat.view
    > ### Title: Display heatmaps and heatvectors.
    > ### Aliases: heat.view
    >
    > ### ** Examples
    >
    > data(iris)
    > heat.view(iris$Species)
     1: <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m<1b>[0m
     71: <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m<1b>[0m
    141: <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m <1b>[0m<1b>[0m
    
     setosa<1b>[0m, versicolor<1b>[0m, virginica<1b>[0m
    > heat.view(matrix(iris$Petal.Width, 3, 50, byrow=TRUE,
    + dimnames=list(levels(iris$Species), NULL)), pal="purples")
    Error in switch(class(x), logical = { : EXPR must be a length 1 vector
    Calls: heat.view
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 2.1.1
Check: R code for possible problems
Result: NOTE
    browse: no visible global function definition for ‘slot’
    browse: no visible global function definition for ‘page’
    default.options: no visible binding for global variable ‘object.size’
    heat.view: no visible global function definition for ‘head’
    heat.view: no visible global function definition for ‘tail’
    whos: no visible global function definition for ‘slotNames’
    whos : <anonymous> : <anonymous>: no visible global function definition
     for ‘slot’
    Undefined global functions or variables:
     head object.size page slot slotNames tail
    Consider adding
     importFrom("methods", "slot", "slotNames")
     importFrom("utils", "head", "object.size", "page", "tail")
    to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
    contains 'methods').
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8, r-patched-solaris-x86, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64