ClusterMapのインストール
こちらのツールをインストールする。
まずは、R remotesとR devtoolをCondaでインストールする
conda install -c conda-forge r-remotes
conda install -c conda-forge r-devtools
そしてRに入る
library(‘remotes’)
library(‘devtools’)
install_github("xgaoo/ClusterMap")
こちらのツールをインストールする。
まずは、R remotesとR devtoolをCondaでインストールする
conda install -c conda-forge r-remotes
conda install -c conda-forge r-devtools
そしてRに入る
library(‘remotes’)
library(‘devtools’)
install_github("xgaoo/ClusterMap")