LLT
LLT

Reputation: 43

Try to install a R package in R 3.6.0

I just installed R 3.6.0 and was trying to install package. However, it says

utils:::menuInstallPkgs()

and there is no response at all.

Reinstalling of R has been attempted.

Upvotes: 0

Views: 2181

Answers (2)

Joao Borges
Joao Borges

Reputation: 1

Try to run R as Administrator (right-click on the R icon). So, if the R package installation menu is not working, use the command install.packages().

Upvotes: 0

user6267024
user6267024

Reputation: 11

Looks like an R3.6.0 bug to me. Anyway if you just type "install.packages()" you can still install packages through graphical selection.

Upvotes: 1

Related Questions