Last updated on 2025-12-16 23:50:02 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.3 | 23.66 | 277.72 | 301.38 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.3 | 15.27 | 181.82 | 197.09 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.3 | 39.00 | ERROR | |||
| r-devel-linux-x86_64-fedora-gcc | 1.0.3 | 38.00 | 444.19 | 482.19 | OK | |
| r-devel-windows-x86_64 | 1.0.3 | 25.00 | 283.00 | 308.00 | OK | |
| r-patched-linux-x86_64 | 1.0.3 | 21.60 | 257.18 | 278.78 | OK | |
| r-release-linux-x86_64 | 1.0.3 | 21.42 | 257.96 | 279.38 | OK | |
| r-release-macos-arm64 | 1.0.3 | OK | ||||
| r-release-macos-x86_64 | 1.0.3 | 13.00 | 294.00 | 307.00 | OK | |
| r-release-windows-x86_64 | 1.0.3 | 26.00 | 280.00 | 306.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.3 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.3 | 13.00 | 182.00 | 195.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.3 | 34.00 | 381.00 | 415.00 | OK |
Version: 1.0.3
Check: examples
Result: ERROR
Running examples in ‘missCompare-Ex.R’ failed
The error occurred in:
R Under development (unstable) (2025-12-12 r89163) -- "Unsuffered Consequences"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
Natural language support but running in an English locale
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
> pkgname <- "missCompare"
> source(file.path(R.home("share"), "R", "examples-header.R"))
> options(warn = 1)
> library('missCompare')
Error: package or namespace load failed for ‘missCompare’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called ‘zoo’
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.0.3
Check: tests
Result: ERROR
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(missCompare)
Error: package or namespace load failed for 'missCompare' in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called 'zoo'
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.0.3
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘misscompare.Rmd’ using rmarkdown
Quitting from misscompare.Rmd:14-20 [setup]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error:
! package or namespace load failed for 'missCompare' in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called 'zoo'
---
Backtrace:
▆
1. └─base::library(missCompare)
2. └─base::tryCatch(...)
3. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
5. └─value[[3L]](cond)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'misscompare.Rmd' failed with diagnostics:
package or namespace load failed for 'missCompare' in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called 'zoo'
--- failed re-building ‘misscompare.Rmd’
SUMMARY: processing the following file failed:
‘misscompare.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang