Last updated on 2025-12-05 21:50:13 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.28.3 | 28.18 | 417.29 | 445.47 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.28.3 | 18.94 | 163.82 | 182.76 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.28.3 | 171.00 | 580.91 | 751.91 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.28.3 | 146.00 | 597.66 | 743.66 | OK | |
| r-devel-windows-x86_64 | 0.28.3 | 32.00 | 325.00 | 357.00 | OK | |
| r-patched-linux-x86_64 | 0.28.3 | 33.25 | 374.04 | 407.29 | OK | |
| r-release-linux-x86_64 | 0.28.3 | 29.35 | 384.86 | 414.21 | OK | |
| r-release-macos-arm64 | 0.28.3 | 9.00 | 104.00 | 113.00 | OK | |
| r-release-macos-x86_64 | 0.28.3 | 39.00 | 500.00 | 539.00 | OK | |
| r-release-windows-x86_64 | 0.28.3 | 32.00 | 326.00 | 358.00 | OK | |
| r-oldrel-macos-arm64 | 0.28.3 | 9.00 | 101.00 | 110.00 | NOTE | |
| r-oldrel-macos-x86_64 | 0.28.3 | 109.00 | 718.00 | 827.00 | OK | |
| r-oldrel-windows-x86_64 | 0.28.3 | 47.00 | 429.00 | 476.00 | NOTE |
Version: 0.28.3
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'AER', 'afex', 'BayesFactor', 'BayesFM', 'blme', 'brms', 'cAIC4',
'car', 'cgam', 'cplm', 'dbscan', 'did', 'discovr', 'drc', 'EGAnet',
'epiR', 'estimatr', 'factoextra', 'FactoMineR', 'faraway', 'fixest',
'gam', 'glmmTMB', 'glmtoolbox', 'gt', 'Hmisc', 'ivreg', 'knitr',
'lcmm', 'lme4', 'lmerTest', 'logistf', 'M3C', 'mclogit', 'MCMCglmm',
'mediation', 'merDeriv', 'metaBMA', 'mice', 'mmrm', 'nestedLogit',
'openxlsx', 'panelr', 'pbkrtest', 'plm', 'PMCMRplus', 'PROreg',
'RcppEigen', 'rmarkdown', 'rms', 'rstan', 'rstanarm',
'sampleSelection', 'survey', 'svylme', 'TMB', 'WRS2'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.28.3
Check: examples
Result: ERROR
Running examples in ‘parameters-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: p_direction.lm
> ### Title: Probability of Direction (pd)
> ### Aliases: p_direction.lm
>
> ### ** Examples
>
> ## Don't show:
> if (requireNamespace("bayestestR") && require("see", quietly = TRUE) && requireNamespace("sandwich")) withAutoprint({ # examplesIf
+ ## End(Don't show)
+ data(qol_cancer)
+ model <- lm(QoL ~ time + age + education, data = qol_cancer)
+ p_direction(model)
+
+ # based on heteroscedasticity-robust standard errors
+ p_direction(model, vcov = "HC3")
+
+ result <- p_direction(model)
+ plot(result)
+ ## Don't show:
+ }) # examplesIf
> data(qol_cancer)
> model <- lm(QoL ~ time + age + education, data = qol_cancer)
> p_direction(model)
Probability of Direction (null: 0)
Parameter | 95% CI | pd
---------------------------------------
(Intercept) | [58.46, 69.28] | 100%
time | [-1.07, 2.85] | 81.29%
age | [-0.32, 0.37] | 55.15%
educationmid | [ 4.43, 13.09] | 99.99%
educationhigh | [ 9.33, 19.38] | 100%
> p_direction(model, vcov = "HC3")
Probability of Direction (null: 0)
Parameter | 95% CI | pd
---------------------------------------
(Intercept) | [58.33, 69.41] | 100%
time | [-1.13, 2.90] | 80.57%
age | [-0.33, 0.38] | 55.99%
educationmid | [ 4.21, 13.31] | 99.99%
educationhigh | [ 9.37, 19.34] | 100%
> result <- p_direction(model)
> plot(result)
Error: Package `ggridges` required for this function to work.
Please install it by running `install.packages("ggridges")`.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.28.3
Check: package vignettes
Result: NOTE
Package has ‘vignettes’ subdirectory but apparently no vignettes.
Perhaps the ‘VignetteBuilder’ information is missing from the
DESCRIPTION file?
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.28.3
Check: HTML version of manual
Result: NOTE
Skipping checking math rendering: package 'V8' unavailable
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.28.3
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘M3C’
Flavor: r-oldrel-macos-arm64
Version: 0.28.3
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: 'EGAnet'
Flavor: r-oldrel-windows-x86_64