Last updated on 2020-08-07 01:49:54 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.8.2 | 17.91 | 339.38 | 357.29 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.8.2 | 14.44 | 240.46 | 254.90 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.8.2 | 381.25 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.8.2 | 400.81 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.8.2 | 34.00 | 476.00 | 510.00 | OK | |
r-patched-linux-x86_64 | 0.8.2 | 16.23 | 299.02 | 315.25 | NOTE | |
r-patched-solaris-x86 | 0.8.2 | 485.10 | NOTE | |||
r-release-linux-x86_64 | 0.8.2 | 16.49 | 331.04 | 347.53 | OK | |
r-release-macos-x86_64 | 0.8.2 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.8.2 | 35.00 | 341.00 | 376.00 | OK | |
r-oldrel-macos-x86_64 | 0.8.2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.8.2 | 19.00 | 331.00 | 350.00 | ERROR |
Version: 0.8.2
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘clubSandwich’
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc
Version: 0.8.2
Check: package dependencies
Result: NOTE
Packages suggested but not available for checking:
'clubSandwich', 'rstanarm'
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.8.2
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘rstanarm’
Flavor: r-patched-linux-x86_64
Version: 0.8.2
Check: package dependencies
Result: NOTE
Packages suggested but not available for checking: 'clubSandwich', 'M3C'
Flavor: r-patched-solaris-x86
Version: 0.8.2
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘M3C’
Flavors: r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 0.8.2
Check: examples
Result: ERROR
Running examples in 'parameters-Ex.R' failed
The error most likely occurred in:
> ### Name: model_parameters.PCA
> ### Title: Parameters from Structural Models (PCA, EFA, ...)
> ### Aliases: model_parameters.PCA model_parameters.principal
> ### model_parameters.omega
>
> ### ** Examples
>
> library(parameters)
> if (require("psych")) {
+ # Principal Component Analysis (PCA) ---------
+ pca <- psych::principal(attitude)
+ model_parameters(pca)
+
+ pca <- psych::principal(attitude, nfactors = 3, rotate = "none")
+ model_parameters(pca, sort = TRUE, threshold = 0.2)
+
+ principal_components(attitude, n = 3, sort = TRUE, threshold = 0.2)
+
+
+ # Omega ---------
+ omega <- psych::omega(mtcars, nfactors = 3)
+ params <- model_parameters(omega)
+ params
+ summary(params)
+ }
Loading required package: psych
Error in nchar(tv[1, 21]) : 'nchar()' requires a character vector
Calls: <Anonymous> -> omegah -> omega.diagram -> multi.arrow
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64