Questions tagged [rtools]

use this tag for questions related to rtools for R and Windows

Rtools provides a toolchain for Windows platform that work well with R. It mainly includes GNU make, gcc compiler, and other utilities commonly used on UNIX-alike platforms.

158 questions
27
votes
2 answers

Rtools is required to build R packages but is not currently installed

I am relatively new to R/RStudio. I was successfully able to install packages until today. Each time I try to install a package, I receive the following error: WARNING: Rtools is required to build R packages but is not currently installed. Please…
slp
  • 271
  • 1
  • 3
  • 4
19
votes
3 answers

No RTools compatible with R version 3.5.0 was found

I had problems installing data.table for R version 3.5.0, and was advised to check that RTools was properly installed. After installing RTools 3.5 (this seems to be the latest) I typed find_rtools(T) I got the following message: WARNING: Rtools is…
Omry Atia
  • 2,411
  • 2
  • 14
  • 27
16
votes
3 answers

ROracle package installation failure

I'm aware of the other questions about this issue, but they don't have much in common with my system setup or the installation error I'm getting, so: I am using Windows 7, 64 bit I have installed the 64 bit Oracle Instant Client 18.3.0.0.0 along…
obrl_soil
  • 1,104
  • 12
  • 24
16
votes
1 answer

Install Rtools on R version 3.0.2

I've installed devtools for R, but when I call the library with: library(devtools) I get the following output: WARNING: Rtools is required to build R packages, but is not currently installed. Please download and install Rtools 3.1 from…
Jonathan Charlton
  • 1,975
  • 6
  • 23
  • 30
13
votes
1 answer

information on .o files for x64 is not available: NOTE on R package checks using Rcpp

I am using windows and just updated to R 4.0.3 (with RStudio to 1.3.959) and ran the R check for one of my packages which uses Rcpp and RcppArmadillo and I got the following NOTE: > checking compiled code ... NOTE Note: information on .o files for…
13
votes
1 answer

Is Rtools incompatible with R version 3.5.1?

I have tried install.packages("Rtools"), but this provides an error that states package ‘Rtools’ is not available (for R version 3.5.1) Given that the latest version of R is just a week old, should I wait for the R developers to catch up, or is…
Colin
  • 131
  • 1
  • 1
  • 4
9
votes
5 answers

Can't build RDCOMClient using rtools40 and R 4.0

A while back, I created a fork of the RDCOMClient package to keep it working with R 3.6 (https://github.com/dkyleward/RDCOMClient). People are now running into issues again because it won't work with R 4.0. The problem doesn't seem as easy to fix,…
Kyle Ward
  • 889
  • 1
  • 8
  • 18
9
votes
1 answer

"Debug location is approximate because the source is not available" in R 4.0.0 + RStudio

I've updated to R 4.0.0 and RStudio version 1.2.5042. I'm developing a package and I've regularly used the following workflow: Build the package from within RStudio by clicking the "Install & Restart" button (including the --with-keep.source R CMD…
Manuel R
  • 3,976
  • 4
  • 28
  • 41
6
votes
3 answers

Warning: Rtools is required

Every time when I install package this warning occurs :WARNING: Rtools is required to build R packages but is not currently installed. Please download and install the appropriate version of Rtools before proceeding: I have been using R-Studio since…
Hasnain
  • 679
  • 7
  • 18
5
votes
1 answer

stats package not found in R

I'm really having problems with RStudio. It had been working fine a few days ago. Then it said I needed the newest version of RTools. I tried to install it but don't think it was successful. However now I can't load anything in R. I am greeted with…
daisy
  • 61
  • 1
  • 6
5
votes
2 answers

How to include more paths under INCLUDE_DIR in configure.vars argument in install.packages() function in R?

I have a problem with gdtools package. I would like to install it from source, but unfortunately I am not able to install any extra libs on Linux box. What I am doing to solve it, it is inclusion of packages in time of…
koralgooll
  • 392
  • 1
  • 3
  • 12
4
votes
0 answers

R-4.0.1 Rtools not available

Recently started working in R 4.0.1 When installing packages I encounter the following ```WARNING: Rtools is required to build R packages but is not currently installed. Please download and install the appropriate version of Rtools before…
4
votes
1 answer

Building R package with Rtools4.0 on Windows 10

I am trying to build an R package using RTools4.0 on Windows 10 machine. My package needs the SBML C library and static libraries for SBML for building R packages on Window is provided by RTools4.0 link I was able to successfully install RTools4.0…
Satya
  • 1,708
  • 1
  • 15
  • 39
3
votes
1 answer

Error in compileCode (Error 127) When running rstan program

I am trying to install Rstan. I have no problem installing the package and running it. However, when I try running a program that uses the library I get the following error: Error in compileCode(f, code, language = language, verbose = verbose) :…
EduardoRod
  • 105
  • 1
  • 8
3
votes
0 answers

Sys.which('make') returns an empty vector, resulting in installation failure of package built with .cpp

I've already updated r, rtools and rstudio. But it seems unable to find make.exe, while in C:\rtools40\usr\bin\make.exe it exists. > find_rtools() [1] TRUE > Sys.which('make') make "" > R.Version()$version.string [1] "R version 4.0.3…
JhZhang
  • 31
  • 1
  • 2
1
2 3
10 11