Last updated on 2019-07-20 17:46:51 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.1 | 11.24 | 89.06 | 100.30 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.2.1 | 9.42 | 69.72 | 79.14 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.2.1 | 118.35 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.1 | 121.96 | ERROR | |||
r-devel-windows-ix86+x86_64 | 0.2.1 | 26.00 | 98.00 | 124.00 | ERROR | |
r-patched-linux-x86_64 | 0.2.1 | 10.01 | 86.46 | 96.47 | ERROR | |
r-patched-solaris-x86 | 0.2.1 | 201.50 | ERROR | |||
r-release-linux-x86_64 | 0.2.1 | 11.78 | 85.49 | 97.27 | ERROR | |
r-release-windows-ix86+x86_64 | 0.2.1 | 25.00 | 96.00 | 121.00 | ERROR | |
r-release-osx-x86_64 | 0.2.1 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.2.1 | 17.00 | 137.00 | 154.00 | ERROR | |
r-oldrel-osx-x86_64 | 0.2.1 | OK |
Version: 0.2.1
Check: examples
Result: ERROR
Running examples in 'IATscores-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Tgraph
> ### Title: Layout 'qgraph' for multiple comparisons by package 'nparcomp'
> ### Aliases: Tgraph
> ### Keywords: multiple comparisons Tgraph
>
> ### ** Examples
>
> library(nparcomp)
Loading required package: multcomp
Loading required package: mvtnorm
Loading required package: survival
Loading required package: TH.data
Loading required package: MASS
Attaching package: 'TH.data'
The following object is masked from 'package:MASS':
geyser
> library(qgraph)
>
> dat <- data.frame(matrix(nrow = 300, ncol = 0))
>
> dat$DV <- c(rnorm(100, 1, 1),
+ rnorm(100, 0, 1),
+ rnorm(100, 0, 1))
>
> dat$IV <- c(rep("A", 100),
+ rep("B", 100),
+ rep("D", 100))
>
> mcmp <- mctp(formula = DV~IV, data = dat, type = "Tukey")
#----------------Nonparametric Multiple Comparisons for relative effects---------------#
- Alternative Hypothesis: True differences of relative effects are not equal to 0
- Estimation Method: Global Pseudo Ranks
- Type of Contrast : Tukey
- Confidence Level: 95 %
- Method = Fisher with 198 DF
#--------------------------------------------------------------------------------------#
> tg <- Tgraph(mcmp)
> qgraph(tg$amat, layout = tg$layout)
>
> tg2 <- Tgraph(mcmp, horizorder = c("A", "D", "B"))
Error in x[[jj]][iseq] <- vjj : replacement has length zero
Calls: Tgraph -> [<- -> [<-.data.frame
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
Version: 0.2.1
Check: examples
Result: ERROR
Running examples in ‘IATscores-Ex.R’ failed
The error most likely occurred in:
> ### Name: Tgraph
> ### Title: Layout 'qgraph' for multiple comparisons by package 'nparcomp'
> ### Aliases: Tgraph
> ### Keywords: multiple comparisons Tgraph
>
> ### ** Examples
>
> library(nparcomp)
Loading required package: multcomp
Loading required package: mvtnorm
Loading required package: survival
Loading required package: TH.data
Loading required package: MASS
Attaching package: ‘TH.data’
The following object is masked from ‘package:MASS’:
geyser
> library(qgraph)
>
> dat <- data.frame(matrix(nrow = 300, ncol = 0))
>
> dat$DV <- c(rnorm(100, 1, 1),
+ rnorm(100, 0, 1),
+ rnorm(100, 0, 1))
>
> dat$IV <- c(rep("A", 100),
+ rep("B", 100),
+ rep("D", 100))
>
> mcmp <- mctp(formula = DV~IV, data = dat, type = "Tukey")
#----------------Nonparametric Multiple Comparisons for relative effects---------------#
- Alternative Hypothesis: True differences of relative effects are not equal to 0
- Estimation Method: Global Pseudo Ranks
- Type of Contrast : Tukey
- Confidence Level: 95 %
- Method = Fisher with 198 DF
#--------------------------------------------------------------------------------------#
> tg <- Tgraph(mcmp)
> qgraph(tg$amat, layout = tg$layout)
>
> tg2 <- Tgraph(mcmp, horizorder = c("A", "D", "B"))
Error in x[[jj]][iseq] <- vjj : replacement has length zero
Calls: Tgraph -> [<- -> [<-.data.frame
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-solaris-x86, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64