r-lib / httr

httr: a friendly http package for R
https://httr.r-lib.org
Other
986 stars 1.99k forks source link

HTTR Error installing #750

Open mercearisaa opened 3 months ago

mercearisaa commented 3 months ago

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
jennybc commented 3 months ago

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.