Last updated on 2025-04-15 09:52:30 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2024.1.2 | 1.64 | 19.44 | 21.08 | OK | |
r-devel-linux-x86_64-debian-gcc | 2024.1.2 | 1.39 | 16.39 | 17.78 | OK | |
r-devel-linux-x86_64-fedora-clang | 2024.1.2 | 34.59 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2024.1.2 | 32.74 | OK | |||
r-devel-windows-x86_64 | 2024.1.2 | 3.00 | 44.00 | 47.00 | ERROR | |
r-patched-linux-x86_64 | 2024.1.2 | 2.04 | 18.85 | 20.89 | OK | |
r-release-linux-x86_64 | 2024.1.2 | 1.88 | 18.95 | 20.83 | 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 | 46.00 | 49.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 | 3.00 | 50.00 | 53.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 11751 cannot be opened"
Calls: prepost -> %dopar% -> <Anonymous>
Execution halted
Flavor: r-devel-windows-x86_64