Install R packages not working #5355
-
I'm using R version 4.4.2 (2024-10-31 ucrt) -- "Pile of Leaves", and it works fine in Rstudio. For some reason, I'm not able to install.packages or call them. I keep getting the error below:
A version of this package for your version of R might be available elsewhere, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
What happens if you try to install tidyverse from outside of Positron? The above looks more like a ?hopefully temporary? glitch in the CRAN mirror than anything to do with Positron. |
Beta Was this translation helpful? Give feedback.
Is there any more context to this? For example, is renv or another environment management tool involved? Do you have an
.Rprofile
?