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
0
votes
0 answers

tidyverse installation error: lazy loading failed for package 'dbplyr'

I have tried to install the package tidyverse in RStudio, but have encountered an error. I have copied below the entire results in the Console window. It seems like I need to have dplyr version 1.0.4 installed as a dependency for the package broom.…
Anup
  • 239
  • 2
  • 11
0
votes
1 answer

What should the configure.win file contain in the cplex API package?

I'm trying to install cplex API in windows. I'm not super familiar with the programme so I've been using this link from R bloggers https://www.r-bloggers.com/2017/01/using-cplex-in-r-installing-cplexapi-in-windows-10/ After using the windows command…
0
votes
0 answers

Failed to properly install Rtools in windows10

I was trying to install Rtools in Windows-10 machine and was following the directions in https://cran.r-project.org/bin/windows/Rtools/ But after following all steps mentioned there I got message - > Sys.which("make") make "" Below is my system…
Bogaso
  • 2,838
  • 3
  • 24
  • 54
0
votes
0 answers

Errors when trying to install R packages from source (tidyverse)

I was trying to install tidyverse in R. Some packages gave me error messages so I tried to google and resolve them. I found some solutions but ran into new errors and now I'm stuck and can't seem to make progress. The three main errors left…
0
votes
0 answers

rtools40 Windows installation issue with TAR packages

I recently installed Rtools package for downloading and unpacking TAR packages. I was using the following code from an old package 'TCGA2STAT' using 'getTCGA()' function. brca = getTCGA(disease = "BRCA", data.type = 'RNASeq2', clinical = TRUE, type…
0
votes
0 answers

Rtools already installed, but package prompts to new install then quits because Rtooll is already installed

I tried to make the title as descriptive as possible. I`m trying to install the package Giotto on Rstudio, with library(devtools) library(remotes) remotes::install_github("RubD/Giotto") Then I get a prompt saying Building R package from source…
RMelo
  • 410
  • 5
  • 11
0
votes
0 answers

installing R packages and Rtools

I was trying to install packages on Rstudio (R 4.0.2) and got this error: also, I was trying to install rtools, but got this error: how can I deal with it? what should I do in order to be able to download packages?
0
votes
1 answer

Getting rtools40 to work on Rstudio 1.2.5042 and TERR (Tibco Engine R) in Windows 10 within Parallels VM

EDIT: The problem ended up to be that TERR 5.1.0 is actually based on R 3.6. and therefore Rtools35 was needed. The second problem was that I was trying to install the packages to a network location that was set as default for Rstudio due to the…
Adi Lavy
  • 45
  • 9
0
votes
2 answers

Why can't I install properly rtools40 x64 Widows?

I'm trying to install rtools40 according to the instructions at https://cran.rstudio.com/bin/windows/Rtools/. I've already set up the PATH, but when it comes for installing an R package from Source: install.packages("jsonlite", type = "source") It…
0
votes
1 answer

location of header for std::unique_ptr

I spent most of the day setting up eclipse with statet plugin to build Rcpp packages. Many mistakes, and retries. I think I've nearly got it now. The problem is that in a package that I wrote some time ago (using stone knives and clubs for…
0
votes
1 answer

R 4.0 using Rtools/ instead of rtools40/

I recently updated R from 3.6.1 to 4.0.2. Along with that, I updated to the latest version of rtools (rtools40). I also followed instructions to add rtools40 to the PATH here. However, after restarting R, Sys.which("make") gives…
bert
  • 332
  • 1
  • 9
0
votes
1 answer

Rtools40: Where are make utilities (bash, make, etc)?

Hi i tried to upgrade my R installation and i am not able to finish it. I installed RTools40 from here https://cran.rstudio.com/bin/windows/Rtools/ and it clearly states: "After installation is complete, you need to perform one more step to be able…
ThePatcher
  • 35
  • 8
0
votes
1 answer

Rtools 4.0 not found during package installation

For many R packages I try to install (on my Windows 10 machine), I get a warning: > install.packages('rstan') WARNING: Rtools is required to build R packages but is not currently installed. Please download and install the appropriate version of…
Empiromancer
  • 3,778
  • 1
  • 22
  • 53
0
votes
0 answers

I cant find package tools in cran and github

I need to include package tools on my shiny app. but I can't find the package in cran nor GitHub, where exactly is it housed. it is already installed on my R but I suspect it was installed as a dependency. it is the library discussed…
0
votes
1 answer

Unable to install 'Velocyto.R' from Github

I am a beginner in R trying to analyze my scRNA-seq data with velocyto.R in R studio. Following velocyto tutorial, I tried installing velocyto.R as below: library(devtools) install_github("velocyto-team/velocyto.R") But, an error pops up: ERROR:…
Juhee Jeong
  • 15
  • 1
  • 1
  • 7