CRAN Package Check Results for Package ff

Last updated on 2021-11-01 00:49:38 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 4.0.4 51.37 103.77 155.14 OK
r-devel-linux-x86_64-debian-gcc 4.0.5 38.83 76.76 115.59 OK
r-devel-linux-x86_64-fedora-clang 4.0.5 195.27 OK
r-devel-linux-x86_64-fedora-gcc 4.0.5 196.80 OK
r-devel-windows-x86_64 4.0.5 48.00 101.00 149.00 OK
r-devel-windows-x86_64-gcc10-UCRT 4.0.4 ERROR
r-patched-linux-x86_64 4.0.4 56.31 103.50 159.81 OK
r-patched-solaris-x86 4.0.5 228.00 OK
r-release-linux-x86_64 4.0.5 51.07 102.05 153.12 OK
r-release-macos-arm64 4.0.5 OK
r-release-macos-x86_64 4.0.5 OK
r-release-windows-ix86+x86_64 4.0.4 87.00 135.00 222.00 OK
r-oldrel-macos-x86_64 4.0.5 OK
r-oldrel-windows-ix86+x86_64 4.0.5 88.00 148.00 236.00 OK

Check Details

Version: 4.0.4
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     Warning: 'memory.limit()' is no longer supported
Flavor: r-devel-windows-x86_64-gcc10-UCRT

Version: 4.0.4
Check: whether the namespace can be loaded with stated dependencies
Result: NOTE
    Warning: 'memory.limit()' is no longer supported
    Warning: 'memory.limit()' is no longer supported
    
    A namespace must be able to be loaded with just the base namespace
    loaded: otherwise if the namespace gets loaded by a saved object, the
    session will be unable to start.
    
    Probably some imports need to be declared in the NAMESPACE file.
Flavor: r-devel-windows-x86_64-gcc10-UCRT

Version: 4.0.4
Check: examples
Result: ERROR
    Running examples in 'ff-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: write.table.ffdf
    > ### Title: Exporting csv files from ff data.frames
    > ### Aliases: write.table.ffdf write.csv.ffdf write.csv2.ffdf write.csv
    > ### write.csv2
    > ### Keywords: IO file connection
    >
    > ### ** Examples
    >
    > x <- data.frame(log=rep(c(FALSE, TRUE), length.out=26), int=1:26, dbl=1:26 + 0.1
    + , fac=factor(letters), ord=ordered(LETTERS), dct=Sys.time()+1:26
    + , dat=seq(as.Date("1910/1/1"), length.out=26, by=1), stringsAsFactors = TRUE)
    > ffx <- as.ffdf(x)
    >
    > csvfile <- tempPathFile(path=getOption("fftempdir"), extension="csv")
    >
    > write.csv.ffdf(ffx, file=csvfile)
    Warning in N + next.rows : NAs produced by integer overflow
    Error in if (N + next.rows > nrows) next.rows <- nrows - N :
     missing value where TRUE/FALSE needed
    Calls: write.csv.ffdf -> write.table.ffdf
    Execution halted
Flavor: r-devel-windows-x86_64-gcc10-UCRT