CRAN Package Check Results for Package raveio

Last updated on 2020-09-17 02:08:21 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.3 10.95 62.62 73.57 OK
r-devel-linux-x86_64-debian-gcc 0.0.3 10.12 48.19 58.31 OK
r-devel-linux-x86_64-fedora-clang 0.0.3 101.39 OK
r-devel-linux-x86_64-fedora-gcc 0.0.3 90.50 OK
r-devel-windows-ix86+x86_64 0.0.3 23.00 74.00 97.00 OK
r-patched-linux-x86_64 0.0.3 12.20 60.61 72.81 OK
r-patched-solaris-x86 0.0.3 116.50 ERROR
r-release-linux-x86_64 0.0.3 12.12 60.25 72.37 OK
r-release-macos-x86_64 0.0.3 OK
r-release-windows-ix86+x86_64 0.0.3 23.00 96.00 119.00 OK
r-oldrel-macos-x86_64 0.0.3 WARN
r-oldrel-windows-ix86+x86_64 0.0.3 21.00 89.00 110.00 OK

Check Details

Version: 0.0.3
Check: dependencies in R code
Result: NOTE
    prtconf: devinfo facility not available
    prtconf: devinfo facility not available
Flavor: r-patched-solaris-x86

Version: 0.0.3
Check: S3 generic/method consistency
Result: WARN
    prtconf: devinfo facility not available
    prtconf: devinfo facility not available
    See section ‘Generic functions and methods’ in the ‘Writing R
    Extensions’ manual.
Flavor: r-patched-solaris-x86

Version: 0.0.3
Check: replacement functions
Result: WARN
    prtconf: devinfo facility not available
    prtconf: devinfo facility not available
    The argument of a replacement function which corresponds to the right
    hand side must be named ‘value’.
Flavor: r-patched-solaris-x86

Version: 0.0.3
Check: foreign function calls
Result: NOTE
    prtconf: devinfo facility not available
    prtconf: devinfo facility not available
    See chapter ‘System and foreign language interfaces’ in the ‘Writing R
    Extensions’ manual.
Flavor: r-patched-solaris-x86

Version: 0.0.3
Check: R code for possible problems
Result: NOTE
    prtconf: devinfo facility not available
    prtconf: devinfo facility not available
    prtconf: devinfo facility not available
    prtconf: devinfo facility not available
Flavor: r-patched-solaris-x86

Version: 0.0.3
Check: for missing documentation entries
Result: WARN
    prtconf: devinfo facility not available
    prtconf: devinfo facility not available
    All user-level objects in a package should have documentation entries.
    See chapter ‘Writing R documentation files’ in the ‘Writing R
    Extensions’ manual.
Flavor: r-patched-solaris-x86

Version: 0.0.3
Check: for code/documentation mismatches
Result: WARN
    prtconf: devinfo facility not available
    prtconf: devinfo facility not available
    prtconf: devinfo facility not available
    prtconf: devinfo facility not available
    prtconf: devinfo facility not available
    prtconf: devinfo facility not available
Flavor: r-patched-solaris-x86

Version: 0.0.3
Check: Rd \usage sections
Result: NOTE
    prtconf: devinfo facility not available
    prtconf: devinfo facility not available
    The \usage entries for S3 methods should use the \method markup and not
    their full name.
    See chapter ‘Writing R documentation files’ in the ‘Writing R
    Extensions’ manual.
Flavor: r-patched-solaris-x86

Version: 0.0.3
Check: examples
Result: ERROR
    Running examples in ‘raveio-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: LazyFST
    > ### Title: R6 Class to Load 'fst' Files
    > ### Aliases: LazyFST
    >
    > ### ** Examples
    >
    >
    > # Data to save, total 8 MB
    > x <- matrix(rnorm(1000000), ncol = 100)
    >
    > # Save to local disk
    > f <- tempfile()
    > fst::write_fst(as.data.frame(x), path = f)
    >
    > # Load via LazyFST
    > dat <- LazyFST$new(file_path = f, dims = c(10000, 100))
    >
    > # dat < 1 MB
    > pryr::object_size(dat)
    22.7 kB
    >
    > # Check whether the data is identical
    > range(dat[] - x)
    
     *** caught segfault ***
    address e25a59ac, cause 'memory not mapped'
Flavor: r-patched-solaris-x86

Version: 0.0.3
Check: dependencies in R code
Result: NOTE
    sh: sysctl: command not found
    sh: sysctl: command not found
Flavor: r-oldrel-macos-x86_64

Version: 0.0.3
Check: S3 generic/method consistency
Result: WARN
    sh: sysctl: command not found
    sh: sysctl: command not found
    See section ‘Generic functions and methods’ in the ‘Writing R
    Extensions’ manual.
Flavor: r-oldrel-macos-x86_64

Version: 0.0.3
Check: replacement functions
Result: WARN
    sh: sysctl: command not found
    sh: sysctl: command not found
    The argument of a replacement function which corresponds to the right
    hand side must be named ‘value’.
Flavor: r-oldrel-macos-x86_64

Version: 0.0.3
Check: foreign function calls
Result: NOTE
    sh: sysctl: command not found
    sh: sysctl: command not found
    See chapter ‘System and foreign language interfaces’ in the ‘Writing R
    Extensions’ manual.
Flavor: r-oldrel-macos-x86_64

Version: 0.0.3
Check: R code for possible problems
Result: NOTE
    sh: sysctl: command not found
    sh: sysctl: command not found
Flavor: r-oldrel-macos-x86_64

Version: 0.0.3
Check: for missing documentation entries
Result: WARN
    sh: sysctl: command not found
    sh: sysctl: command not found
    All user-level objects in a package should have documentation entries.
    See chapter ‘Writing R documentation files’ in the ‘Writing R
    Extensions’ manual.
Flavor: r-oldrel-macos-x86_64

Version: 0.0.3
Check: for code/documentation mismatches
Result: WARN
    sh: sysctl: command not found
    sh: sysctl: command not found
    sh: sysctl: command not found
    sh: sysctl: command not found
    sh: sysctl: command not found
    sh: sysctl: command not found
Flavor: r-oldrel-macos-x86_64

Version: 0.0.3
Check: Rd \usage sections
Result: NOTE
    sh: sysctl: command not found
    sh: sysctl: command not found
    The \usage entries for S3 methods should use the \method markup and not
    their full name.
    See chapter ‘Writing R documentation files’ in the ‘Writing R
    Extensions’ manual.
Flavor: r-oldrel-macos-x86_64