CRAN Package Check Results for Maintainer ‘Gregory R. Warnes <greg at warnes.net>’

Last updated on 2022-08-15 08:50:24 CEST.

Package ERROR NOTE OK
gdata 2 1 10
genetics 1 12
gmodels 1 12
namespace 13

Package gdata

Current CRAN status: ERROR: 2, NOTE: 1, OK: 10

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' [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-devel-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

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
Flavor: r-release-windows-x86_64

Package genetics

Current CRAN status: NOTE: 1, OK: 12

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

Package gmodels

Current CRAN status: NOTE: 1, OK: 12

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

Package namespace

Current CRAN status: NOTE: 13

Version: 0.9.1
Check: DESCRIPTION meta-information
Result: NOTE
    Malformed Description field: should contain one or more complete sentences.
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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.9.1
Check: compiled code
Result: NOTE
    File ‘namespace/libs/namespace.so’:
     Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
    
    It is good practice to register native routines and to disable symbol
    search.
    
    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc