This issue has only started today, infuriatingly, this morning all my libraries in my RStudio ran without issue. Im trying to run the package Seurat, which up until now has not been a problem on this machine, using the exact same code.
library (Seurat)
Error: package or namespace load failed for ‘Seurat’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): there is no package called ‘httr’
When I try to install httr I get the following:
Warning in install.packages :
installation of package ‘httr’ had non-zero exit status
The downloaded source packages are in
‘/private/var/folders/t3/fr59bpbs2237pzbbg04sy3280000gn/T/RtmpkJ97Mc/downloaded_packages’
I am running R version 4.2.1 (2022-06-23) -- "Funny-Looking Kid" on MacOS Monterey version 12.4.
Not a clue why this has started now,
Any pointers welcome, thanks for your time,
Katy