Last updated on 2019-12-14 16:46:45 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.7 | 20.96 | 243.73 | 264.69 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1.7 | 16.84 | 186.65 | 203.49 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.7 | 326.26 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.7 | 323.51 | OK | |||
r-devel-windows-ix86+x86_64 | 0.1.7 | 32.00 | 367.00 | 399.00 | ERROR | |
r-devel-windows-ix86+x86_64-gcc8 | 0.1.7 | 38.00 | 359.00 | 397.00 | OK | |
r-patched-linux-x86_64 | 0.1.7 | 17.38 | 219.11 | 236.49 | OK | |
r-patched-solaris-x86 | 0.1.7 | 388.90 | OK | |||
r-release-linux-x86_64 | 0.1.7 | 18.76 | 218.67 | 237.43 | OK | |
r-release-windows-ix86+x86_64 | 0.1.7 | 31.00 | 255.00 | 286.00 | OK | |
r-release-osx-x86_64 | 0.1.7 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.7 | 19.00 | 221.00 | 240.00 | OK | |
r-oldrel-osx-x86_64 | 0.1.7 | OK |
Version: 0.1.7
Check: tests
Result: ERROR
Running 'testthat.R' [48s/52s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(recipes)
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
Attaching package: 'recipes'
The following object is masked from 'package:stats':
step
>
> test_check(package = "recipes")
-- 1. Failure: correct types (@test_matrix.R#49) ------------------------------
as.vector(class(bake_sparse)) not equal to "matrix".
Lengths differ: 2 is not 1
-- 2. Failure: correct types (@test_matrix.R#50) ------------------------------
as.vector(class(juice_sparse)) not equal to "matrix".
Lengths differ: 2 is not 1
-- 3. Failure: correct types (@test_matrix.R#52) ------------------------------
as.vector(class(bake_sparse_1d)) not equal to "matrix".
Lengths differ: 2 is not 1
-- 4. Failure: correct types (@test_matrix.R#53) ------------------------------
as.vector(class(juice_sparse_1d)) not equal to "matrix".
Lengths differ: 2 is not 1
== testthat results ===========================================================
[ OK: 1393 | SKIPPED: 7 | WARNINGS: 0 | FAILED: 4 ]
1. Failure: correct types (@test_matrix.R#49)
2. Failure: correct types (@test_matrix.R#50)
3. Failure: correct types (@test_matrix.R#52)
4. Failure: correct types (@test_matrix.R#53)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.1.7
Check: tests
Result: ERROR
Running ‘testthat.R’ [36s/47s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(recipes)
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
Attaching package: 'recipes'
The following object is masked from 'package:stats':
step
>
> test_check(package = "recipes")
── 1. Failure: correct types (@test_matrix.R#49) ──────────────────────────────
as.vector(class(bake_sparse)) not equal to "matrix".
Lengths differ: 2 is not 1
── 2. Failure: correct types (@test_matrix.R#50) ──────────────────────────────
as.vector(class(juice_sparse)) not equal to "matrix".
Lengths differ: 2 is not 1
── 3. Failure: correct types (@test_matrix.R#52) ──────────────────────────────
as.vector(class(bake_sparse_1d)) not equal to "matrix".
Lengths differ: 2 is not 1
── 4. Failure: correct types (@test_matrix.R#53) ──────────────────────────────
as.vector(class(juice_sparse_1d)) not equal to "matrix".
Lengths differ: 2 is not 1
══ testthat results ═══════════════════════════════════════════════════════════
[ OK: 1393 | SKIPPED: 7 | WARNINGS: 0 | FAILED: 4 ]
1. Failure: correct types (@test_matrix.R#49)
2. Failure: correct types (@test_matrix.R#50)
3. Failure: correct types (@test_matrix.R#52)
4. Failure: correct types (@test_matrix.R#53)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.7
Check: tests
Result: ERROR
Running 'testthat.R' [76s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(recipes)
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
Attaching package: 'recipes'
The following object is masked from 'package:stats':
step
>
> test_check(package = "recipes")
1 package is needed for this model and is not installed. (NMF). Start a clean R session then run: install.packages("NMF")-- 1. Error: quasiquotation (@test_slice.R#40) --------------------------------
`call` must be a call
== testthat results ===========================================================
[ OK: 1394 | SKIPPED: 7 | WARNINGS: 0 | FAILED: 1 ]
1. Error: quasiquotation (@test_slice.R#40)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-windows-ix86+x86_64