-
Hi all! I'm running into an odd issue when installing ggplot2 in R studio. I had it previously installed but it said was not, however when I tried to re-install the package (install.packages("ggplot2")) I would get the following: ** byte-compile and prepare package for lazy loading
I still get warnings that ggplot2 needs to be installed to run the code. I tried installing tidyverse instead and loading the colorspace package mentioned in the error message (using install.packagess and lookup) with no success. I've I also tried updating R & R studio as well as updating my which didn't work. I'm running RStudio ver. 1.4.1717 and R 4.1.0 GUI 1.76 High Sierra build (7976) on Mac OS Big Sur. I didn't think my big issue would be loading ggplot! :( |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Give this a whirl to try installing install.packages("https://cran.r-project.org/bin/macosx/contrib/4.1/colorspace_2.0-1.tgz", repos=NULL) We'll try to tackle this first and then see what we can do about EDITED: Improved markdown formatting. |
Beta Was this translation helpful? Give feedback.
-
install.packages("https://cran.r-project.org/bin/macosx/contrib/4.1/colorspace_2.0-2.tgz", repos=NULL) Okay, try the command above. I've verified that this link works, so you shouldn't get the 404 error this time. However, who knows what else will happen. :) |
Beta Was this translation helpful? Give feedback.
Okay, try the command above. I've verified that this link works, so you shouldn't get the 404 error this time. However, who knows what else will happen. :)