Last updated on 2025-08-09 05:48:45 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2024.1.2 | 1.87 | 19.98 | 21.85 | OK | |
r-devel-linux-x86_64-debian-gcc | 2024.1.2 | 1.42 | 16.89 | 18.31 | OK | |
r-devel-linux-x86_64-fedora-clang | 2024.1.2 | 33.65 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2024.1.2 | 32.04 | OK | |||
r-devel-windows-x86_64 | 2024.1.2 | 3.00 | 42.00 | 45.00 | ERROR | |
r-patched-linux-x86_64 | 2024.1.2 | 2.00 | 19.25 | 21.25 | OK | |
r-release-linux-x86_64 | 2024.1.2 | 1.86 | 18.96 | 20.82 | OK | |
r-release-macos-arm64 | 2024.1.2 | 21.00 | OK | |||
r-release-macos-x86_64 | 2024.1.2 | 29.00 | OK | |||
r-release-windows-x86_64 | 2024.1.2 | 3.00 | 47.00 | 50.00 | OK | |
r-oldrel-macos-arm64 | 2024.1.2 | 20.00 | OK | |||
r-oldrel-macos-x86_64 | 2024.1.2 | 40.00 | OK | |||
r-oldrel-windows-x86_64 | 2024.1.2 | 4.00 | 50.00 | 54.00 | OK |
Version: 2024.1.2
Check: examples
Result: ERROR
Running examples in 'resilience-Ex.R' failed
The error most likely occurred in:
> ### Name: prepost
> ### Title: Identifying Predictors of Resilience to Stressors in Single-Arm
> ### Studies of Pre-Post Change
> ### Aliases: prepost
> ### Keywords: pre-post resilience
>
> ### ** Examples
>
> data(tkr)
>
> names(tkr.dat)
[1] "gender" "age" "bmi" "smoker" "post.Y" "pre.Y"
> dim(tkr.dat)
[1] 900 6
>
> # pre-post change regression
> ans1 <- prepost(post.Y ~ pre.Y + I(age-mean(age)) + I((age - mean(age))^2) +
+ bmi + gender + as.factor(smoker), data=tkr.dat, k=c(1.2, 1.5), nboot=200)
Error in { :
task 1 failed - "creation of server socket failed: port 11358 cannot be opened"
Calls: prepost -> %dopar% -> <Anonymous>
Execution halted
Flavor: r-devel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.