aiorazabala / qmethod

R package to analyse Q methodology data
GNU General Public License v2.0
34 stars 18 forks source link

Fix GPArotation dependency #381

Closed aiorazabala closed 1 year ago

aiorazabala commented 1 year ago

A recent release of an update to the GPArotation package that is imported by qmethod; one of the changes is the addition of the equamax and varimin rotation options.

qmethod also imports the psych package, which includes those 2 rotation methods already.

Because of this double import of identical functions, during the submission of GPArotation a Warning occurred which I have included below. This Warning can be avoided if qmethod selectively imports from the NAMESPACES of GPArotation and psych

-- Fix before 10 of April 2023

(kindly noted by Coen Bernaards and Kurt Hornik)

aiorazabala commented 1 year ago

No function from GPArotation was in the code (procrustes() was instead from MCMCpack)