Last updated on 2018-11-24 00:51:17 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1-2 | 1.71 | 312.92 | 314.63 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1-2 | 1.89 | 263.03 | 264.92 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1-2 | 377.96 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1-2 | 415.96 | OK | |||
r-devel-windows-ix86+x86_64 | 0.1-2 | 6.00 | 93.00 | 99.00 | ERROR | |
r-patched-linux-x86_64 | 0.1-2 | 2.26 | 311.22 | 313.48 | OK | |
r-patched-solaris-x86 | 0.1-2 | 190.40 | OK | |||
r-release-linux-x86_64 | 0.1-2 | 2.32 | 308.67 | 310.99 | OK | |
r-release-windows-ix86+x86_64 | 0.1-2 | 8.00 | 89.00 | 97.00 | ERROR | |
r-release-osx-x86_64 | 0.1-2 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.1-2 | 6.00 | 90.00 | 96.00 | ERROR | |
r-oldrel-osx-x86_64 | 0.1-2 | OK |
Version: 0.1-2
Check: tests
Result: ERROR
Running 'testthat.R' [13s]
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.6/pathological.Rcheck/tests/testthat/CRAN"
y[1]: "D:/Rcompile/CRANpkg/local/3.6/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.6/pathological.Rcheck/tests/testthat/test_dec
x[1]: ompose_path.R"
y[1]: "D:/Rcompile/CRANpkg/local/3.6/pathological.Rcheck/tests/testthat/test_dec
y[1]: ompose_path.R"
== testthat results ===========================================================
OK: 186 SKIPPED: 18 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: tests
Result: ERROR
Running 'testthat.R' [13s]
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: 186 SKIPPED: 18 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-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: 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.4/pathological.Rcheck/tests/testthat/test_dec
x[1]: ompose_path.R"
y[1]: "D:/Rcompile/CRANpkg/local/3.4/pathological.Rcheck/tests/testthat/test_dec
y[1]: ompose_path.R"
== testthat results ===========================================================
OK: 187 SKIPPED: 18 FAILED: 1
1. 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