Last updated on 2025-12-06 00:48:49 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.1 | 4.34 | 57.71 | 62.05 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.0.1 | 4.05 | 33.70 | 37.75 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.1 | 11.00 | 89.75 | 100.75 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 12.00 | 79.55 | 91.55 | OK | |
| r-devel-windows-x86_64 | 1.0.1 | 8.00 | 68.00 | 76.00 | OK | |
| r-patched-linux-x86_64 | 1.0.1 | 5.34 | 53.56 | 58.90 | OK | |
| r-release-linux-x86_64 | 1.0.1 | 5.28 | 55.28 | 60.56 | OK | |
| r-release-macos-arm64 | 1.0.1 | OK | ||||
| r-release-macos-x86_64 | 1.0.1 | 4.00 | 40.00 | 44.00 | OK | |
| r-release-windows-x86_64 | 1.0.1 | 8.00 | 68.00 | 76.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.1 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.1 | 4.00 | 32.00 | 36.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.1 | 10.00 | 84.00 | 94.00 | OK |
Version: 1.0.1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Moritz Marbach <moritz.marbach@tamu.edu>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Moritz",
family = "Marbach",
role = c("aut", "cre"),
email = "moritz.marbach@tamu.edu")
as necessary.
The Description field contains
<arXiv:2107.05427>.
Please refer to arXiv e-prints via their arXiv DOI <doi:10.48550/arXiv.YYMM.NNNNN>.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.0.1
Check: examples
Result: ERROR
Running examples in ‘missDiag-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: missDiag
> ### Title: Comparing Observed and Imputed Values under MAR and MCAR
> ### Aliases: missDiag
>
> ### ** Examples
>
>
> # Compare random value imputation
> # with predictive mean imputation
> # under MCAR
>
> diag_rng <- missDiag(
+ original=anes08,
+ imputed=anes08_rng,
+ verbose = 1,
+ adjust = 'none',
+ formula = time ~ .)
Error in loadNamespace(x) : there is no package called ‘mice’
Calls: missDiag ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc