install.packages

“Non Zero Exit Status” R 3.0.1 'XML' and 'RCurl'

会有一股神秘感。 提交于 2019-12-17 15:15:10
问题 I am having a bit of trouble installing XML and RCurl on my Ubuntu machine 13.10. I performed all sudo update and upgrades today. I am trying to use rattle for R. I am unable to install 'XML' which is required for the use of rattle. This is pretty much the same question that was asked right here just a year later and a different OS. Here are the error messages that I am getting back: > install.packages("RCurl") Installing package into ‘/home/steven/R/x86_64-pc-linux-gnu-library/3.0’ (as ‘lib’

“Non Zero Exit Status” R 3.6.0 “Biobase”

不打扰是莪最后的温柔 提交于 2019-12-13 11:34:59
问题 I need to install different packages on R. The OS is ubuntu for windows. When I try "BiocManager::install("Biobase") I get the following error: ** R ** data ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries mv: cannot move '/home/mark/R/x86_64-pc-linux-gnu

Error caused when trying to Installing package in .Net

百般思念 提交于 2019-12-13 03:54:11
问题 When I tried to install the Package in Visual Studio 2017 using below command, PM> Install-Package Microsoft.IdentityModel -Version 7.0.0 I got the following error Attempting to gather dependency information for package 'Microsoft.IdentityModel.7.0.0' with respect to project 'Portal.System', targeting '.NETFramework,Version=v4.0' Install-Package : An error occurred while retrieving package metadata for 'Microsoft.IdentityModel.7.0.0' from source 'nuget.org'. error occurred while sending the

Warning in install.packages : cannot open: HTTP status was '404 Not Found'

岁酱吖の 提交于 2019-12-12 20:36:11
问题 I have attempted to download R package memoise : install.packages("memoise") However, I have recevied the following error message: trying URL 'http://cran.rstudio.com/bin/windows/contrib/3.0/memoise_0.1.zip' Warning in install.packages : cannot open: HTTP status was '404 Not Found' Error in download.file(url, destfile, method, mode = "wb", ...) : cannot open URL 'http://cran.rstudio.com/bin/windows/contrib/3.0/memoise_0.1.zip' Warning in install.packages : download of package ‘memoise’ failed

Ubuntu 12.04 R install.packages() does not work. No warning, no install

心不动则不痛 提交于 2019-12-12 09:48:34
问题 I am running a ubuntu 12.04 instance, and have R3.0.2 loaded, but cannot get install.packages() to install packages. It downloads the files, but appears to not install them. Am I missing something here? I have never had this trouble before running ubuntu R instances. By the way, I have tried running the process as root instantiated with sudo R from command line but still no warning, no install. By the way, this problem is consistent across all packages I have tried to install. Here is an

Could not find function “year” after installation from zip file R

萝らか妹 提交于 2019-12-12 03:21:35
问题 I'm using R and working on a server without internet connection. So I had to search how to install packages from a zip file. I wanted to use the lubridate package. install.packages("V:/R/lubridate_1.3.3.zip", repos=NULL) Then I tried to use library(lubridate) year(data$date) but I received an error that package or namespace load failed for "lubridate" . And the function year could not be found . Did I forgot any step? 回答1: If you install a package with install.packages from a CRAN mirror, the

R: package or namespace load failed for 'forecast'

巧了我就是萌 提交于 2019-12-11 15:37:46
问题 I'm working on RStudio, and I have the forecast package installed, if I look at the lateral bar, it's there. However, when I run library("forecast") , it gives me the following error: Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : there is no package called ‘ggplot2’ In addition: Warning message: package ‘forecast’ was built under R version 3.3.3 Error: package or namespace load failed for ‘forecast’ There is indeed no package called ggplot2 but I've

Unable to install sandwich package: installation of package ‘sandwich’ had non-zero exit status

筅森魡賤 提交于 2019-12-11 15:15:59
问题 I need to install the "plm" package. After installing it, the "sandwich" package was missing. > library(plm) Error: package or namespace load failed for ‘plm’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): there is no package called ‘sandwich Tried to install the "sandwich" package, returned with this: Installing package into ‘library_path’ (as ‘lib’ is unspecified) also installing the dependency ‘zoo’ There is a binary version available but the source

install_bitbucket fails with 404 error

此生再无相见时 提交于 2019-12-11 02:33:43
问题 I'd like to install this Package from bitbucket: https://bitbucket.org/mkuhn/parallelrandomforest/ But this is what happends if i run install_bitbucket > devtools::install_bitbucket("mkuhn/parallelrandomforest") Downloading bitbucket repo mkuhn/parallelrandomforest@master Error in download(dest, src, auth) : client error: (404) Not Found If i run the command from ?install_bitbucket namely install_bitbucket("dannavarro/lsr-package") it works perfectly. Any ideas R version 3.1.2 (2014-10-31)

R: Problems installing package (related to space in directory name?)

纵然是瞬间 提交于 2019-12-10 23:06:01
问题 I'm trying to install the CausalImpact package and failing due to a dependency on bsts. I've tried to install bsts without success, and looking at the results I see what I think is a failure on a dependency for Boom: install.packages("bsts", lib="C:/R/win-library/3.3") Package which is only available in source form, and may need compilation of C/C++/Fortran: ‘bsts’ Do you want to attempt to install these from sources? y/n: y installing the source package ‘bsts’ trying URL 'https://cran