R Library Installation Method (tabplot)

Asked 2 years ago, Updated 2 years ago, 43 views

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

2022-09-30 14:46

1 Answers

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.


2022-09-30 14:46

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.