Last updated on 2018-06-01 08:49:09 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 1.90 | 19.64 | 21.54 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.35 | 17.42 | 18.77 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 38.77 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 36.10 | OK | |||
r-devel-windows-ix86+x86_64 | 1.0 | 5.00 | 54.00 | 59.00 | OK | |
r-patched-linux-x86_64 | 1.0 | 1.58 | 20.36 | 21.94 | ERROR | |
r-patched-solaris-x86 | 1.0 | 52.90 | OK | |||
r-release-linux-x86_64 | 1.0 | 1.66 | 20.32 | 21.98 | ERROR | |
r-release-windows-ix86+x86_64 | 1.0 | 3.00 | 40.00 | 43.00 | OK | |
r-release-osx-x86_64 | 1.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 5.00 | 53.00 | 58.00 | OK | |
r-oldrel-osx-x86_64 | 1.0 | OK |
Version: 1.0
Check: examples
Result: ERROR
Running examples in ‘psytabs-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: meanTable
> ### Title: Mean table.
> ### Aliases: meanTable
>
> ### ** Examples
>
> data(mydata)
> mydata.sumscore <- rowSums(mydata[,c("item1", "item2", "item3", "item4")])
> meanTable(mydata.sumscore, mydata$age_group7)
Value
< 21 1.44+-0.17
> 60 1.5+-0.22
21-30 1.43+-0.13
31-40 1.23+-0.2
41-50 1.62+-0.21
51-60 1.56+-0.22
> meanTable(mydata.sumscore, mydata$age_group7, mydata$sex)
Error in if (is.na(hor.factor)) { : the condition has length > 1
Calls: meanTable
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64