CRAN Package Check Results for Package pathological

Last updated on 2019-05-30 11:56:16 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1-2 2.50 290.88 293.38 OK
r-devel-linux-x86_64-debian-gcc 0.1-2 2.72 261.33 264.05 OK
r-devel-linux-x86_64-fedora-clang 0.1-2 374.38 OK
r-devel-linux-x86_64-fedora-gcc 0.1-2 338.08 OK
r-devel-windows-ix86+x86_64 0.1-2 11.00 85.00 96.00 ERROR
r-patched-linux-x86_64 0.1-2 3.27 307.34 310.61 OK
r-patched-solaris-x86 0.1-2 155.70 OK
r-release-linux-x86_64 0.1-2 3.26 303.22 306.48 OK
r-release-windows-ix86+x86_64 0.1-2 3.00 5.00 8.00 ERROR
r-release-osx-x86_64 0.1-2 OK
r-oldrel-windows-ix86+x86_64 0.1-2 5.00 105.00 110.00 ERROR
r-oldrel-osx-x86_64 0.1-2 OK

Check Details

Version: 0.1-2
Check: tests
Result: ERROR
     Running 'testthat.R' [12s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     >
     > std_getwd <- function()
     + {
     + pwd <- getwd()
     + # Enforce upper case Windows drive letters
     + substring(pwd, 1, 1) <- toupper(substring(pwd, 1, 1))
     + pwd
     + }
     >
     > test_check("pathological")
     Loading required package: pathological
     -- 1. Failure: decompose_path handles paths with a unicode directory name. (@tes
     actual$dirname not equal to expected$dirname.
     1/1 mismatches
     x[1]: "D:/Rcompile/CRANpkg/local/3.7/pathological.Rcheck/tests/testthat/CRAN"
     y[1]: "D:/Rcompile/CRANpkg/local/3.7/pathological.Rcheck/tests/testthat/CRAN"
    
     -- 2. Failure: standardize_path works with missing files with ./ prefix (@test_s
     standardize_path(x) not equal to `expected`.
     1/2 mismatches
     x[1]: "D:/RCompile/CRANpkg/local/3.7/pathological.Rcheck/tests/testthat/test_dec
     x[1]: ompose_path.R"
     y[1]: "D:/Rcompile/CRANpkg/local/3.7/pathological.Rcheck/tests/testthat/test_dec
     y[1]: ompose_path.R"
    
     == testthat results ===========================================================
     OK: 184 SKIPPED: 18 WARNINGS: 2 FAILED: 2
     1. Failure: decompose_path handles paths with a unicode directory name. (@test_decompose_path.R#466)
     2. Failure: standardize_path works with missing files with ./ prefix (@test_standardize_path.R#198)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-windows-ix86+x86_64

Version: 0.1-2
Check: whether package can be installed
Result: ERROR
    Installation failed.
Flavor: r-release-windows-ix86+x86_64

Version: 0.1-2
Check: tests
Result: ERROR
     Running 'testthat.R' [14s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     >
     > std_getwd <- function()
     + {
     + pwd <- getwd()
     + # Enforce upper case Windows drive letters
     + substring(pwd, 1, 1) <- toupper(substring(pwd, 1, 1))
     + pwd
     + }
     >
     > test_check("pathological")
     Loading required package: pathological
     -- 1. Failure: decompose_path handles paths with a unicode directory name. (@tes
     actual$dirname not equal to expected$dirname.
     1/1 mismatches
     x[1]: "D:/Rcompile/CRANpkg/local/3.5/pathological.Rcheck/tests/testthat/CRAN"
     y[1]: "D:/Rcompile/CRANpkg/local/3.5/pathological.Rcheck/tests/testthat/CRAN"
    
     -- 2. Failure: standardize_path works with missing files with ./ prefix (@test_s
     standardize_path(x) not equal to `expected`.
     1/2 mismatches
     x[1]: "D:/RCompile/CRANpkg/local/3.5/pathological.Rcheck/tests/testthat/test_dec
     x[1]: ompose_path.R"
     y[1]: "D:/Rcompile/CRANpkg/local/3.5/pathological.Rcheck/tests/testthat/test_dec
     y[1]: ompose_path.R"
    
     == testthat results ===========================================================
     OK: 184 SKIPPED: 18 WARNINGS: 2 FAILED: 2
     1. Failure: decompose_path handles paths with a unicode directory name. (@test_decompose_path.R#466)
     2. Failure: standardize_path works with missing files with ./ prefix (@test_standardize_path.R#198)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64