Error while typing " install.packages("httr") "

I'am a beginner at doing R program and not an English speaker.
So the problem is that every single time I put

install.packages("httr")

install.packages("rvest")

install.packages("dplyr")

install.packages("stringr")

, the same error comes out.

It says
Warning: Rtool is required to build R packages but is not currently installed. Please download and install the appropriate version of Rtools before proceeding :

Even though I download R, Rstudio and Java again and try it at new environment, the error is same.
I also tried with a manager mode.
I have no idea on earth what I'm doing wrong.
Would you please let me know the point of my mistake? Thank you.

Hi!

It seems like you are using Windows, and probably are trying to install these pkgs from source (not binaries).

You need a compiler bundled in Rtools, as the message point out. It is likely that you haven't installed Rtools yet. To do so, you can follow the steps detailed here. Pay special attention to setting the PATH correctly (it is a common pitfall)!


This post was published by an Appsilon team member. Our company can help you get the most out of RShiny and Posit/RStudio products.

Check our open positions here.

Appsilon: Building impactful RShiny Dashboards and providing R coding services.
Appsilon_GIFsmall_whitebg

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.