Last updated on 2022-05-30 06:51:15 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.8.0 | 4.93 | 139.48 | 144.41 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.8.0 | 3.05 | 106.32 | 109.37 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.8.0 | 167.72 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.8.0 | 178.13 | ERROR | |||
r-devel-windows-x86_64 | 0.8.0 | 67.00 | 129.00 | 196.00 | ERROR | |
r-patched-linux-x86_64 | 0.8.0 | 6.14 | 135.14 | 141.28 | ERROR | |
r-release-linux-x86_64 | 0.8.0 | 4.59 | 135.69 | 140.28 | ERROR | |
r-release-macos-arm64 | 0.8.0 | 44.00 | ERROR | |||
r-release-macos-x86_64 | 0.8.0 | 77.00 | OK | |||
r-release-windows-x86_64 | 0.8.0 | 58.00 | 134.00 | 192.00 | ERROR | |
r-oldrel-macos-arm64 | 0.8.0 | 39.00 | OK | |||
r-oldrel-macos-x86_64 | 0.8.0 | 51.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.8.0 | 9.00 | 124.00 | 133.00 | ERROR |
Version: 0.8.0
Check: tests
Result: ERROR
Running 'spelling.R' [0s/0s]
Running 'testthat.R' [74s/50s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(modelbased)
>
> osx <- tryCatch(
+ {
+ si <- Sys.info()
+ if (!is.null(si["sysname"])) {
+ si["sysname"] == "Darwin" || grepl("^darwin", R.version$os)
+ } else {
+ FALSE
+ }
+ },
+ error = function(e) {
+ FALSE
+ }
+ )
>
> if (!osx || (osx && getRversion() >= "4.0.0")) {
+ test_check("modelbased")
+ }
Starting 2 test processes
[ FAIL 1 | WARN 5 | SKIP 0 | PASS 150 ]
== Failed tests ================================================================
-- Failure (test-get_marginaleffects.R:5:5): get_marginaleffects ---------------
dim(get_marginaleffects(model, trend = "Petal.Length", at = "Species")) (`actual`) not equal to c(3, 7) (`expected`).
`actual`: 3 11
`expected`: 3 7
[ FAIL 1 | WARN 5 | SKIP 0 | PASS 150 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.8.0
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/1s]
Running ‘testthat.R’ [56s/52s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(modelbased)
>
> osx <- tryCatch(
+ {
+ si <- Sys.info()
+ if (!is.null(si["sysname"])) {
+ si["sysname"] == "Darwin" || grepl("^darwin", R.version$os)
+ } else {
+ FALSE
+ }
+ },
+ error = function(e) {
+ FALSE
+ }
+ )
>
> if (!osx || (osx && getRversion() >= "4.0.0")) {
+ test_check("modelbased")
+ }
Starting 2 test processes
[ FAIL 1 | WARN 5 | SKIP 0 | PASS 150 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test-get_marginaleffects.R:5:5): get_marginaleffects ───────────────
dim(get_marginaleffects(model, trend = "Petal.Length", at = "Species")) (`actual`) not equal to c(3, 7) (`expected`).
`actual`: 3 11
`expected`: 3 7
[ FAIL 1 | WARN 5 | SKIP 0 | PASS 150 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.8.0
Check: tests
Result: ERROR
Running ‘spelling.R’
Running ‘testthat.R’ [84s/44s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(modelbased)
>
> osx <- tryCatch(
+ {
+ si <- Sys.info()
+ if (!is.null(si["sysname"])) {
+ si["sysname"] == "Darwin" || grepl("^darwin", R.version$os)
+ } else {
+ FALSE
+ }
+ },
+ error = function(e) {
+ FALSE
+ }
+ )
>
> if (!osx || (osx && getRversion() >= "4.0.0")) {
+ test_check("modelbased")
+ }
Starting 2 test processes
[ FAIL 1 | WARN 5 | SKIP 0 | PASS 150 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test-get_marginaleffects.R:5:5): get_marginaleffects ───────────────
dim(get_marginaleffects(model, trend = "Petal.Length", at = "Species")) (`actual`) not equal to c(3, 7) (`expected`).
`actual`: 3 11
`expected`: 3 7
[ FAIL 1 | WARN 5 | SKIP 0 | PASS 150 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.8.0
Check: tests
Result: ERROR
Running ‘spelling.R’
Running ‘testthat.R’ [90s/51s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(modelbased)
>
> osx <- tryCatch(
+ {
+ si <- Sys.info()
+ if (!is.null(si["sysname"])) {
+ si["sysname"] == "Darwin" || grepl("^darwin", R.version$os)
+ } else {
+ FALSE
+ }
+ },
+ error = function(e) {
+ FALSE
+ }
+ )
>
> if (!osx || (osx && getRversion() >= "4.0.0")) {
+ test_check("modelbased")
+ }
Starting 2 test processes
[ FAIL 1 | WARN 7 | SKIP 0 | PASS 150 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test-get_marginaleffects.R:5:5): get_marginaleffects ───────────────
dim(get_marginaleffects(model, trend = "Petal.Length", at = "Species")) (`actual`) not equal to c(3, 7) (`expected`).
`actual`: 3 11
`expected`: 3 7
[ FAIL 1 | WARN 7 | SKIP 0 | PASS 150 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.8.0
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [44s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(modelbased)
>
> osx <- tryCatch(
+ {
+ si <- Sys.info()
+ if (!is.null(si["sysname"])) {
+ si["sysname"] == "Darwin" || grepl("^darwin", R.version$os)
+ } else {
+ FALSE
+ }
+ },
+ error = function(e) {
+ FALSE
+ }
+ )
>
> if (!osx || (osx && getRversion() >= "4.0.0")) {
+ test_check("modelbased")
+ }
Starting 2 test processes
[ FAIL 1 | WARN 5 | SKIP 0 | PASS 150 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test-get_marginaleffects.R:5:5): get_marginaleffects ───────────────
dim(get_marginaleffects(model, trend = "Petal.Length", at = "Species")) (`actual`) not equal to c(3, 7) (`expected`).
`actual`: 3 11
`expected`: 3 7
[ FAIL 1 | WARN 5 | SKIP 0 | PASS 150 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.8.0
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/1s]
Running ‘testthat.R’ [72s/46s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(modelbased)
>
> osx <- tryCatch(
+ {
+ si <- Sys.info()
+ if (!is.null(si["sysname"])) {
+ si["sysname"] == "Darwin" || grepl("^darwin", R.version$os)
+ } else {
+ FALSE
+ }
+ },
+ error = function(e) {
+ FALSE
+ }
+ )
>
> if (!osx || (osx && getRversion() >= "4.0.0")) {
+ test_check("modelbased")
+ }
Starting 2 test processes
[ FAIL 1 | WARN 5 | SKIP 0 | PASS 150 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test-get_marginaleffects.R:5:5): get_marginaleffects ───────────────
dim(get_marginaleffects(model, trend = "Petal.Length", at = "Species")) (`actual`) not equal to c(3, 7) (`expected`).
`actual`: 3 11
`expected`: 3 7
[ FAIL 1 | WARN 5 | SKIP 0 | PASS 150 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.8.0
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/1s]
Running ‘testthat.R’ [72s/45s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(modelbased)
>
> osx <- tryCatch(
+ {
+ si <- Sys.info()
+ if (!is.null(si["sysname"])) {
+ si["sysname"] == "Darwin" || grepl("^darwin", R.version$os)
+ } else {
+ FALSE
+ }
+ },
+ error = function(e) {
+ FALSE
+ }
+ )
>
> if (!osx || (osx && getRversion() >= "4.0.0")) {
+ test_check("modelbased")
+ }
Starting 2 test processes
[ FAIL 1 | WARN 5 | SKIP 0 | PASS 150 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test-get_marginaleffects.R:5:5): get_marginaleffects ───────────────
dim(get_marginaleffects(model, trend = "Petal.Length", at = "Species")) (`actual`) not equal to c(3, 7) (`expected`).
`actual`: 3 11
`expected`: 3 7
[ FAIL 1 | WARN 5 | SKIP 0 | PASS 150 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.8.0
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [16s/14s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
Backtrace:
▆
1. ├─base::suppressWarnings(...) at test-estimate_predicted.R:38:4
2. │ └─base::withCallingHandlers(...)
3. └─glmmTMB::glmmTMB(...)
4. └─glmmTMB::fitTMB(TMBStruc)
5. ├─base::with(...)
6. └─base::with.default(...)
7. └─base::eval(substitute(expr), data, enclos = parent.frame())
8. └─base::eval(substitute(expr), data, enclos = parent.frame())
9. └─TMB::MakeADFun(...)
[ FAIL 2 | WARN 6 | SKIP 0 | PASS 130 ]
Error: Test failures
Execution halted
Flavor: r-release-macos-arm64
Version: 0.8.0
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [50s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(modelbased)
>
> osx <- tryCatch(
+ {
+ si <- Sys.info()
+ if (!is.null(si["sysname"])) {
+ si["sysname"] == "Darwin" || grepl("^darwin", R.version$os)
+ } else {
+ FALSE
+ }
+ },
+ error = function(e) {
+ FALSE
+ }
+ )
>
> if (!osx || (osx && getRversion() >= "4.0.0")) {
+ test_check("modelbased")
+ }
Starting 2 test processes
[ FAIL 1 | WARN 5 | SKIP 0 | PASS 150 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test-get_marginaleffects.R:5:5): get_marginaleffects ───────────────
dim(get_marginaleffects(model, trend = "Petal.Length", at = "Species")) (`actual`) not equal to c(3, 7) (`expected`).
`actual`: 3 11
`expected`: 3 7
[ FAIL 1 | WARN 5 | SKIP 0 | PASS 150 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64
Version: 0.8.0
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [45s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(modelbased)
>
> osx <- tryCatch(
+ {
+ si <- Sys.info()
+ if (!is.null(si["sysname"])) {
+ si["sysname"] == "Darwin" || grepl("^darwin", R.version$os)
+ } else {
+ FALSE
+ }
+ },
+ error = function(e) {
+ FALSE
+ }
+ )
>
> if (!osx || (osx && getRversion() >= "4.0.0")) {
+ test_check("modelbased")
+ }
Starting 2 test processes
[ FAIL 1 | WARN 5 | SKIP 0 | PASS 150 ]
== Failed tests ================================================================
-- Failure (test-get_marginaleffects.R:5:5): get_marginaleffects ---------------
dim(get_marginaleffects(model, trend = "Petal.Length", at = "Species")) (`actual`) not equal to c(3, 7) (`expected`).
`actual`: 3 11
`expected`: 3 7
[ FAIL 1 | WARN 5 | SKIP 0 | PASS 150 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64