install.packages Questions
5
Solved
I created and published a private Github package. Trying to install it with yarn at first, I face the following issue:
Whether I try with yarn or npm, it cannot find the package at all although fo...
Imbed asked 23/10, 2019 at 11:57
2
Solved
I am installing packages based on a Docker file in a machine with very small storage capacities.
My question is whether there is any way to install a more lightweight version of R packages that avo...
Demaggio asked 19/4 at 11:38
9
This error is being shown whenever I want to install any software via command line.
Even if i try to install softwares which I know are present at the source from where I am downloading.
Below is ...
Luis asked 28/11, 2013 at 6:18
3
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 depend...
Sherilyn asked 5/2, 2019 at 12:9
1
I'm trying to run a old project here is my requirements.txt
asgiref==3.4.1
astroid==2.3.3
certifi==2019.11.28
chardet==3.0.4
Django==4.0.1
django-cleanup==5.2.0
idna==2.8
isort==4.3.21
lazy-o...
Rhapsodist asked 20/1 at 17:8
2
Solved
Another cry for help with installing nloptr package on Linux (Ubuntu 14.04.4 LTS). I looked through many questions but did not manage to find a solution for this.
I am unable to install lme4 pack...
Baguette asked 12/7, 2016 at 15:20
2
Solved
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 wa...
Accipitrine asked 22/5, 2017 at 12:6
1
Solved
I'm presently using R version 4.2.2 and I'm trying to install Rtools42, however I keep getting a warning that Rtools42 is not available for my version. How do I fix this?
> R.version
platform x...
Scorpaenoid asked 5/10, 2023 at 19:0
4
Solved
I want to know how many packages in my current library were installed from GitHub but can't find a way to go about it
# The number of installed packages in my library
length(.packages(all.availabl...
Gnathion asked 6/4, 2018 at 17:42
1
When trying to install Rtools , I get the message below. My R version is 4.1.2.
install.packages("Rtools")
WARNING: Rtools is required to build R packages but is not currently inst...
Calendre asked 6/6, 2023 at 13:41
1
Solved
When trying to install the R gmp package, the installation fails because of the following error:
configure: error: Header file gmp.h not found
the whole log:
> installing *source* package 'gmp' ...
Hurl asked 9/11, 2022 at 12:58
7
Solved
I am having difficulty installing an unzipped package on a Windows 7 computer without administrative privileges and no internet access. I am using the RGui (not RStudio).
Right now I have an unzip...
Haddad asked 31/3, 2017 at 22:48
2
I have a problem with gdtools package. I would like to install it from source, but unfortunately I am not able to install any extra libs on Linux box. What I am doing to solve it, it is inclusion o...
Cinder asked 15/11, 2018 at 17:25
7
A friend sent me along this great tutorial on webscraping The New York Times with R. I would really love to try it. However, the first step is to install a package called [RJSONIO][2] from source.
...
Jiminez asked 24/9, 2009 at 20:51
5
Searching on stackoverflow questions, I found out this link:
Error in file.download when downloading custom file .
However, my case is a little bit different (I think):
1) I get this annoying war...
Hexad asked 20/12, 2014 at 19:53
3
I try to install packages (pdbDEMO actually and all the dependencies) and I am encountering an issue, that I cannot solve and I haven't found any solution about it.
I use the R command :
>inst...
Selfpossessed asked 6/9, 2013 at 8:9
5
Solved
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 questions asked here but neither
setInternet2(TRUE)
nor...
Lexi asked 26/10, 2015 at 20:55
9
I have installed R using below line in my docker file. Please suggest how do I specify now packages to be installed in my docker file.
RUN yum -y install R-core R-devel
I'm doing something like ...
Edwinaedwine asked 24/7, 2017 at 20:46
1
Solved
I'm trying to find a simple way to make install.packages() throw an error if it fails (rather than just a warning).
What I've tried
Setting options(warn=2) converts warnings into errors. Example:
o...
Sacramentalist asked 25/11, 2022 at 4:50
2
Solved
I have just installed R and R studio (version 3.0.1) on my Xubuntu 13.10.
I want to use the geoR package. However, when I tried to install it, I got an error:
install.packages("geoR")
Installi...
Rosyrot asked 9/4, 2014 at 7:18
12
I'm working in RStudio and am attempting to install the dplyr package. I have installed various other packages without problem but have hit a problem with this.
It seems there are various parts to ...
Krupp asked 15/3, 2017 at 10:36
2
Solved
I am trying to install packages (devtools, plyr and several others) and keep getting stuck with the same problem, which seems to appear for some packages more often than others
There are binary v...
Corsage asked 24/1, 2019 at 12:35
5
Solved
I use RStudio, and I updated R yesterday to the following version:
R version 4.0.0 (2020-04-24) -- "Arbor Day"
Copyright (C) 2020 The R Foundation for Statistical Computing
Platform: x86_64-w64-mi...
Deferred asked 2/5, 2020 at 6:51
2
Before you mark this as duplicate, I wish to say that I already referred the related post 1,post 2, 3, 4
I am trying to install the dplyr and stringr package but i get the below error
Warning in ...
Sweatband asked 14/4, 2020 at 4:7
5
Solved
I cannot install RDCOMClient, using R-3.6
Some background:
RDCOMClient works in my R-3.51 instance, and I need to use 3.6, and I need to use RDCOMClient to interact with my desktop's Outlook. mail...
Colorable asked 3/7, 2019 at 18:23
1 Next >
© 2022 - 2024 — McMap. All rights reserved.