Last updated on 2023-06-01 16:56:28 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 3.15.0 | 52.28 | 273.07 | 325.35 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 3.15.0 | 40.47 | 201.59 | 242.06 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 3.15.0 | 371.20 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 3.15.0 | 416.42 | NOTE | |||
r-devel-windows-x86_64 | 3.15.0 | 43.00 | 273.00 | 316.00 | NOTE | |
r-patched-linux-x86_64 | 3.15.0 | NOTE | ||||
r-release-linux-x86_64 | 3.15.0 | 30.73 | 260.15 | 290.88 | NOTE | |
r-release-macos-arm64 | 3.15.0 | 117.00 | NOTE | |||
r-release-macos-x86_64 | 3.15.0 | 206.00 | NOTE | |||
r-release-windows-x86_64 | 3.15.0 | 57.00 | 346.00 | 403.00 | NOTE | |
r-oldrel-macos-arm64 | 3.15.0 | 159.00 | OK | |||
r-oldrel-macos-x86_64 | 3.15.0 | 137.00 | OK | |||
r-oldrel-windows-x86_64 | 3.15.0 | 58.00 | 302.00 | 360.00 | OK |
Version: 3.15.0
Check: C++ specification
Result: NOTE
Specified C++11: please drop specification unless essential
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Version: 3.15.0
Check: Rd \usage sections
Result: NOTE
S3 methods shown with full name in documentation object ‘cbind.mids’:
‘cbind.mids’
S3 methods shown with full name in documentation object ‘rbind.mids’:
‘rbind.mids’
The \usage entries for S3 methods should use the \method markup and not
their full name.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Version: 3.15.0
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘rstan’
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 3.15.0
Check: examples
Result: ERROR
Running examples in ‘mice-Ex.R’ failed
The error most likely occurred in:
> ### Name: convergence
> ### Title: Computes convergence diagnostics for a 'mids' object
> ### Aliases: convergence
> ### Keywords: none
>
> ### ** Examples
>
>
> # obtain imputed data set
> imp <- mice(nhanes2, print = FALSE)
> # compute convergence diagnostics
> convergence(imp)
Error in `map()`:
ℹ In index: 1.
ℹ With name: age.
Caused by error in `map()`:
ℹ In index: 1.
Caused by error in `loadNamespace()`:
! there is no package called ‘rstan’
Backtrace:
▆
1. ├─mice::convergence(imp)
2. │ └─purrr::map_dfr(...)
3. │ └─purrr::map(.x, .f, ...)
4. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress)
5. │ ├─purrr:::with_indexed_errors(...)
6. │ │ └─base::withCallingHandlers(...)
7. │ ├─purrr:::call_with_cleanup(...)
8. │ └─mice (local) .f(.x[[i]], ...)
9. │ └─purrr::map_dfr(...)
10. │ └─purrr::map(.x, .f, ...)
11. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress)
12. │ ├─purrr:::with_indexed_errors(...)
13. │ │ └─base::withCallingHandlers(...)
14. │ ├─purrr:::call_with_cleanup(...)
15. │ └─mice (local) .f(.x[[i]], ...)
16. │ └─base::data.frame(psrf = rstan::Rhat(.[1:.itr, ]))
17. ├─base::loadNamespace(x)
18. │ ├─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
19. │ │ └─base (local) withOneRestart(expr, restarts[[1L]])
20. │ │ └─base (local) doWithOneRestart(return(expr), restart)
21. │ └─base::stop(cond)
22. └─purrr (local) `<fn>`(`<pckgNtFE>`)
23. └─cli::cli_abort(...)
24. └─rlang::abort(...)
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang