NMF package installation

 

win10 operating system, R3.4 version
download package NMF

source("https://bioconductor.org/biocLite.R")
biocLite("Biobase")
install.packages("NMF")
  • Error rngtoolsis not installed, install manually download rngtools has failed to update the R version, install it using the R3.5
进入windows R3.4的Rgui,然后下载源码rngtools_1.2.3.tar.gz,从源码进行安装成功

In win10 R3.5 successful installation

source("https://bioconductor.org/biocLite.R")
biocLite("Biobase")
install.packages("NMF")
  • Error rngtoolsis not installed, install manually download rngtools has failed to update the R version, install it using the R3.5
下载源码进行安装rngtools_1.2.3.tar.gz,需要在Rgui里面从本地进行安装,不能再Rstudio进行安装,否则会报错

System Version CentOS Linux release 7.3.1611 (Core)
using R3.5 installation under linux

#下载如下R包,然后安装成功
doParallel_1.0.14.tar.gz
gridBase_0.4-7.tar.gz
NMF_0.20.6.tar.gz
pkgmaker_0.27.tar.gz
registry_0.5-1.tar.gz
rngtools_1.2.3.tar.gz

<wiz_tmp_tag id="wiz-table-range-border" contenteditable="false" style="display: none;">

Guess you like

Origin www.cnblogs.com/raisok/p/11009460.html