Rcpp and RcppArmadillo are useful for R package development. As for RcppArmadillo, it seems superlu is the only method to utilize the sparse property for very large matrices. However, it is not clear how to let an R package with superlu work in Windows.
Can anyone give me an example in which R package using superlu works well in Windows? I think I can check the source code to figure it out.
Thanks, Wenjian