Last updated on 2022-05-20 09:52:11 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.8.0 | 4.30 | 136.57 | 140.87 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.8.0 | 4.19 | 106.11 | 110.30 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.8.0 | 174.85 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.8.0 | 175.43 | ERROR | |||
r-devel-windows-x86_64 | 0.8.0 | 71.00 | 141.00 | 212.00 | ERROR | |
r-patched-linux-x86_64 | 0.8.0 | 5.97 | 138.41 | 144.38 | ERROR | |
r-release-linux-x86_64 | 0.8.0 | 3.10 | 135.93 | 139.03 | 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 | 54.00 | 135.00 | 189.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 | 134.00 | 143.00 | OK |
Version: 0.8.0
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: 'marginaleffects'
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.8.0
Check: examples
Result: ERROR
Running examples in 'modelbased-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: get_marginaleffects
> ### Title: Easy marginaleffects
> ### Aliases: get_marginaleffects
>
> ### ** Examples
>
> model <- lm(Sepal.Width ~ Species * Petal.Length, data = iris)
>
> get_marginaleffects(model, trend = "Petal.Length", at = "Species")
Error: Package 'marginaleffects' required for this function to work.
Please install it by running install.packages("marginaleffects").
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/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 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’ [86s/48s]
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/53s]
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-gcc
Version: 0.8.0
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [47s]
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’ [74s/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-patched-linux-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-release-linux-x86_64
Version: 0.8.0
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [16s/11s]
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' [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-release-windows-x86_64