You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace import(Matrix, lattice, parallel, MASS) in the NAMESPACE by importFrom() for the functions that are actually used. This will make the R code more explicit and reduce package size (I expect).
The text was updated successfully, but these errors were encountered:
I actually thought of this because of a discussion on [email protected] that was about a NAMESPACE conflict. That it would lead to a smaller package size is just a guess and may be mistaken.
Replace
import(Matrix, lattice, parallel, MASS)
in theNAMESPACE
byimportFrom()
for the functions that are actually used. This will make the R code more explicit and reduce package size (I expect).The text was updated successfully, but these errors were encountered: