Last updated on 2026-05-03 11:51:34 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.2 | 2.90 | 64.58 | 67.48 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.3.2 | 1.59 | 45.32 | 46.91 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.3.2 | 102.82 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.3.2 | 110.92 | OK | |||
| r-devel-windows-x86_64 | 0.3.2 | 6.00 | 73.00 | 79.00 | ERROR | |
| r-patched-linux-x86_64 | 0.3.2 | 3.34 | 58.43 | 61.77 | OK | |
| r-release-linux-x86_64 | 0.3.2 | 2.88 | 59.89 | 62.77 | OK | |
| r-release-macos-arm64 | 0.3.2 | 1.00 | 21.00 | 22.00 | OK | |
| r-release-macos-x86_64 | 0.3.2 | 2.00 | 103.00 | 105.00 | OK | |
| r-release-windows-x86_64 | 0.3.2 | 4.00 | 106.00 | 110.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.2 | OK | ||||
| r-oldrel-macos-x86_64 | 0.3.2 | 2.00 | 85.00 | 87.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.2 | 5.00 | 96.00 | 101.00 | OK |
Version: 0.3.2
Check: tests
Result: ERROR
Running 'testthat.R' [12s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(mds)
>
> test_check("mds")
Saving _problems/test_da-433.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 316 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_da.R:433:1'): (code run outside of `test_that()`) ──────────────
Error in `as.data.frame.logical(x[[i]], optional = TRUE)`: row names contain missing values
Backtrace:
▆
1. └─mds::define_analyses_dataframe(a1) at test_da.R:433:1
2. ├─base::as.data.frame(x[i], stringsAsFactors = F, row.names = "")
3. └─base::as.data.frame.list(x[i], stringsAsFactors = F, row.names = "")
4. ├─base::do.call(data.frame, c(x, alis))
5. └─base (local) `<fn>`(...)
6. ├─base::as.data.frame(x[[i]], optional = TRUE)
7. └─base::as.data.frame.logical(x[[i]], optional = TRUE)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 316 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.3.2
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building 'mds_intro.Rmd' using rmarkdown
Quitting from mds_intro.Rmd:145-147 [unnamed-chunk-5]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `as.data.frame.logical()`:
! row names contain missing values
---
Backtrace:
▆
1. ├─base::summary(da)
2. └─mds:::summary.mds_das(da)
3. └─mds::define_analyses_dataframe(object)
4. ├─base::as.data.frame(x[i], stringsAsFactors = F, row.names = "")
5. └─base::as.data.frame.list(x[i], stringsAsFactors = F, row.names = "")
6. ├─base::do.call(data.frame, c(x, alis))
7. └─base (local) `<fn>`(...)
8. ├─base::as.data.frame(x[[i]], optional = TRUE)
9. └─base::as.data.frame.logical(x[[i]], optional = TRUE)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'mds_intro.Rmd' failed with diagnostics:
row names contain missing values
--- failed re-building 'mds_intro.Rmd'
SUMMARY: processing the following file failed:
'mds_intro.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-windows-x86_64