CRAN Package Check Results for Package gdata

Last updated on 2022-04-24 03:52:26 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.18.0 6.35 102.78 109.13 WARN
r-devel-linux-x86_64-debian-gcc 2.18.0 4.59 74.07 78.66 WARN
r-devel-linux-x86_64-fedora-clang 2.18.0 129.80 WARN
r-devel-linux-x86_64-fedora-gcc 2.18.0 131.61 WARN
r-patched-linux-x86_64 2.18.0 6.61 99.47 106.08 OK
r-release-linux-x86_64 2.18.0 5.12 99.38 104.50 OK
r-release-macos-arm64 2.18.0 OK
r-release-macos-x86_64 2.18.0 OK
r-release-windows-x86_64 2.18.0 68.00 118.00 186.00 ERROR
r-oldrel-macos-arm64 2.18.0 OK
r-oldrel-macos-x86_64 2.18.0 OK
r-oldrel-windows-ix86+x86_64 2.18.0 10.00 234.00 244.00 OK

Check Details

Version: 2.18.0
Check: Rd files
Result: WARN
    checkRd: (7) rename.vars.Rd:50: invalid email address: macq\@llnl.gov
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

Version: 2.18.0
Check: Rd cross-references
Result: NOTE
    Undeclared package ‘reshape’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 2.18.0
Check: examples
Result: ERROR
    Running examples in 'gdata-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: read.xls
    > ### Title: Read Excel files
    > ### Aliases: read.xls xls2csv xls2tab xls2tsv xls2sep
    > ### Keywords: file
    >
    > ### ** Examples
    >
    >
    > # iris.xls is included in the gregmisc package for use as an example
    > xlsfile <- file.path(path.package('gdata'),'xls','iris.xls')
    > xlsfile
    [1] "D:/RCompile/CRANpkg/lib/4.2/gdata/xls/iris.xls"
    >
    > iris <- read.xls(xlsfile) # defaults to csv format
    Error in findPerl(perl, verbose = verbose) :
     perl executable not found. Use perl= argument to specify the correct path.
    Calls: read.xls -> xls2sep -> findPerl
    Error in file.exists(tfn) : invalid 'file' argument
    Calls: read.xls -> file.exists
    Execution halted
Flavor: r-release-windows-x86_64

Version: 2.18.0
Check: tests
Result: ERROR
     Running 'runRUnitTests.R' [1s]
     Running 'test.humanReadable.R' [1s]
     Comparing 'test.humanReadable.Rout' to 'test.humanReadable.Rout.save' ...4,5c4
    < gdata: Unable to load perl libaries needed by read.xls()
    < gdata: to support 'XLX' (Excel 97-2004) files.
    ---
    > gdata: read.xls support for 'XLS' (Excel 97-2004) files ENABLED.
    7,12c6
    < gdata: Unable to load perl libaries needed by read.xls()
    < gdata: to support 'XLSX' (Excel 2007+) files.
    <
    < gdata: Run the function 'installXLSXsupport()'
    < gdata: to automatically download and install the perl
    < gdata: libaries needed to support Excel XLS and XLSX formats.
    ---
    > gdata: read.xls support for 'XLSX' (Excel 2007+) files ENABLED.
     Running 'test.read.xls.R' [1s]
     Running 'test.reorder.factor.R' [1s]
     Comparing 'test.reorder.factor.Rout' to 'test.reorder.factor.Rout.save' ...15,16c15
    < gdata: Unable to load perl libaries needed by read.xls()
    < gdata: to support 'XLX' (Excel 97-2004) files.
    ---
    > gdata: read.xls support for 'XLS' (Excel 97-2004) files ENABLED.
    18,23c17
    < gdata: Unable to load perl libaries needed by read.xls()
    < gdata: to support 'XLSX' (Excel 2007+) files.
    <
    < gdata: Run the function 'installXLSXsupport()'
    < gdata: to automatically download and install the perl
    < gdata: libaries needed to support Excel XLS and XLSX formats.
    ---
    > gdata: read.xls support for 'XLSX' (Excel 2007+) files ENABLED.
     Running 'test.write.fwf.eol.R' [1s]
     Running 'tests.write.fwf.R' [1s]
     Comparing 'tests.write.fwf.Rout' to 'tests.write.fwf.Rout.save' ...11,12c11
    < gdata: Unable to load perl libaries needed by read.xls()
    < gdata: to support 'XLX' (Excel 97-2004) files.
    ---
    > gdata: read.xls support for 'XLS' (Excel 97-2004) files ENABLED.
    14,19c13
    < gdata: Unable to load perl libaries needed by read.xls()
    < gdata: to support 'XLSX' (Excel 2007+) files.
    <
    < gdata: Run the function 'installXLSXsupport()'
    < gdata: to automatically download and install the perl
    < gdata: libaries needed to support Excel XLS and XLSX formats.
    ---
    > gdata: read.xls support for 'XLSX' (Excel 2007+) files ENABLED.
    Running the tests in 'tests/test.read.xls.R' failed.
    Complete output:
     > library(gdata)
     gdata: Unable to load perl libaries needed by read.xls()
     gdata: to support 'XLX' (Excel 97-2004) files.
    
     gdata: Unable to load perl libaries needed by read.xls()
     gdata: to support 'XLSX' (Excel 2007+) files.
    
     gdata: Run the function 'installXLSXsupport()'
     gdata: to automatically download and install the perl
     gdata: libaries needed to support Excel XLS and XLSX formats.
    
     Attaching package: 'gdata'
    
     The following object is masked from 'package:stats':
    
     nobs
    
     The following object is masked from 'package:utils':
    
     object.size
    
     The following object is masked from 'package:base':
    
     startsWith
    
     >
     > if ( ! 'XLSX' %in% xlsFormats() )
     + {
     + try( installXLSXsupport() )
     + }
     Error in system(cmd, intern = TRUE) :
     Calls: %in% -> xlsFormats -> system
     Execution halted
Flavor: r-release-windows-x86_64