Last updated on 2026-09-03 21:53:28 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 3.44 | 72.83 | 76.27 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 2.65 | 48.94 | 51.59 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 57.23 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 56.74 | OK | |||
| r-devel-windows-x86_64 | 1.0.0 | 8.00 | 97.00 | 105.00 | OK | |
| r-patched-linux-x86_64 | 1.0.0 | 3.47 | 67.35 | 70.82 | OK | |
| r-release-linux-x86_64 | 1.0.0 | 3.39 | 68.21 | 71.60 | OK | |
| r-release-macos-arm64 | 1.0.0 | 1.00 | 25.00 | 26.00 | OK | |
| r-release-macos-x86_64 | 1.0.0 | 2.00 | 88.00 | 90.00 | OK | |
| r-release-windows-x86_64 | 1.0.0 | 6.00 | 93.00 | 99.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.0 | 2.00 | 73.00 | 75.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.0 | 8.00 | 110.00 | 118.00 | OK |
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘midoc-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: exploreDAG
> ### Title: Compares data with proposed DAG
> ### Aliases: exploreDAG
>
> ### ** Examples
>
> exploreDAG(mdag="matage -> bmi7 mated -> matage mated -> bmi7
+ sep_unmeas -> mated sep_unmeas -> r",
+ data=bmi)
Error in formula(mt) : argument "formula" is missing, with no default
Calls: exploreDAG ... t -> sapply -> lapply -> FUN -> .ci.test.pillai -> lm
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [7s/9s]
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/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(midoc)
>
> test_check("midoc")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 24 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-exploreDAG.R:15:1'): (code run outside of `test_that()`) ───────
<getMissingError/missingArgError/error/condition>
Error in `formula(mt)`: argument "formula" is missing, with no default
Backtrace:
▆
1. ├─testthat::evaluate_promise(...) at test-exploreDAG.R:15:1
2. │ ├─withr::with_output_sink(...)
3. │ │ └─base::force(code)
4. │ ├─base::withCallingHandlers(...)
5. │ └─base::withVisible(code)
6. └─midoc::exploreDAG(...)
7. └─dagitty::localTests(...)
8. ├─base::as.data.frame(row.names = row.names, t(sapply(tests, f)))
9. ├─base::t(sapply(tests, f))
10. └─base::sapply(tests, f)
11. └─base::lapply(X = X, FUN = FUN, ...)
12. └─dagitty (local) FUN(X[[i]], ...)
13. └─dagitty:::.ci.test.pillai(data, i, conf.level)
14. └─stats::lm(data = cbind(X[, i], Z))
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 24 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘midoc.rmd’ using rmarkdown
Quitting from midoc.rmd:134-141 [unnamed-chunk-8]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `formula()`:
! argument "formula" is missing, with no default
---
Backtrace:
▆
1. └─midoc::exploreDAG(...)
2. └─dagitty::localTests(...)
3. ├─base::as.data.frame(row.names = row.names, t(sapply(tests, f)))
4. ├─base::t(sapply(tests, f))
5. └─base::sapply(tests, f)
6. └─base::lapply(X = X, FUN = FUN, ...)
7. └─dagitty (local) FUN(X[[i]], ...)
8. └─dagitty:::.ci.test.pillai(data, i, conf.level)
9. └─stats::lm(data = cbind(X[, i], Z))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'midoc.rmd' failed with diagnostics:
argument "formula" is missing, with no default
--- failed re-building ‘midoc.rmd’
SUMMARY: processing the following file failed:
‘midoc.rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc