Last updated on 2021-01-23 06:48:14 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.1.6 | 10.16 | 170.08 | 180.24 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.0.1.6 | 8.29 | 126.03 | 134.32 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.0.1.6 | 221.66 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.1.6 | 221.08 | OK | |||
r-devel-windows-ix86+x86_64 | 0.0.1.6 | 29.00 | 217.00 | 246.00 | OK | |
r-patched-solaris-x86 | 0.0.1.6 | 280.90 | NOTE | |||
r-release-macos-x86_64 | 0.0.1.5 | OK | ||||
r-oldrel-macos-x86_64 | 0.0.1.6 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 0.0.1.6 | 22.00 | 192.00 | 214.00 | ERROR |
Version: 0.0.1.6
Check: installed package size
Result: NOTE
installed size is 5.5Mb
sub-directories of 1Mb or more:
doc 2.7Mb
help 1.5Mb
Flavor: r-patched-solaris-x86
Version: 0.0.1.6
Check: tests
Result: ERROR
Running ‘testthat.R’ [17s/17s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
`chk` not equivalent to `comp`.
Component "var": target is character, current is factor
── Failure (test-sim_design.R:240:3): 2w*2b alt ────────────────────────────────
`chk` not equivalent to `comp`.
Component "var": target is character, current is factor
── Failure (test-sim_design.R:278:3): 2w*2b within order ───────────────────────
`chk` not equivalent to `comp`.
Component "var": target is character, current is factor
── Failure (test-sim_design.R:325:3): 2w*2b order ──────────────────────────────
`chk` not equivalent to `comp`.
Component "var": target is character, current is factor
[ FAIL 6 | WARN 1 | SKIP 2 | PASS 1016 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-macos-x86_64
Version: 0.0.1.6
Check: tests
Result: ERROR
Running 'testthat.R' [24s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(faux)
************
Welcome to faux. For support and examples visit:
http://debruine.github.io/faux/
- Get and set global package options with: faux_options()
************
>
> expect_equal <- function(...) {
+ testthat::expect_equal(..., check.environment=FALSE)
+ }
>
> test_check("faux")
== Skipped tests ===============================================================
* On CRAN (2)
== Warnings ====================================================================
-- Warning (test-sim_mixed_cc.R:9:3): default ----------------------------------
Package version inconsistency detected.
TMB was built with Matrix version 1.3.2
Current Matrix version is 1.2.18
Please re-install 'TMB' from source using install.packages('TMB', type = 'source') or ask CRAN for a binary version of 'TMB' matching CRAN's 'Matrix' package
Backtrace:
1. `%>%`(...) test-sim_mixed_cc.R:9:2
2. broom.mixed::tidy
3. base::getExportedValue(pkg, name)
4. base::asNamespace(ns)
5. base::getNamespace(ns)
6. base::loadNamespace(name)
9. base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
10. base:::runHook(".onLoad", env, package.lib, package)
15. TMB:::fun(libname, pkgname)
16. TMB:::checkMatrixPackageVersion()
== Failed tests ================================================================
-- Failure (test-sim_design.R:69:3): 2w ----------------------------------------
`chk` not equivalent to `comp`.
Component "var": target is character, current is factor
-- Failure (test-sim_design.R:97:3): 2w*2w -------------------------------------
`chk` not equivalent to `comp`.
Component "var": target is character, current is factor
-- Failure (test-sim_design.R:195:3): 2w*2b basic ------------------------------
`chk` not equivalent to `comp`.
Component "var": target is character, current is factor
-- Failure (test-sim_design.R:240:3): 2w*2b alt --------------------------------
`chk` not equivalent to `comp`.
Component "var": target is character, current is factor
-- Failure (test-sim_design.R:278:3): 2w*2b within order -----------------------
`chk` not equivalent to `comp`.
Component "var": target is character, current is factor
-- Failure (test-sim_design.R:325:3): 2w*2b order ------------------------------
`chk` not equivalent to `comp`.
Component "var": target is character, current is factor
[ FAIL 6 | WARN 1 | SKIP 2 | PASS 1016 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64