CRAN Package Check Results for Package gtools

Last updated on 2015-09-06 23:47:26.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.5.0 1.04 19.78 20.82 NOTE
r-devel-linux-x86_64-debian-gcc 3.5.0 1.26 19.11 20.37 NOTE
r-devel-linux-x86_64-fedora-clang 3.5.0 33.81 NOTE
r-devel-linux-x86_64-fedora-gcc 3.5.0 31.82 NOTE
r-devel-osx-x86_64-clang 3.5.0 37.54 NOTE
r-devel-windows-ix86+x86_64 3.5.0 9.00 49.00 58.00 NOTE
r-patched-linux-x86_64 3.5.0 1.29 19.90 21.20 NOTE
r-patched-solaris-sparc 3.5.0 230.40 NOTE
r-patched-solaris-x86 3.5.0 51.90 NOTE
r-release-linux-x86_64 3.5.0 1.20 20.29 21.49 NOTE
r-release-osx-x86_64-mavericks 3.5.0 NOTE
r-release-windows-ix86+x86_64 3.5.0 9.00 49.00 58.00 NOTE
r-oldrel-windows-ix86+x86_64 3.5.0 7.00 23.00 30.00 ERROR

Check Details

Version: 3.5.0
Check: R code for possible problems
Result: NOTE
    Found the following possibly unsafe calls:
    File ‘gtools/R/unByteCode.R’:
     unlockBinding(name, env = env)
    
    checkReverseDependencies: no visible global function definition for
     ‘available.packages’
    getDependencies: no visible global function definition for
     ‘installed.packages’
    getDependencies: no visible global function definition for
     ‘available.packages’
    getDependencies: no visible global function definition for
     ‘flush.console’
    keywords: no visible global function definition for ‘na.omit’
    keywords : topics: no visible global function definition for
     ‘help.search’
    loadedPackages : <anonymous>: no visible global function definition for
     ‘packageVersion’
    quantcut: no visible global function definition for ‘quantile’
    rdirichlet: no visible global function definition for ‘rgamma’
    running: no visible global function definition for ‘new’
    smartbind: no visible global function definition for ‘head’
    stars.pval: no visible global function definition for ‘symnum’
    Undefined global functions or variables:
     available.packages flush.console head help.search installed.packages
     na.omit new packageVersion quantile rgamma symnum
    Consider adding
     importFrom("methods", "new")
     importFrom("stats", "na.omit", "quantile", "rgamma", "symnum")
     importFrom("utils", "available.packages", "flush.console", "head",
     "help.search", "installed.packages", "packageVersion")
    to your NAMESPACE (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

Version: 3.5.0
Check: R code for possible problems
Result: NOTE
    Found the following possibly unsafe calls:
    File ‘gtools/R/unByteCode.R’:
     unlockBinding(name, env = env)
Flavors: r-devel-osx-x86_64-clang, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64-mavericks, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 3.5.0
Check: running examples for arch ‘i386’
Result: ERROR
    Running examples in 'gtools-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: unByteCode
    > ### Title: Convert a Byte-Code Function to an Interpreted-Code Function
    > ### Aliases: unByteCode unByteCodeAssign assignEdgewise
    > ### Keywords: programming utilites
    >
    > ### ** Examples
    >
    > datURL <- "https://bugs.r-project.org/bugzilla/attachment.cgi?id=1659"
    > dat <- as.matrix(read.csv(file=datURL, row.names=1))
    Error in file(file, "rt") : for https:// URLs use setInternet2(TRUE)
    Calls: as.matrix -> read.csv -> read.table -> file
    Execution halted
Flavor: r-oldrel-windows-ix86+x86_64

Version: 3.5.0
Check: running examples for arch ‘x64’
Result: ERROR
    Running examples in 'gtools-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: unByteCode
    > ### Title: Convert a Byte-Code Function to an Interpreted-Code Function
    > ### Aliases: unByteCode unByteCodeAssign assignEdgewise
    > ### Keywords: programming utilites
    >
    > ### ** Examples
    >
    > datURL <- "https://bugs.r-project.org/bugzilla/attachment.cgi?id=1659"
    > dat <- as.matrix(read.csv(file=datURL, row.names=1))
    Error in file(file, "rt") : for https:// URLs use setInternet2(TRUE)
    Calls: as.matrix -> read.csv -> read.table -> file
    Execution halted
Flavor: r-oldrel-windows-ix86+x86_64