function install.extras in R is not found
1
0
Entering edit mode
4.7 years ago
Martina ▴ 30

Hello, I wanted to install and use NMF in R but I get an error:

Error in install.extras("NMF") : could not find function "install.extras"

Could you please advice me how to install install.extras to R?

Thank you very much, Martina

R • 1.5k views
ADD COMMENT
2
Entering edit mode

Useful StackOverflow post regarding this error:

ADD REPLY
1
Entering edit mode
4.7 years ago
h.mon 35k

Did you install and load the packageExtra package?

# install the package only once
BiocManager::install("packageExtra")

# load the package every new R session
library(packageExtra)
ADD COMMENT

Login before adding your answer.

Traffic: 2123 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6