Last updated on 2022-06-21 09:50:50 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4.1 | 8.58 | 77.61 | 86.19 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.4.1 | 6.87 | 57.81 | 64.68 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.4.1 | 117.43 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.4.1 | 111.75 | ERROR | |||
r-devel-windows-x86_64 | 0.4.1 | 60.00 | 100.00 | 160.00 | ERROR | |
r-patched-linux-x86_64 | 0.4.1 | 12.21 | 72.21 | 84.42 | ERROR | |
r-release-linux-x86_64 | 0.4.1 | 7.28 | 72.68 | 79.96 | ERROR | |
r-release-macos-arm64 | 0.4.1 | 34.00 | NOTE | |||
r-release-macos-x86_64 | 0.4.1 | 60.00 | NOTE | |||
r-release-windows-x86_64 | 0.4.1 | 54.00 | 104.00 | 158.00 | ERROR | |
r-oldrel-macos-arm64 | 0.4.1 | 39.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.4.1 | 52.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 0.4.1 | 21.00 | 93.00 | 114.00 | ERROR |
Version: 0.4.1
Check: R code for possible problems
Result: NOTE
sample_n.tbl_Teradata: no visible global function definition for
'op_single'
Undefined global functions or variables:
op_single
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.4.1
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.4.1
Check: tests
Result: ERROR
Running 'testthat.R' [3s/4s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(dplyr.teradata)
Loading required package: dplyr
Attaching package: 'dplyr'
The following object is masked from 'package:testthat':
matches
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
Loading required package: dbplyr
Attaching package: 'dbplyr'
The following objects are masked from 'package:dplyr':
ident, sql
Loading required package: odbc
>
> test_check("dplyr.teradata")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 7 ]
== Failed tests ================================================================
-- Failure (test-translate-teradata.R:9:3): custom scalar translated correctly --
trans(case_when(x == 1L ~ 1L, x == 2L ~ 2L, TRUE ~ 3L)) not equal to sql("CASE\nWHEN (`x` = 1) THEN (1)\nWHEN (`x` = 2) THEN (2)\nELSE (3)\nEND").
1/1 mismatches
x[1]: "CASE WHEN (`x` = 1) THEN 1 WHEN (`x` = 2) THEN 2 ELSE 3 END"
y[1]: "CASE\nWHEN (`x` = 1) THEN (1)\nWHEN (`x` = 2) THEN (2)\nELSE (3)\nEND"
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 7 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.4.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/4s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(dplyr.teradata)
Loading required package: dplyr
Attaching package: 'dplyr'
The following object is masked from 'package:testthat':
matches
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
Loading required package: dbplyr
Attaching package: 'dbplyr'
The following objects are masked from 'package:dplyr':
ident, sql
Loading required package: odbc
>
> test_check("dplyr.teradata")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 7 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test-translate-teradata.R:9:3): custom scalar translated correctly ──
trans(case_when(x == 1L ~ 1L, x == 2L ~ 2L, TRUE ~ 3L)) not equal to sql("CASE\nWHEN (`x` = 1) THEN (1)\nWHEN (`x` = 2) THEN (2)\nELSE (3)\nEND").
1/1 mismatches
x[1]: "CASE WHEN (`x` = 1) THEN 1 WHEN (`x` = 2) THEN 2 ELSE 3 END"
y[1]: "CASE\nWHEN (`x` = 1) THEN (1)\nWHEN (`x` = 2) THEN (2)\nELSE (3)\nEND"
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 7 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.4.1
Check: tests
Result: ERROR
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(dplyr.teradata)
Loading required package: dplyr
Attaching package: 'dplyr'
The following object is masked from 'package:testthat':
matches
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
Loading required package: dbplyr
Attaching package: 'dbplyr'
The following objects are masked from 'package:dplyr':
ident, sql
Loading required package: odbc
>
> test_check("dplyr.teradata")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 7 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test-translate-teradata.R:9:3): custom scalar translated correctly ──
trans(case_when(x == 1L ~ 1L, x == 2L ~ 2L, TRUE ~ 3L)) not equal to sql("CASE\nWHEN (`x` = 1) THEN (1)\nWHEN (`x` = 2) THEN (2)\nELSE (3)\nEND").
1/1 mismatches
x[1]: "CASE WHEN (`x` = 1) THEN 1 WHEN (`x` = 2) THEN 2 ELSE 3 END"
y[1]: "CASE\nWHEN (`x` = 1) THEN (1)\nWHEN (`x` = 2) THEN (2)\nELSE (3)\nEND"
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 7 ]
Error: Test failures
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.4.1
Check: tests
Result: ERROR
Running 'testthat.R' [3s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(dplyr.teradata)
Loading required package: dplyr
Attaching package: 'dplyr'
The following object is masked from 'package:testthat':
matches
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
Loading required package: dbplyr
Attaching package: 'dbplyr'
The following objects are masked from 'package:dplyr':
ident, sql
Loading required package: odbc
>
> test_check("dplyr.teradata")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 7 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test-translate-teradata.R:9:3): custom scalar translated correctly ──
trans(case_when(x == 1L ~ 1L, x == 2L ~ 2L, TRUE ~ 3L)) not equal to sql("CASE\nWHEN (`x` = 1) THEN (1)\nWHEN (`x` = 2) THEN (2)\nELSE (3)\nEND").
1/1 mismatches
x[1]: "CASE WHEN (`x` = 1) THEN 1 WHEN (`x` = 2) THEN 2 ELSE 3 END"
y[1]: "CASE\nWHEN (`x` = 1) THEN (1)\nWHEN (`x` = 2) THEN (2)\nELSE (3)\nEND"
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 7 ]
Error: Test failures
Execution halted
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64
Version: 0.4.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/3s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(dplyr.teradata)
Loading required package: dplyr
Attaching package: 'dplyr'
The following object is masked from 'package:testthat':
matches
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
Loading required package: dbplyr
Attaching package: 'dbplyr'
The following objects are masked from 'package:dplyr':
ident, sql
Loading required package: odbc
>
> test_check("dplyr.teradata")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 7 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test-translate-teradata.R:9:3): custom scalar translated correctly ──
trans(case_when(x == 1L ~ 1L, x == 2L ~ 2L, TRUE ~ 3L)) not equal to sql("CASE\nWHEN (`x` = 1) THEN (1)\nWHEN (`x` = 2) THEN (2)\nELSE (3)\nEND").
1/1 mismatches
x[1]: "CASE WHEN (`x` = 1) THEN 1 WHEN (`x` = 2) THEN 2 ELSE 3 END"
y[1]: "CASE\nWHEN (`x` = 1) THEN (1)\nWHEN (`x` = 2) THEN (2)\nELSE (3)\nEND"
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 7 ]
Error: Test failures
Execution halted
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.4.1
Check: tests
Result: ERROR
Running 'testthat.R' [3s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(dplyr.teradata)
Loading required package: dplyr
Attaching package: 'dplyr'
The following object is masked from 'package:testthat':
matches
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
Loading required package: dbplyr
Attaching package: 'dbplyr'
The following objects are masked from 'package:dplyr':
ident, sql
Loading required package: odbc
>
> test_check("dplyr.teradata")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 7 ]
== Failed tests ================================================================
-- Failure (test-translate-teradata.R:9:3): custom scalar translated correctly --
trans(case_when(x == 1L ~ 1L, x == 2L ~ 2L, TRUE ~ 3L)) not equal to sql("CASE\nWHEN (`x` = 1) THEN (1)\nWHEN (`x` = 2) THEN (2)\nELSE (3)\nEND").
1/1 mismatches
x[1]: "CASE WHEN (`x` = 1) THEN 1 WHEN (`x` = 2) THEN 2 ELSE 3 END"
y[1]: "CASE\nWHEN (`x` = 1) THEN (1)\nWHEN (`x` = 2) THEN (2)\nELSE (3)\nEND"
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 7 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64