Last updated on 2022-12-13 07:55:06 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.3 | 49.00 | 197.35 | 246.35 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.0.3 | 34.95 | 146.84 | 181.79 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.0.3 | 309.97 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.3 | 316.77 | ERROR | |||
r-devel-windows-x86_64 | 0.0.3 | 69.00 | 223.00 | 292.00 | ERROR | |
r-patched-linux-x86_64 | 0.0.3 | 45.57 | 184.70 | 230.27 | ERROR | |
r-release-linux-x86_64 | 0.0.3 | 39.94 | 189.13 | 229.07 | ERROR | |
r-release-macos-arm64 | 0.0.3 | 77.00 | OK | |||
r-release-macos-x86_64 | 0.0.3 | 455.00 | OK | |||
r-release-windows-x86_64 | 0.0.3 | 68.00 | 223.00 | 291.00 | ERROR | |
r-oldrel-macos-arm64 | 0.0.3 | 71.00 | OK | |||
r-oldrel-macos-x86_64 | 0.0.3 | 109.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.0.3 | 118.00 | 280.00 | 398.00 | ERROR |
Version: 0.0.3
Check: tests
Result: ERROR
Running 'testthat.R' [29s/26s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(hydrorecipes)
Loading required package: 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("hydrorecipes")
Loading required package: Matrix
Loaded glmnet 4.1-6
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 99 ]
== Failed tests ================================================================
-- Error ('test-predict_terms.R:92'): predict_terms works ----------------------
Error in `glmnet(x, y, weights = weights, offset = offset, lambda = lambda,
trace.it = trace.it, ...)`: x has missing values; consider using makeX() to impute them
Backtrace:
x
1. \-glmnet::cv.glmnet(x, y) at test-predict_terms.R:92:2
2. \-glmnet:::cv.glmnet.raw(...)
3. \-glmnet::glmnet(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 99 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.0.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [21s/26s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(hydrorecipes)
Loading required package: 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("hydrorecipes")
Loading required package: Matrix
Loaded glmnet 4.1-6
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 99 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-predict_terms.R:92'): predict_terms works ──────────────────────
Error in `glmnet(x, y, weights = weights, offset = offset, lambda = lambda,
trace.it = trace.it, ...)`: x has missing values; consider using makeX() to impute them
Backtrace:
▆
1. └─glmnet::cv.glmnet(x, y) at test-predict_terms.R:92:2
2. └─glmnet:::cv.glmnet.raw(...)
3. └─glmnet::glmnet(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 99 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.0.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [34s/32s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(hydrorecipes)
Loading required package: 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("hydrorecipes")
Loading required package: Matrix
Loaded glmnet 4.1-6
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 99 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-predict_terms.R:92'): predict_terms works ──────────────────────
Error in `glmnet(x, y, weights = weights, offset = offset, lambda = lambda,
trace.it = trace.it, ...)`: x has missing values; consider using makeX() to impute them
Backtrace:
▆
1. └─glmnet::cv.glmnet(x, y) at test-predict_terms.R:92:2
2. └─glmnet:::cv.glmnet.raw(...)
3. └─glmnet::glmnet(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 99 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.0.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [34s/34s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(hydrorecipes)
Loading required package: 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("hydrorecipes")
Loading required package: Matrix
Loaded glmnet 4.1-6
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 99 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-predict_terms.R:92'): predict_terms works ──────────────────────
Error in `glmnet(x, y, weights = weights, offset = offset, lambda = lambda,
trace.it = trace.it, ...)`: x has missing values; consider using makeX() to impute them
Backtrace:
▆
1. └─glmnet::cv.glmnet(x, y) at test-predict_terms.R:92:2
2. └─glmnet:::cv.glmnet.raw(...)
3. └─glmnet::glmnet(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 99 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.0.3
Check: tests
Result: ERROR
Running 'testthat.R' [20s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(hydrorecipes)
Loading required package: 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("hydrorecipes")
Loading required package: Matrix
Loaded glmnet 4.1-6
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 99 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-predict_terms.R:92'): predict_terms works ──────────────────────
Error in `glmnet(x, y, weights = weights, offset = offset, lambda = lambda,
trace.it = trace.it, ...)`: x has missing values; consider using makeX() to impute them
Backtrace:
▆
1. └─glmnet::cv.glmnet(x, y) at test-predict_terms.R:92:2
2. └─glmnet:::cv.glmnet.raw(...)
3. └─glmnet::glmnet(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 99 ]
Error: Test failures
Execution halted
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64
Version: 0.0.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [27s/23s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(hydrorecipes)
Loading required package: 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("hydrorecipes")
Loading required package: Matrix
Loaded glmnet 4.1-6
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 99 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-predict_terms.R:92'): predict_terms works ──────────────────────
Error in `glmnet(x, y, weights = weights, offset = offset, lambda = lambda,
trace.it = trace.it, ...)`: x has missing values; consider using makeX() to impute them
Backtrace:
▆
1. └─glmnet::cv.glmnet(x, y) at test-predict_terms.R:92:2
2. └─glmnet:::cv.glmnet.raw(...)
3. └─glmnet::glmnet(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 99 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.0.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [28s/24s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(hydrorecipes)
Loading required package: 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("hydrorecipes")
Loading required package: Matrix
Loaded glmnet 4.1-6
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 99 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-predict_terms.R:92'): predict_terms works ──────────────────────
Error in `glmnet(x, y, weights = weights, offset = offset, lambda = lambda,
trace.it = trace.it, ...)`: x has missing values; consider using makeX() to impute them
Backtrace:
▆
1. └─glmnet::cv.glmnet(x, y) at test-predict_terms.R:92:2
2. └─glmnet:::cv.glmnet.raw(...)
3. └─glmnet::glmnet(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 99 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.0.3
Check: running tests for arch ‘i386’
Result: ERROR
Running 'testthat.R' [19s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(hydrorecipes)
Loading required package: 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("hydrorecipes")
Loading required package: Matrix
Loaded glmnet 4.1-6
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 99 ]
== Failed tests ================================================================
-- Error ('test-predict_terms.R:92'): predict_terms works ----------------------
Error in `glmnet(x, y, weights = weights, offset = offset, lambda = lambda,
trace.it = trace.it, ...)`: x has missing values; consider using makeX() to impute them
Backtrace:
x
1. \-glmnet::cv.glmnet(x, y) at test-predict_terms.R:92:2
2. \-glmnet:::cv.glmnet.raw(...)
3. \-glmnet::glmnet(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 99 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64
Version: 0.0.3
Check: running tests for arch ‘x64’
Result: ERROR
Running 'testthat.R' [20s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(hydrorecipes)
Loading required package: 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("hydrorecipes")
Loading required package: Matrix
Loaded glmnet 4.1-6
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 99 ]
== Failed tests ================================================================
-- Error ('test-predict_terms.R:92'): predict_terms works ----------------------
Error in `glmnet(x, y, weights = weights, offset = offset, lambda = lambda,
trace.it = trace.it, ...)`: x has missing values; consider using makeX() to impute them
Backtrace:
x
1. \-glmnet::cv.glmnet(x, y) at test-predict_terms.R:92:2
2. \-glmnet:::cv.glmnet.raw(...)
3. \-glmnet::glmnet(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 99 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64