Top "Install.packages" questions

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

Can't install ISLR package

This is the code I ran: install.packages(ISLR); And this was the response: >Error in install.packages : object …

r install.packages
Problems installing data.table for R

I'm trying to install data.table library for R, but I can't get it to work.I've tried using both …

r data.table bioconductor install.packages
install package on windows ERROR: compilation failed for package 'cldr'

url <- "http://cran.us.r-project.org/src/contrib/Archive/cldr/cldr_1.1.0.tar.gz" pkgFile<-"cldr_1.1.0.tar.…

r windows install.packages cldr
Octave - How to install packages on Windows

Question Due to the issue in Fix for Octave urlread causing Peer certificate cannot be authenticated with given CA certificates, …

octave install.packages
Error: Package or namespace load failed

I am getting the following error when I am loading a few libraries in R: library(forecast) Error : object ‘f_…

r install.packages lazyeval
Installing package from a local zip file in R

I am trying to install a package in R from a local zip file. I have the zip file on …

r installation packages install.packages local-files
Install R packages using docker file

I have installed R using below line in my docker file. Please suggest how do I specify now packages to …

r docker dockerfile yum install.packages
Unable to install.packages(): system call failed: Cannot allocate memory; installation of package had non-zero exit status

I'm using R version 3.1.2 (2014-10-31) -- "Pumpkin Helmet" on Platform: x86_64-pc-linux-gnu (64-bit). I have an issue installing new …

r ubuntu rstudio install.packages
MySQL: Package 'mysql-server' has no installation candidate

This error is being shown whenever I want to install any software via command line. Even if i try to …

mysql install.packages
R, car package unable to load

I'm new with R, and I'm having some trouble loading the car library. I use Windows 8.1 (64 bit) and i'm working …

r dependencies install.packages r-car