Closed rdiaz02 closed 1 year ago
Code in file GA.R calls function invPerm which is from package Matrix, but Matrix is not explicitly listed in the NAMESPACE file or in Description (section imports).
GA.R
invPerm
Matrix
I just changed it to import invPerm, thanks!
Thanks!
Code in file
GA.R
calls functioninvPerm
which is from packageMatrix
, butMatrix
is not explicitly listed in the NAMESPACE file or in Description (section imports).