Hi @DavoWW, thank you for your adivce. I've download magrittr and dplyr packages but I still have problems with the installation of tidyverse. Seems that I receved the same error from the R console. here I post it:
library(dplyr)
##
## Attaching package: 'dplyr'
## The following objects are masked from 'package:stats':
##
## filter, lag
## The following objects are masked from 'package:base':
##
## intersect, setdiff, setequal, union
library(magrittr)
install.packages("tidyverse")
## Installing package into '/home/edoardo/R/x86_64-pc-linux-gnu-library/3.6'
## (as 'lib' is unspecified)
## also installing the dependency 'dbplyr'
## Warning in install.packages("tidyverse"): installation of package 'dbplyr' had
## non-zero exit status
## Warning in install.packages("tidyverse"): installation of package 'tidyverse'
## had non-zero exit status