Conda environment Rtools problem
1
0
Entering edit mode
4.0 years ago
MatthewP ★ 1.4k

Hello, my conda env is on win10, not linux.
I ensure there is rtools installed.

(RPlot) PS C:\Windows\system32> conda list rtools                                                                       
# packages in environment at C:\Users\m\Miniconda3\envs\RPlot:
#
# Name                    Version                   Build  Channel
rtools                    3.4.0                         0

But when I want to install package by devtools:

> devtools::install_github("caleblareau/BuenColors")
WARNING: Rtools is required to build R packages, but is not currently installed.

Please download and install Rtools custom from http://cran.r-project.org/bin/windows/Rtools/.
Downloading GitHub repo caleblareau/BuenColors@master

How to solve this problem?

R • 3.2k views
ADD COMMENT
0
Entering edit mode
4.0 years ago
tothepoint ▴ 800

Install Anaconda or Minconda using:

https://www.anaconda.com/download/

and then Install rtools using:

conda install -c r rtools
ADD COMMENT

Login before adding your answer.

Traffic: 2044 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6