httr icon indicating copy to clipboard operation
httr copied to clipboard

HTTR Error installing

Open mercearisaa opened this issue 1 year ago • 1 comments

I tried to install HTTR package, when the dowload is complete and i tried to run a function with this package R says "Error package is not installed". I tried to reinstall R Studio with another previous version (because I had the newer one), and the R still going. I don't know what i can do. )): Ty <3 Captura de pantalla 2024-05-22 a las 11 29 42

mercearisaa avatar May 22 '24 09:05 mercearisaa

I see two possible, interacting problems you might want to run down.

One: I bet you need to re-accept the EULA for Xcode command line tools. Look at threads like this to resolve: https://apple.stackexchange.com/questions/254380/why-am-i-getting-an-invalid-active-developer-path-when-attempting-to-use-git-a

Two: Are you really committed to being on R 4.1? That is quite far behind what's current (4.4) and it's why, instead of getting easy-to-install binary package from CRAN, you've having to compile everything locally, in order to install it.

jennybc avatar May 22 '24 13:05 jennybc