Last updated on 2019-05-01 01:51:39 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.0 | 23.69 | 43.61 | 67.30 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.1.0 | 19.76 | 35.16 | 54.92 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.1.0 | 89.22 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.0 | 81.61 | ERROR | |||
r-patched-linux-x86_64 | 1.1.0 | 23.01 | 42.91 | 65.92 | ERROR | |
r-patched-solaris-x86 | 1.1.0 | 10.50 | ERROR | |||
r-release-linux-x86_64 | 1.1.0 | 22.27 | 42.83 | 65.10 | ERROR | |
r-release-windows-ix86+x86_64 | 1.1.0 | 51.00 | 75.00 | 126.00 | ERROR | |
r-release-osx-x86_64 | 1.1.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.1.0 | 58.00 | 107.00 | 165.00 | ERROR | |
r-oldrel-osx-x86_64 | 1.1.0 | OK |
Version: 1.1.0
Check: tests
Result: ERROR
Running 'testthat.R' [2s/3s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library("testthat")
> library("bigrquery")
>
> test_check("bigrquery")
-- 1. Failure: casting uses bigquery types (@test-dplyr.R#120) ----------------
sql$select[[2]] not equal to "SAFE_CAST(`x` AS INT64) AS `y`".
1/1 mismatches
x[1]: "SAFE_CAST(`x` AS INT64)"
y[1]: "SAFE_CAST(`x` AS INT64) AS `y`"
-- 2. Failure: casting uses bigquery types (@test-dplyr.R#121) ----------------
sql$select[[3]] not equal to "SAFE_CAST(`x` AS FLOAT64) AS `z`".
1/1 mismatches
x[1]: "SAFE_CAST(`x` AS FLOAT64)"
y[1]: "SAFE_CAST(`x` AS FLOAT64) AS `z`"
-- 3. Failure: %||% translates to IFNULL (@test-dplyr.R#131) ------------------
sql$select[[2]] not equal to "IFNULL(`x`, 2) AS `y`".
1/1 mismatches
x[1]: "IFNULL(`x`, 2)"
y[1]: "IFNULL(`x`, 2) AS `y`"
== testthat results ===========================================================
OK: 114 SKIPPED: 58 WARNINGS: 0 FAILED: 3
1. Failure: casting uses bigquery types (@test-dplyr.R#120)
2. Failure: casting uses bigquery types (@test-dplyr.R#121)
3. Failure: %||% translates to IFNULL (@test-dplyr.R#131)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/3s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library("testthat")
> library("bigrquery")
>
> test_check("bigrquery")
── 1. Failure: casting uses bigquery types (@test-dplyr.R#120) ────────────────
sql$select[[2]] not equal to "SAFE_CAST(`x` AS INT64) AS `y`".
1/1 mismatches
x[1]: "SAFE_CAST(`x` AS INT64)"
y[1]: "SAFE_CAST(`x` AS INT64) AS `y`"
── 2. Failure: casting uses bigquery types (@test-dplyr.R#121) ────────────────
sql$select[[3]] not equal to "SAFE_CAST(`x` AS FLOAT64) AS `z`".
1/1 mismatches
x[1]: "SAFE_CAST(`x` AS FLOAT64)"
y[1]: "SAFE_CAST(`x` AS FLOAT64) AS `z`"
── 3. Failure: %||% translates to IFNULL (@test-dplyr.R#131) ──────────────────
sql$select[[2]] not equal to "IFNULL(`x`, 2) AS `y`".
1/1 mismatches
x[1]: "IFNULL(`x`, 2)"
y[1]: "IFNULL(`x`, 2) AS `y`"
══ testthat results ═══════════════════════════════════════════════════════════
OK: 114 SKIPPED: 58 WARNINGS: 0 FAILED: 3
1. Failure: casting uses bigquery types (@test-dplyr.R#120)
2. Failure: casting uses bigquery types (@test-dplyr.R#121)
3. Failure: %||% translates to IFNULL (@test-dplyr.R#131)
Error: testthat unit tests failed
Execution halted
Flavors: r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library("testthat")
> library("bigrquery")
>
> test_check("bigrquery")
── 1. Failure: casting uses bigquery types (@test-dplyr.R#120) ────────────────
sql$select[[2]] not equal to "SAFE_CAST(`x` AS INT64) AS `y`".
1/1 mismatches
x[1]: "SAFE_CAST(`x` AS INT64)"
y[1]: "SAFE_CAST(`x` AS INT64) AS `y`"
── 2. Failure: casting uses bigquery types (@test-dplyr.R#121) ────────────────
sql$select[[3]] not equal to "SAFE_CAST(`x` AS FLOAT64) AS `z`".
1/1 mismatches
x[1]: "SAFE_CAST(`x` AS FLOAT64)"
y[1]: "SAFE_CAST(`x` AS FLOAT64) AS `z`"
── 3. Failure: %||% translates to IFNULL (@test-dplyr.R#131) ──────────────────
sql$select[[2]] not equal to "IFNULL(`x`, 2) AS `y`".
1/1 mismatches
x[1]: "IFNULL(`x`, 2)"
y[1]: "IFNULL(`x`, 2) AS `y`"
══ testthat results ═══════════════════════════════════════════════════════════
OK: 114 SKIPPED: 58 WARNINGS: 0 FAILED: 3
1. Failure: casting uses bigquery types (@test-dplyr.R#120)
2. Failure: casting uses bigquery types (@test-dplyr.R#121)
3. Failure: %||% translates to IFNULL (@test-dplyr.R#131)
Error: testthat unit tests failed
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.1.0
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-patched-solaris-x86
Version: 1.1.0
Check: running tests for arch ‘i386’
Result: ERROR
Running 'testthat.R' [3s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library("testthat")
> library("bigrquery")
>
> test_check("bigrquery")
-- 1. Failure: casting uses bigquery types (@test-dplyr.R#120) ----------------
sql$select[[2]] not equal to "SAFE_CAST(`x` AS INT64) AS `y`".
1/1 mismatches
x[1]: "SAFE_CAST(`x` AS INT64)"
y[1]: "SAFE_CAST(`x` AS INT64) AS `y`"
-- 2. Failure: casting uses bigquery types (@test-dplyr.R#121) ----------------
sql$select[[3]] not equal to "SAFE_CAST(`x` AS FLOAT64) AS `z`".
1/1 mismatches
x[1]: "SAFE_CAST(`x` AS FLOAT64)"
y[1]: "SAFE_CAST(`x` AS FLOAT64) AS `z`"
-- 3. Failure: %||% translates to IFNULL (@test-dplyr.R#131) ------------------
sql$select[[2]] not equal to "IFNULL(`x`, 2) AS `y`".
1/1 mismatches
x[1]: "IFNULL(`x`, 2)"
y[1]: "IFNULL(`x`, 2) AS `y`"
== testthat results ===========================================================
OK: 115 SKIPPED: 57 WARNINGS: 0 FAILED: 3
1. Failure: casting uses bigquery types (@test-dplyr.R#120)
2. Failure: casting uses bigquery types (@test-dplyr.R#121)
3. Failure: %||% translates to IFNULL (@test-dplyr.R#131)
Error: testthat unit tests failed
Execution halted
Flavors: r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.1.0
Check: running tests for arch ‘x64’
Result: ERROR
Running 'testthat.R' [3s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library("testthat")
> library("bigrquery")
>
> test_check("bigrquery")
-- 1. Failure: casting uses bigquery types (@test-dplyr.R#120) ----------------
sql$select[[2]] not equal to "SAFE_CAST(`x` AS INT64) AS `y`".
1/1 mismatches
x[1]: "SAFE_CAST(`x` AS INT64)"
y[1]: "SAFE_CAST(`x` AS INT64) AS `y`"
-- 2. Failure: casting uses bigquery types (@test-dplyr.R#121) ----------------
sql$select[[3]] not equal to "SAFE_CAST(`x` AS FLOAT64) AS `z`".
1/1 mismatches
x[1]: "SAFE_CAST(`x` AS FLOAT64)"
y[1]: "SAFE_CAST(`x` AS FLOAT64) AS `z`"
-- 3. Failure: %||% translates to IFNULL (@test-dplyr.R#131) ------------------
sql$select[[2]] not equal to "IFNULL(`x`, 2) AS `y`".
1/1 mismatches
x[1]: "IFNULL(`x`, 2)"
y[1]: "IFNULL(`x`, 2) AS `y`"
== testthat results ===========================================================
OK: 115 SKIPPED: 57 WARNINGS: 0 FAILED: 3
1. Failure: casting uses bigquery types (@test-dplyr.R#120)
2. Failure: casting uses bigquery types (@test-dplyr.R#121)
3. Failure: %||% translates to IFNULL (@test-dplyr.R#131)
Error: testthat unit tests failed
Execution halted
Flavors: r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64