zdebruine / RcppML

Rcpp Machine Learning: Fast robust NMF, divisive clustering, and more
GNU General Public License v2.0
89 stars 15 forks source link

Update DESCRIPTION #33

Closed ttriche closed 2 years ago

ttriche commented 2 years ago

Per #32 , if RcppSparse is neither required nor linked to, it must be removed from Imports and LinkingTo, else installation of RcppML will fail in the absence of RcppSparse.