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.
768 GDB gets version error when attempting to debug with the Presense SDK (IDE)
750 Error in x, y, and format string must not be None
845 Uncaught (inpromise) Error on Electron: An object could not be cloned
1225 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
© 2025 OneMinuteCode. All rights reserved.