Last updated on 2026-06-08 02:51:26 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.2 | 16.37 | 164.94 | 181.31 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.2 | 12.89 | 111.05 | 123.94 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.2 | 29.00 | 263.16 | 292.16 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.2 | 30.00 | 252.14 | 282.14 | OK | |
| r-devel-windows-x86_64 | 0.1.2 | 21.00 | 157.00 | 178.00 | OK | |
| r-patched-linux-x86_64 | 0.1.2 | 17.64 | 152.74 | 170.38 | OK | |
| r-release-linux-x86_64 | 0.1.2 | 16.70 | 153.82 | 170.52 | OK | |
| r-release-macos-arm64 | 0.1.2 | 7.00 | 42.00 | 49.00 | OK | |
| r-release-macos-x86_64 | 0.1.2 | 18.00 | 203.00 | 221.00 | OK | |
| r-release-windows-x86_64 | 0.1.2 | 21.00 | 156.00 | 177.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.2 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.2 | 16.00 | 274.00 | 290.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.2 | 28.00 | 199.00 | 227.00 | OK |
Version: 0.1.2
Check: examples
Result: ERROR
Running examples in ‘RSAtools-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: plotting.ext
> ### Title: Plot extrema in the response surface along the lines of
> ### congruence and incongruence
> ### Aliases: plotting.ext
>
> ### ** Examples
>
> ######ESTIMATE POLYNOMIAL MODEL FOR RSA
> RSA_NSfit <- RSAmodel(formula= engagement ~ needs*supplies,
+ data= sim_NSfit, model= c("FM26_PARALLELASYMWEAK"))
[1] "Computing parallel asymmetric weak congruence... model (FM26_PARALLELASYMWEAK) ..."
> ######PLOT EXTREMA OVER LOC AND LOIC
> EXTsim <- plotting.ext(RSA_NSfit,model="FM26_PARALLELASYMWEAK",
+ xlim=c(-3,3),zlim=c(-3,3),acceleration=c(0,-0.3),
+ text_size=0.7,elabel_size=3,e_size=2,breaks_x=seq(-10, 10, 0.5),breaks_z=seq(-10, 10, 0.5))
Warning: Using `size` aesthetic for lines was deprecated in ggplot2 3.4.0.
ℹ Please use `linewidth` instead.
ℹ The deprecated feature was likely used in the RSAtools package.
Please report the issue to the authors.
> ggpubr::ggarrange(EXTsim[["LOC"]], EXTsim[["LOIC"]],
+ labels = c("A. Response over LOC", "B. Response over LOIC"),
+ nrow=1,ncol=2,font.label = list(size = 11))
Error in loadNamespace(x) : there is no package called ‘ggpubr’
Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc