Github repository for MetaSparseKmeans
- sparcl
- combinat
- hash
First you need R devtools
package installed.
- In R console
library(devtools)
install_github("Caleb-Huo/MetaSparseKmeans", build_vignettes=TRUE)
- Or install from a released package.
- First, download the latest released package https://github.com/Caleb-Huo/MetaSparseKmeans/releases
- Install this downloaded package directly.
install.packages("MetaSparseKmeans_0.0.3.tar.gz",repos=NULL,type="source")
- After installing this package from github, In R console:
browseVignettes("MetaSparseKmeans")