-
@kevinushey - We messaged previously around the difficulties of packrat in a windows environment and this being in a large part down to the requirement of building from source for old packages.
Ju…
-
Hi team,
We are maintaining the R repository using MRAN and as of now we use R version 3.3.3. And while installing analysisPipelines it requests for R >=3.4.0.
Can you please help me with this i…
-
`install2.r` just provides a more concise syntax for adding R packages in Dockerfiles, it's available on all rocker images since we use it in the Rocker Dockerfiles too. One can just do:
```
RUN …
-
Looks like there's some problems with installing clean from R 4.3.2.
First is that mran isn't being recognized for some of the packages installs, getting a "URL error" message. (includes the promi…
-
What are others thoughts on including some capabilities for end-users to pre-seed their databases with large swaths of packages to be assessed at some point in the future.
The idea would be to scra…
-
I get this error a lot, and it seems to be after a previous failure to install. Something like:
```
> versions::install.versions('huxtable', '2.0.0', lib = '~/.pastapi')
Error in download.file(url,…
-
As a newcomer, I think it would help to be introduced to the different pages that host documentation publicly or a like CRAN, just to not be confused when finding them via search engines.
Happy to …
nuest updated
6 years ago
-
Hello,
I am trying to install a package in sparkR and getting the error
unable to access index for repository http://mran.revolutionanalytics.com/snapshot/2015-05-01/src/contrib
The version of…
-
As of July MRAN will be obsolete.
Need to move to using posit package manager: https://packagemanager.rstudio.com/client/#/
Shouldn't be too much effort, probably just one line in the `write_doc…
-
R keeps trying to install packages to `/usr/local/lib/R/site-library` even if personal library chosen during package installation.
When installing a package:
```
> install.packages('devtools')
…