alexanderrobitzsch / TAM

Test Analysis Modules
https://alexanderrobitzsch.github.io/TAM/
15 stars 9 forks source link

tam.fa calls GPArotation::oblimin() with unused argument (L = B.stand) #22

Closed Stegmannk closed 1 year ago

Stegmannk commented 1 year ago

Hi!

The current version of tam.fa() calls GPArotation::oblimin(L = B.stand). GPArotation::oblimin, however, hasn't an argument called L. Instead of L, A might might be the correct argument. A fix to this problem would be highly appreciated!

Thank you very much

Best regards, Karsten Stegmann

R 3.4.1 (MAC OS, ARM) GPArotation version 2023.3-1 TAM version 4.1-4

thkiefer commented 1 year ago

in the meantime you can use tam.fa() with an(y) older version of GPArotation up to 2022.10-2 from the archives . Seems that the new maintainer included some refactoring and argument renaming.

Best Thomas

bernaards commented 1 year ago

Yeah, with version 2023.3-1 includes this change. Removal of "L=" works, or change to "A="

alexanderrobitzsch commented 1 year ago

Thank you all for your help. I just uploaded a bug fix in TAM 4.2-11.