Last updated on 2022-11-25 07:54:18 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 6.55 | 83.03 | 89.58 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 7.72 | 62.34 | 70.06 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 124.60 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 120.64 | ERROR | |||
r-devel-windows-x86_64 | 1.0 | 21.00 | 110.00 | 131.00 | ERROR | |
r-patched-linux-x86_64 | 1.0 | ERROR | ||||
r-release-linux-x86_64 | 1.0 | 8.24 | 79.30 | 87.54 | ERROR | |
r-release-macos-arm64 | 1.0 | 37.00 | OK | |||
r-release-macos-x86_64 | 1.0 | 50.00 | OK | |||
r-release-windows-x86_64 | 1.0 | 23.00 | 119.00 | 142.00 | OK | |
r-oldrel-macos-arm64 | 1.0 | 42.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0 | 67.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 1.0 | 19.00 | 101.00 | 120.00 | ERROR |
Version: 1.0
Check: examples
Result: ERROR
Running examples in 'REREFACT-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: rerefact
> ### Title: Identifies an appropriate permutation matrix for each
> ### replication
> ### Aliases: rerefact
> ### Keywords: Permutation matrices Simulation Exploratory Factor Analysis
> ### (EFA) Exploratory Structural Equation Modeling (ESEM)
>
> ### ** Examples
>
> # Dependent packages
>
> require(Matrix)
> require(psych)
> require(gdata)
> require(combinat)
>
> # Load the population pattern coefficient matrix for Example 1 from
> # Myers, Ahn, Lu, Celimli, and Zopluoglu (2016).
>
> data(pop_L_efa)
>
> # Load 200 replications of the estimated pattern coefficient matrix provided by
> # replication numbers 1 through 100 and 4701 through 4800
> # in Example 1 from Myers, Ahn, Lu, Celimli, and Zopluoglu (2016).
>
> data(sample_lambda_efa)
>
> # Specify the following arguments within the rerefact function for Example 1 from
> # Myers, Ahn, Lu, Celimli, and Zopluoglu (2016).
>
> rerefact(n.factor=3, n.eta=3, n.var=10, pop_lambda=pop_L_efa, sample_lambda=sample_lambda_efa)
Error in tr(t(sample_data_lambda1[[i]] - pop_perm[[j]]) %*% (sample_data_lambda1[[i]] - :
m must be a square matrix
Calls: rerefact ... FUN -> cbind -> do.call -> lapply -> FUN -> cbind -> tr
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: 1.0
Check: for non-standard things in the check directory
Result: NOTE
Found the following files/directories:
'correct_alpha.csv' 'correct_beta.csv' 'correct_gamma.csv'
'correct_lambda.csv' 'correct_psi.csv'
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.0
Check: examples
Result: ERROR
Running examples in ‘REREFACT-Ex.R’ failed
The error most likely occurred in:
> ### Name: rerefact
> ### Title: Identifies an appropriate permutation matrix for each
> ### replication
> ### Aliases: rerefact
> ### Keywords: Permutation matrices Simulation Exploratory Factor Analysis
> ### (EFA) Exploratory Structural Equation Modeling (ESEM)
>
> ### ** Examples
>
> # Dependent packages
>
> require(Matrix)
> require(psych)
> require(gdata)
> require(combinat)
>
> # Load the population pattern coefficient matrix for Example 1 from
> # Myers, Ahn, Lu, Celimli, and Zopluoglu (2016).
>
> data(pop_L_efa)
>
> # Load 200 replications of the estimated pattern coefficient matrix provided by
> # replication numbers 1 through 100 and 4701 through 4800
> # in Example 1 from Myers, Ahn, Lu, Celimli, and Zopluoglu (2016).
>
> data(sample_lambda_efa)
>
> # Specify the following arguments within the rerefact function for Example 1 from
> # Myers, Ahn, Lu, Celimli, and Zopluoglu (2016).
>
> rerefact(n.factor=3, n.eta=3, n.var=10, pop_lambda=pop_L_efa, sample_lambda=sample_lambda_efa)
Error in tr(t(sample_data_lambda1[[i]] - pop_perm[[j]]) %*% (sample_data_lambda1[[i]] - :
m must be a square matrix
Calls: rerefact ... FUN -> cbind -> do.call -> lapply -> FUN -> cbind -> tr
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-oldrel-windows-ix86+x86_64