When I try to install a library with the notation R,
install.packages('tabplot')
The following error occurred:
Rtools is required to build R packages but is not currently installed. Please download and install the appropriate version of Rtools before proceeding:
https://cran.rstudio.com/bin/windows/Rtools/
Installing package into 'C:/Users/●●●●/Documents/R/win-library/4.0'
(as 'lib' is unspecified)
It says that Rtools needs to be installed, so I tried installing it, but it seems that I need to run PATH after installation, but I don't know how to do it...I would appreciate it if you could let me.
r
You can change the Windows PATH from the Environment Variables… located in System Properties on the Control Panel.Try adding where you installed RTools here.
Learn more at https://www.atmarkit.co.jp/ait/articles/1805/11/news035.html.I think I could have set it up in a similar way without Windows 10.
© 2024 OneMinuteCode. All rights reserved.