tidyverse requires dbplyr

Hi,

I have issues in installing tidyverse 1.3.0 after several attempts. I am prompted to install "dbplyr" that does not install also.

library(tidyverse)
Errore: package or namespace load failed for ‘tidyverse’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
 there is no package called ‘dbplyr’
Inoltre: Warning message:
package ‘tidyverse’ was built under R version 4.0.3 
> install.packages("dbplyr", dependencies = FALSE)
WARNING: 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/

  There is a binary version available but the source version is later:
       binary source needs_compilation
dbplyr  2.0.0  2.1.0             FALSE

installing the source package ‘dbplyr’

provo con l'URL 'https://cran.rstudio.com/src/contrib/dbplyr_2.1.0.tar.gz'
Content type 'application/x-gzip' length 579687 bytes (566 KB)
downloaded 566 KB

Errore: package or namespace load failed for 'tidyverse' in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
 there is no package called 'dbplyr'
Inoltre: Warning message:
package 'tidyverse' was built under R version 4.0.3 
Esecuzione interrotta
Warning in install.packages :
  installation of package ‘dbplyr’ had non-zero exit status

If you want to install from source, then you need to install Rtools in your system first

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.