install.packages

install.packages R on Ubuntu 12.04 downloads but does not install packages

廉价感情. 提交于 2019-11-27 16:02:32
I'm perplexed. I've done this process a dozen times and never had this issue. I installed the latest version of R for Ubuntu I enter R, no issues at all, gives me the latest version, and I can load native packages. But When I try to install new packages, they download, but I get nothing. For example, if I install ggplot2: > install.packages("ggplot2") Installing package into ‘/usr/local/lib/R/site-library’ (as ‘lib’ is unspecified) also installing the dependencies ‘colorspace’, ‘stringr’, ‘RColorBrewer’, ‘dichromat’, ‘munsell’, ‘labeling’, ‘plyr’, ‘digest’, ‘gtable’, ‘reshape2’, ‘scales’,

R, car package unable to load

青春壹個敷衍的年華 提交于 2019-11-27 15:21:01
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 in 32 bit R environment. I downloaded the library just fine, but when i try to load the car library using library(car) the message i get is: Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : there is no package called ‘quantreg’ Error: package or namespace load failed for ‘car’ This message came up asking for several other libraries besides quantreg . I downloaded some of those other libraries in the hope that it would be enough to run car, but

R Keeps Downloading Packages to tmp Directory

两盒软妹~` 提交于 2019-11-27 07:18:59
问题 I am using R Studio on a 2103 MacBook Pro. I had no problems before downloading and installing packages, but recently all my packages are being downloaded and then fail to install: trying URL 'http://cran.rstudio.com/bin/macosx/mavericks/contrib/3.1/manipulate_1.0.1.tgz' Content type 'application/x-gzip' length 33770 bytes (32 Kb) opened URL ================================================== downloaded 32 Kb The downloaded binary packages are in /var/folders/yl/7q0_4h3j60d5pp52vmz0b06r0000gn

package ‘pbkrtest’ is not available (for R version 3.2.2) [duplicate]

血红的双手。 提交于 2019-11-27 03:14:13
问题 This question already has answers here : How should I deal with “package 'xxx' is not available (for R version x.y.z)” warning? (15 answers) Closed 3 years ago . I want to install the package "car" but it depends of a package "pbkrtest" I can't install : ERROR: dependency ‘pbkrtest’ is not available for package ‘car’ Warning in install.packages : installation of package ‘car’ had non-zero exit status install.packages("pbkrtest") Installing package into ‘/home/d9999/R/x86_64-redhat-linux-gnu

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

你离开我真会死。 提交于 2019-11-27 01:56:44
问题 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 packages in R, using RStudio. When I call the install.packages() function, I get: Warning in install.packages : system call failed: Cannot allocate memory Warning in install.packages : installation of package ‘pastecs’ had non-zero exit status The downloaded source packages are in ‘/tmp/Rtmpi0toFl/downloaded_packages’ I have installed R via shell commands and it

lib unspecified & Error in loadNamespace

青春壹個敷衍的年華 提交于 2019-11-26 20:21:26
I had everything working with R and RStudio, but then I moved the folders when cleaning up my computer directories & files. Now I'm getting the error message below. Should R and RStudio be installed under Program Files or Program Files (x86) ? Should I have two libPaths ? install.packages("C:/Users/kevin/Downloads/fpp_0.5.zip", repos = NULL) ## Warning in install.packages : ## package ‘C:/Users/kevin/Downloads/fpp_0.5.zip’ ## is not available (for R version 3.0.0) ## Installing package into ‘C:/Users/kevin/Documents/R/win-library/3.0’ ## (as ‘lib’ is unspecified) ## package ‘fpp’ successfully

R, car package unable to load

我的未来我决定 提交于 2019-11-26 17:09:34
问题 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 in 32 bit R environment. I downloaded the library just fine, but when i try to load the car library using library(car) the message i get is: Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : there is no package called ‘quantreg’ Error: package or namespace load failed for ‘car’ This message came up asking for several other libraries besides

lib unspecified & Error in loadNamespace

被刻印的时光 ゝ 提交于 2019-11-26 07:35:48
问题 I had everything working with R and RStudio, but then I moved the folders when cleaning up my computer directories & files. Now I\'m getting the error message below. Should R and RStudio be installed under Program Files or Program Files (x86) ? Should I have two libPaths ? install.packages(\"C:/Users/kevin/Downloads/fpp_0.5.zip\", repos = NULL) ## Warning in install.packages : ## package ‘C:/Users/kevin/Downloads/fpp_0.5.zip’ ## is not available (for R version 3.0.0) ## Installing package