Top "Install.packages" questions

The R function to install packages from a specified package repository.

lib unspecified & Error in loadNamespace

I had everything working with R and RStudio, but then I moved the folders when cleaning up my computer directories &…

r installation install.packages
Installing package - cannot open file - permission denied

I'm working in RStudio and am attempting to install the dplyr package. I have installed various other packages without problem …

r rstudio install.packages
"Non Zero Exit Status" R 3.0.1 'XML' and 'RCurl'

I am having a bit of trouble installing XML and RCurl on my Ubuntu machine 13.10. I performed all sudo update …

xml linux r rcurl install.packages
Can't access User Library in R - "Non-Zero Exit Status" warning

When I tried to install packages on my work laptop, I got an error. I've been told that I have …

r installation install.packages
Error: package or namespace load failed for ‘car’

I'm unable to load the car package in R. I tried reinstalling using install.packages("car",dependencies=TRUE) both from …

r install.packages
Installing an R package from local unzipped folder

I am having difficulty installing an unzipped package on a Windows 7 computer without administrative privileges and no internet access. I …

r packages devtools cran install.packages
package ‘pbkrtest’ is not available (for R version 3.2.2)

I want to install the package "car" but it depends of a package "pbkrtest" I can't install : ERROR: dependency ‘pbkrtest’ …

r install.packages
Error in install.packages : type =="both" cannot be used with 'repos =NULL'

Actually I am trying to install packages offline. I have R studio. what I do is based on previously asked …

r zip package install.packages binaries
R - when trying to install package: InternetOpenUrl failed

Since I've updated both R (to 3.2.2) and RStudio (to 0.99.486) in Win 7, I'm experiencing problems downloading packages. I'm aware of the …

r installation package install.packages
package doMC NOT available for R version 3.0.0 warning in install.packages

For some packages like doMC & doSMP, i get the warning & inability to library(doMC). As shown below, i …

r windows install.packages domc