CRAN Package Check Results for Package zip

Last updated on 2020-08-07 01:50:05 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.0.4 18.41 23.06 41.47 OK
r-devel-linux-x86_64-debian-gcc 2.0.4 12.19 18.10 30.29 OK
r-devel-linux-x86_64-fedora-clang 2.0.4 65.59 OK
r-devel-linux-x86_64-fedora-gcc 2.0.4 49.63 OK
r-devel-windows-ix86+x86_64 2.0.4 61.00 55.00 116.00 OK
r-patched-linux-x86_64 2.0.4 13.50 23.11 36.61 OK
r-patched-solaris-x86 2.0.4 67.20 OK
r-release-linux-x86_64 2.0.4 13.71 23.08 36.79 OK
r-release-macos-x86_64 2.0.4 OK
r-release-windows-ix86+x86_64 2.0.4 64.00 69.00 133.00 ERROR
r-oldrel-macos-x86_64 2.0.4 OK
r-oldrel-windows-ix86+x86_64 2.0.4 74.00 63.00 137.00 OK

Check Details

Version: 2.0.4
Check: running examples for arch ‘i386’
Result: ERROR
    Running examples in 'zip-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: zip_process
    > ### Title: Class for an external zip process
    > ### Aliases: zip_process
    >
    > ### ** Examples
    >
    > dir.create(tmp <- tempfile())
    > write.table(iris, file = file.path(tmp, "iris.ssv"))
    > zipfile <- tempfile(fileext = ".zip")
    > zp <- zip_process()$new(zipfile, tmp)
    > zp$wait()
    > zp$get_exit_status()
    [1] 10
    > zip_list(zipfile)
    Warning in normalizePath(path.expand(path), winslash, mustWork) :
     path[1]="D:\temp\RtmpGCCfeZ\file284104263448f.zip": Das System kann die angegebene Datei nicht finden
    Error in zip_list(zipfile) :
     Cannot open zip file `D:\temp\RtmpGCCfeZ\file284104263448f.zip`
    Execution halted
Flavor: r-release-windows-ix86+x86_64

Version: 2.0.4
Check: running examples for arch ‘x64’
Result: ERROR
    Running examples in 'zip-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: zip_process
    > ### Title: Class for an external zip process
    > ### Aliases: zip_process
    >
    > ### ** Examples
    >
    > dir.create(tmp <- tempfile())
    > write.table(iris, file = file.path(tmp, "iris.ssv"))
    > zipfile <- tempfile(fileext = ".zip")
    > zp <- zip_process()$new(zipfile, tmp)
    > zp$wait()
    > zp$get_exit_status()
    [1] 10
    > zip_list(zipfile)
    Warning in normalizePath(path.expand(path), winslash, mustWork) :
     path[1]="D:\temp\RtmpSOLQTk\file46307c6d521d.zip": Das System kann die angegebene Datei nicht finden
    Error in zip_list(zipfile) :
     Cannot open zip file `D:\temp\RtmpSOLQTk\file46307c6d521d.zip`
    Execution halted
Flavor: r-release-windows-ix86+x86_64

Version: 2.0.4
Check: running tests for arch ‘i386’
Result: ERROR
     Running 'testthat.R' [6s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(zip)
    
     Attaching package: 'zip'
    
     The following objects are masked from 'package:utils':
    
     unzip, zip
    
     >
     > test_check("zip")
     -- 1. Failure: zip_process (@test-zip-process.R#12) ---------------------------
     p$get_exit_status() not equal to 0L.
     1/1 mismatches
     [1] 10 - 0 == 10
    
     -- 2. Error: zip_process (@test-zip-process.R#13) -----------------------------
     Cannot open zip file `D:\temp\RtmpWG8cLF\test-file-1a1404fa474df.zip`
     Backtrace:
     1. testthat::expect_equal(zip_list(z$zip), zip_list(zip2))
     4. zip::zip_list(zip2)
    
     -- 3. Failure: can omit directories (@test-zip-process.R#24) ------------------
     p$get_exit_status() not equal to 0L.
     1/1 mismatches
     [1] 10 - 0 == 10
    
     -- 4. Error: can omit directories (@test-zip-process.R#25) --------------------
     Cannot open zip file `D:\temp\RtmpWG8cLF\test-file-1a140172b4aa9.zip`
     Backtrace:
     1. testthat::expect_equal(zip_list(z$zip), zip_list(zip2))
     4. zip::zip_list(zip2)
    
     == testthat results ===========================================================
     [ OK: 216 | SKIPPED: 5 | WARNINGS: 0 | FAILED: 4 ]
     1. Failure: zip_process (@test-zip-process.R#12)
     2. Error: zip_process (@test-zip-process.R#13)
     3. Failure: can omit directories (@test-zip-process.R#24)
     4. Error: can omit directories (@test-zip-process.R#25)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-release-windows-ix86+x86_64

Version: 2.0.4
Check: running tests for arch ‘x64’
Result: ERROR
     Running 'testthat.R' [6s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(zip)
    
     Attaching package: 'zip'
    
     The following objects are masked from 'package:utils':
    
     unzip, zip
    
     >
     > test_check("zip")
     -- 1. Failure: zip_process (@test-zip-process.R#12) ---------------------------
     p$get_exit_status() not equal to 0L.
     1/1 mismatches
     [1] 10 - 0 == 10
    
     -- 2. Error: zip_process (@test-zip-process.R#13) -----------------------------
     Cannot open zip file `D:\temp\RtmpaEabk1\test-file-717c14e3e10.zip`
     Backtrace:
     1. testthat::expect_equal(zip_list(z$zip), zip_list(zip2))
     4. zip::zip_list(zip2)
    
     -- 3. Failure: can omit directories (@test-zip-process.R#24) ------------------
     p$get_exit_status() not equal to 0L.
     1/1 mismatches
     [1] 10 - 0 == 10
    
     -- 4. Error: can omit directories (@test-zip-process.R#25) --------------------
     Cannot open zip file `D:\temp\RtmpaEabk1\test-file-717c687b320a.zip`
     Backtrace:
     1. testthat::expect_equal(zip_list(z$zip), zip_list(zip2))
     4. zip::zip_list(zip2)
    
     == testthat results ===========================================================
     [ OK: 216 | SKIPPED: 5 | WARNINGS: 0 | FAILED: 4 ]
     1. Failure: zip_process (@test-zip-process.R#12)
     2. Error: zip_process (@test-zip-process.R#13)
     3. Failure: can omit directories (@test-zip-process.R#24)
     4. Error: can omit directories (@test-zip-process.R#25)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-release-windows-ix86+x86_64