Last updated on 2022-09-11 12:56:18 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.18.0.1 | 4.75 | 95.76 | 100.51 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.18.0.1 | 4.05 | 70.23 | 74.28 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.18.0.1 | 142.54 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.18.0.1 | 141.03 | OK | |||
r-devel-windows-x86_64 | 2.18.0.1 | 75.00 | 129.00 | 204.00 | ERROR | |
r-patched-linux-x86_64 | 2.18.0.1 | 7.66 | 93.60 | 101.26 | OK | |
r-release-linux-x86_64 | 2.18.0.1 | 6.10 | 95.39 | 101.49 | OK | |
r-release-macos-arm64 | 2.18.0.1 | 48.00 | OK | |||
r-release-macos-x86_64 | 2.18.0.1 | 71.00 | OK | |||
r-release-windows-x86_64 | 2.18.0.1 | 52.00 | 124.00 | 176.00 | ERROR | |
r-oldrel-macos-arm64 | 2.18.0.1 | 52.00 | OK | |||
r-oldrel-macos-x86_64 | 2.18.0.1 | 72.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 2.18.0.1 | 12.00 | 240.00 | 252.00 | OK |
Version: 2.18.0.1
Check: Rd cross-references
Result: NOTE
Undeclared package ‘reshape’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 2.18.0.1
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.3/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-devel-windows-x86_64
Version: 2.18.0.1
Check: tests
Result: ERROR
Running 'runRUnitTests.R' [2s]
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
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64
Version: 2.18.0.1
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