CRAN Package Check Results for Package VecStatGraphs3D

Last updated on 2020-08-07 01:50:05 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.6 5.87 47.29 53.16 NOTE
r-devel-linux-x86_64-debian-gcc 1.6 4.66 38.46 43.12 NOTE
r-devel-linux-x86_64-fedora-clang 1.6 76.39 NOTE
r-devel-linux-x86_64-fedora-gcc 1.6 67.02 NOTE
r-devel-windows-ix86+x86_64 1.6 27.00 64.00 91.00 NOTE
r-patched-linux-x86_64 1.6 6.12 49.11 55.23 NOTE
r-patched-solaris-x86 1.6 97.00 NOTE
r-release-linux-x86_64 1.6 6.41 49.25 55.66 NOTE
r-release-macos-x86_64 1.6 NOTE
r-release-windows-ix86+x86_64 1.6 27.00 87.00 114.00 NOTE
r-oldrel-macos-x86_64 1.6 ERROR
r-oldrel-windows-ix86+x86_64 1.6 13.00 81.00 94.00 NOTE

Check Details

Version: 1.6
Check: R code for possible problems
Result: NOTE
    DrawDensity3D: no visible global function definition for 'colorRamp'
    DrawDensity3D: no visible global function definition for 'rgb'
    ReadFromFile3D: no visible global function definition for 'read.table'
    Undefined global functions or variables:
     colorRamp read.table rgb
    Consider adding
     importFrom("grDevices", "colorRamp", "rgb")
     importFrom("utils", "read.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-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.6
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     Warning: 'rgl_init' failed, running with rgl.useNULL = TRUE
Flavor: r-oldrel-macos-x86_64

Version: 1.6
Check: examples
Result: ERROR
    Running examples in ‘VecStatGraphs3D-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: DrawModuleAndAngleDistribution3D
    > ### Title: Graphic representation of Module and Angle Distribution.
    > ### Aliases: DrawModuleAndAngleDistribution3D
    > ### Keywords: graphics
    >
    > ### ** Examples
    >
    > FileName<-system.file("data/XYZcoor.txt", package="VecStatGraphs3D")
    > dat<-LoadData3D(FileName, Type=1)
    > DrawModuleAndAngleDistribution3D(dat, plane="XY");
    Error in structure(.External(.C_dotTclObjv, objv), class = "tclObj") :
     [tcl] invalid command name "toplevel".
    Calls: DrawModuleAndAngleDistribution3D ... tktoplevel -> tkwidget -> tcl -> .Tcl.objv -> structure
    Execution halted
Flavor: r-oldrel-macos-x86_64