CRAN Package Check Results for Package ref

Last updated on 2018-06-14 08:49:31 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.99 0.30 1.05 1.35 ERROR
r-devel-linux-x86_64-debian-gcc 0.99 1.26 15.58 16.84 ERROR
r-devel-linux-x86_64-fedora-clang 0.99 25.00 NOTE
r-devel-linux-x86_64-fedora-gcc 0.99 23.70 NOTE
r-devel-windows-ix86+x86_64 0.99 3.00 26.00 29.00 NOTE
r-patched-linux-x86_64 0.99 1.53 18.63 20.16 ERROR
r-patched-solaris-x86 0.99 36.10 NOTE
r-release-linux-x86_64 0.99 1.73 18.43 20.16 ERROR
r-release-windows-ix86+x86_64 0.99 5.00 27.00 32.00 NOTE
r-release-osx-x86_64 0.99 NOTE
r-oldrel-windows-ix86+x86_64 0.99 3.00 28.00 31.00 NOTE
r-oldrel-osx-x86_64 0.99 NOTE

Check Details

Version: 0.99
Check: whether package can be installed
Result: ERROR
    Installation failed.
Flavor: r-devel-linux-x86_64-debian-clang

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

Version: 0.99
Check: S3 generic/method consistency
Result: NOTE
    Found the following apparent S3 methods exported but not registered:
     $.refdata $<-.refdata [.refdata [<-.refdata [[.refdata [[<-.refdata
     dim.refdata dimnames.refdata names.refdata plot.HanoiTower
     print.HanoiTower print.ref print.refdata row.names.refdata
    See section ‘Registering S3 methods’ in the ‘Writing R Extensions’
    manual.
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64

Version: 0.99
Check: R code for possible problems
Result: NOTE
    HanoiTower: no visible global function definition for ‘object.size’
    plot.HanoiTower: no visible global function definition for ‘plot’
    plot.HanoiTower: no visible global function definition for ‘polygon’
    plot.HanoiTower: no visible global function definition for ‘text’
    Undefined global functions or variables:
     object.size plot polygon text
    Consider adding
     importFrom("graphics", "plot", "polygon", "text")
     importFrom("utils", "object.size")
    to your NAMESPACE file.
Flavors: 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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64

Version: 0.99
Check: examples
Result: ERROR
    Running examples in ‘ref-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: refdata
    > ### Title: subsettable reference to matrix or data.frame
    > ### Aliases: refdata derefdata derefdata<- [.refdata [<-.refdata [[.refdata
    > ### [[<-.refdata $.refdata $<-.refdata dim.refdata dimnames.refdata
    > ### row.names.refdata names.refdata print.refdata
    > ### Keywords: programming manip
    >
    > ### ** Examples
    >
    >
    > ## Simple usage Example
    > x <- cbind(1:5, 5:1) # take a matrix or data frame
    > rx <- refdata(x) # wrap it into an refdata object
    > rx # see the autoprinting
    list()
    attr(,"dat")
    <environment: 0x55fb2601b3d8>
    attr(,"ind")
    <environment: 0x55fb2601b790>
    attr(,"class")
    [1] "refdata" "matrix"
    > rm(x) # delete original to save memory
    > rx[] # extract all data
    list()
    attr(,"dat")
    <environment: 0x55fb2601b3d8>
    attr(,"ind")
    <environment: 0x55fb2601b790>
    > rx[-1, ] # extract part of data
    Error in rx[-1, ] : incorrect number of dimensions
    Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.99
Check: examples
Result: ERROR
    Running examples in ‘ref-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: refdata
    > ### Title: subsettable reference to matrix or data.frame
    > ### Aliases: refdata derefdata derefdata<- [.refdata [<-.refdata [[.refdata
    > ### [[<-.refdata $.refdata $<-.refdata dim.refdata dimnames.refdata
    > ### row.names.refdata names.refdata print.refdata
    > ### Keywords: programming manip
    >
    > ### ** Examples
    >
    >
    > ## Simple usage Example
    > x <- cbind(1:5, 5:1) # take a matrix or data frame
    > rx <- refdata(x) # wrap it into an refdata object
    > rx # see the autoprinting
    list()
    attr(,"dat")
    <environment: 0x556068f71f20>
    attr(,"ind")
    <environment: 0x556068f722d8>
    attr(,"class")
    [1] "refdata" "matrix"
    > rm(x) # delete original to save memory
    > rx[] # extract all data
    list()
    attr(,"dat")
    <environment: 0x556068f71f20>
    attr(,"ind")
    <environment: 0x556068f722d8>
    > rx[-1, ] # extract part of data
    Error in rx[-1, ] : incorrect number of dimensions
    Execution halted
Flavor: r-patched-linux-x86_64

Version: 0.99
Check: examples
Result: ERROR
    Running examples in ‘ref-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: refdata
    > ### Title: subsettable reference to matrix or data.frame
    > ### Aliases: refdata derefdata derefdata<- [.refdata [<-.refdata [[.refdata
    > ### [[<-.refdata $.refdata $<-.refdata dim.refdata dimnames.refdata
    > ### row.names.refdata names.refdata print.refdata
    > ### Keywords: programming manip
    >
    > ### ** Examples
    >
    >
    > ## Simple usage Example
    > x <- cbind(1:5, 5:1) # take a matrix or data frame
    > rx <- refdata(x) # wrap it into an refdata object
    > rx # see the autoprinting
    list()
    attr(,"dat")
    <environment: 0x55c6db901c90>
    attr(,"ind")
    <environment: 0x55c6db902080>
    attr(,"class")
    [1] "refdata" "matrix"
    > rm(x) # delete original to save memory
    > rx[] # extract all data
    list()
    attr(,"dat")
    <environment: 0x55c6db901c90>
    attr(,"ind")
    <environment: 0x55c6db902080>
    > rx[-1, ] # extract part of data
    Error in rx[-1, ] : incorrect number of dimensions
    Execution halted
Flavor: r-release-linux-x86_64