install.packages

Installation of RQuantLib

…衆ロ難τιáo~ 提交于 2019-12-06 05:19:28
I tried to install RQuantLib from RStudio, but it has given me problems. I updated my R version to 3.3.1 and tried to use the usual way of installing a package ( install.packages("RQuantLib") ) as recommended on the webpage of the author ( http://dirk.eddelbuettel.com/code/rquantlib.html ). However, it gave the following error message : Warning in install.packages : package ‘RQuantLib’ is not available (for R version 3.3.1) I tried installing it on different computers too, but I got the same error message. Does anyone else experience the same problem or has any idea what could have gone wrong?

Unable to install package car

爷,独闯天下 提交于 2019-12-05 17:43:54
I am using R version 3.2.3 in Linux mint 17.3 64 bit. I was trying to install the package "car" with dependencies=TRUE , but the installation failed with the following error messages: > warnings() Warning messages: 1: In install.packages("car", dependencies = T) : installation of package ‘minqa’ had non-zero exit status 2: In install.packages("car", dependencies = T) : installation of package ‘RcppEigen’ had non-zero exit status 3: In install.packages("car", dependencies = T) : installation of package ‘leaps’ had non-zero exit status 4: In install.packages("car", dependencies = T) :

Is there something like requirements.txt for R? [closed]

╄→尐↘猪︶ㄣ 提交于 2019-12-05 11:46:46
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 3 years ago . Is there a functionality like requirements.txt in Python, where you can store a list of packages used into a file, and whenever other people want to run your programs and need to install the dependencies, they can just do pip install -r requirements.txt . I think, this helps a lot when deploying R

“unable to move temporary installation” when installing dependency packages in R

霸气de小男生 提交于 2019-12-05 01:08:13
问题 When I install a package, the prerequisite packages were installed first before the actual package. I get the "unable to move temporary installation" warning for all the prerequisite packages, but no such warning for the actual package. But the package will give error when I load it. For example, when I install.packages("mlr") , it installed all the dependencies and I got various warnings such as this: package ‘BBmisc’ successfully unpacked and MD5 sums checked Warning in install.packages :

“unable to move temporary installation” when installing dependency packages in R

大城市里の小女人 提交于 2019-12-03 16:27:22
When I install a package, the prerequisite packages were installed first before the actual package. I get the "unable to move temporary installation" warning for all the prerequisite packages, but no such warning for the actual package. But the package will give error when I load it. For example, when I install.packages("mlr") , it installed all the dependencies and I got various warnings such as this: package ‘BBmisc’ successfully unpacked and MD5 sums checked Warning in install.packages : unable to move temporary installation ‘D:\Documents\R\win-library\3.2\filef3811142c73\BBmisc’ to ‘D:

How to backup Anaconda added packages?

雨燕双飞 提交于 2019-12-03 10:15:48
I have Anaconda for Python 2, It came packed with a lot of useful packages. During my work, I have added several packages to it using conda install command. Now I have to format my system, and I want to backup/pack all the added libraries, either as full packages or even by knowing the installation command of each one. I searched StackOverflow , I found one unanswered question with a similar problem, the question suggested conda list -e >file_list.txt to create a file contains all the installed packages, but this is not sufficient for me, I want Anaconda to determine which package is added by

ERROR: 'configure' exists but is not executable — see the 'R Installation and Administration Manual' [closed]

会有一股神秘感。 提交于 2019-12-03 09:17:22
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 6 months ago . Ubuntu, Linux Mint, Debian ERROR: 'configure' exists but is not executable -- see the 'R Installation and Administration Manual' Warning in install.packages : installation of package ‘e1071’ had non-zero exit status If you run into the error-code above on Linux here is a simple fix for you: Why

ERROR: 'configure' exists but is not executable — see the 'R Installation and Administration Manual' [closed]

蹲街弑〆低调 提交于 2019-12-02 20:57:15
Ubuntu, Linux Mint, Debian ERROR: 'configure' exists but is not executable -- see the 'R Installation and Administration Manual' Warning in install.packages : installation of package ‘e1071’ had non-zero exit status If you run into the error-code above on Linux here is a simple fix for you: Why does this error occur? Because the folder R temporarily stores i.e. downloads package files into is 'marked' as non-executable i.e. noexec. This means that compilation, as is required for in this case for the given package is forbidden. How to fix it? I unmount the partition/folder, change the status to

Offline installation of a list of packages: getting dependencies in order

只谈情不闲聊 提交于 2019-12-02 19:29:20
I've got the source files for a bunch of packages and their dependencies that I want to install on computers that have no internet access. I want to install all of these on other computers using as USB stick, but the install fails for some packages because the dependencies are not installing before the packages. How can I get the dependencies to be installed in order, before the packages that needs them? Here's my current method to obtain the packages, their dependencies, and get them in the correct order: # find the dependencies for the packages I want # from http://stackoverflow.com/a

lme4 package install failing on Ubuntu 12.04

一个人想着一个人 提交于 2019-12-02 11:21:10
问题 EDIT : Many thanks to user20650, whose answer solved this problem. But if anyone knows why the .Rprofile file affects lme4 install on Ubuntu 12.04, please advise because I'd really like to know. Original post : I'm attempting to install the doBy package and am having some issues. It depends on lme4 , which for some reason is not compiling from any source I've tried so far. I've been to a few links on SO including this one and haven't had any success. Here are snippets of the errors I'm