You install packages by calling install.packages("[package name]"). Replace [package name] with the name of the package, and be sure to keep the quotes. When calling library([package name]), quotes are not required but can be used.
Thank you for your answer but it doesn't work.
it says this:
install.packages("[tidyverse]")
Warning in install.packages :
il pacchetto ‘[tidyverse]’ non è disponibile for this version of R
Una versione di questo pacchetto per la tua versione di R potrebbe essere disponibile altrove,
si veda su
summarytools::freq(data$ACTEU)
Errore in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :
non c'è alcun pacchetto chiamato ‘stringi’
The downloaded binary packages are in
/var/folders/xj/s6dtrdfs2795tknrxw23f2tm0000gn/T//RtmpIH5hDe/downloaded_packages
then i run this to see if it exists and it says there is an error:
library(summarytools)
Errore: caricamento pacchetto o namespace fallito per ‘summarytools’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
non c'è alcun pacchetto chiamato ‘stringi’