Last updated on 2026-09-04 08:51:10 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.4 | 10.99 | 120.70 | 131.69 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.4 | 7.12 | 81.39 | 88.51 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.4 | 86.53 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.4 | 8.00 | 84.87 | 92.87 | OK | |
| r-devel-windows-x86_64 | 0.1.4 | 14.00 | 116.00 | 130.00 | ERROR | |
| r-patched-linux-x86_64 | 0.1.4 | 11.00 | 112.32 | 123.32 | OK | |
| r-release-linux-x86_64 | 0.1.4 | 8.91 | 112.14 | 121.05 | OK | |
| r-release-macos-arm64 | 0.1.4 | 3.00 | 31.00 | 34.00 | OK | |
| r-release-macos-x86_64 | 0.1.4 | 8.00 | 142.00 | 150.00 | OK | |
| r-release-windows-x86_64 | 0.1.4 | 12.00 | 117.00 | 129.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.4 | 3.00 | 31.00 | 34.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.4 | 8.00 | 146.00 | 154.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.4 | 18.00 | 154.00 | 172.00 | OK |
Version: 0.1.4
Check: examples
Result: ERROR
Running examples in 'vsp-Ex.R' failed
The error most likely occurred in:
> ### Name: plot_varimax_z_pairs
> ### Title: Create a pairs plot of select Y factors
> ### Aliases: plot_varimax_z_pairs plot_varimax_y_pairs plot_svd_u
> ### plot_svd_v
>
> ### ** Examples
>
>
> data(enron, package = "igraphdata")
>
> fa <- vsp(enron, rank = 3)
This graph was created by an old(er) igraph version.
ℹ Call `igraph::upgrade_graph()` on it to use with the current igraph version.
For now we convert it on the fly...
>
> plot_varimax_z_pairs(fa)
Error in stop_if_not_installed("GGally") :
Must install GGally for this functionality.
Calls: plot_varimax_z_pairs -> stop_if_not_installed
Execution halted
Flavor: r-devel-windows-x86_64