Last updated on 2026-09-03 09:53:44 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 8.37 | 107.15 | 115.52 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 6.47 | 73.63 | 80.10 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 75.04 | NOTE | |||
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 6.00 | 80.69 | 86.69 | NOTE | |
| r-devel-windows-x86_64 | 1.0.0 | 11.00 | 89.00 | 100.00 | ERROR | |
| r-patched-linux-x86_64 | 1.0.0 | 6.02 | 96.98 | 103.00 | OK | |
| r-release-linux-x86_64 | 1.0.0 | 8.26 | 97.28 | 105.54 | OK | |
| r-release-macos-arm64 | 1.0.0 | 2.00 | 30.00 | 32.00 | OK | |
| r-release-macos-x86_64 | 1.0.0 | 6.00 | 117.00 | 123.00 | OK | |
| r-release-windows-x86_64 | 1.0.0 | 10.00 | 116.00 | 126.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.0 | 5.00 | 93.00 | 98.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.0 | 14.00 | 148.00 | 162.00 | OK |
Version: 1.0.0
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘Rcpp’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in 'rrr-Ex.R' failed
The error most likely occurred in:
> ### Name: residuals
> ### Title: Reduced-Rank Regression Residuals
> ### Aliases: residuals
>
> ### ** Examples
>
> data(tobacco)
> tobacco_x <- tobacco[,4:9]
> tobacco_y <- tobacco[,1:3]
> tobacco_rrr <- rrr(tobacco_x, tobacco_y, rank = 1)
> residuals(tobacco_x, tobacco_y, rank = 1, plot = FALSE)
Error: object 'ggcoef_multinom' is not exported by 'namespace:ggstats'
Execution halted
Flavor: r-devel-windows-x86_64
Version: 1.0.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building 'rrr.Rmd' using rmarkdown
Quitting from rrr.Rmd:88-90 [unnamed-chunk-4]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error:
! object 'ggcoef_multinom' is not exported by 'namespace:ggstats'
---
Backtrace:
▆
1. └─base::loadNamespace(x)
2. └─base::namespaceImportFrom(...)
3. └─base::importIntoEnv(impenv, impnames, ns, impvars)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'rrr.Rmd' failed with diagnostics:
object 'ggcoef_multinom' is not exported by 'namespace:ggstats'
--- failed re-building 'rrr.Rmd'
SUMMARY: processing the following file failed:
'rrr.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-windows-x86_64