Problème instalations package R

Bonjour,
je suis étudiante et je suis amener à utiliser R et RSTUDIO le problème c'est que mon ordinateur me complique la vie j'ai un chromebook asus.
Je dois télécharger certain packages type: sqlf, openxlsx, ggplot2 et knitr or le problème c'est que ça ne marche pas ...
par exemple pour SQLDF la commande me dit ça :

install.packages("sqldf") Installing package into ‘/home/clarisse/R/x86_64-pc-linux-gnu-library/4.0’ (as ‘lib’ is unspecified) also installing the dependencies ‘cachem’, ‘bit64’, ‘blob’, ‘memoise’, ‘plogr’, ‘cpp11’, ‘gsubfn’, ‘proto’, ‘RSQLite’, ‘DBI’, ‘chron’ trying URL 'https://cloud.r-project.org/src/contrib/cachem_1.0.8.tar.gz' Content type 'application/x-gzip' length 26510 bytes (25 KB) ================================================== downloaded 25 KB trying URL 'https://cloud.r-project.org/src/contrib/bit64_4.0.5.tar.gz' Content type 'application/x-gzip' length 135091 bytes (131 KB) ================================================== downloaded 131 KB trying URL 'https://cloud.r-project.org/src/contrib/blob_1.2.4.tar.gz' Content type 'application/x-gzip' length 10620 bytes (10 KB) ================================================== downloaded 10 KB trying URL 'https://cloud.r-project.org/src/contrib/memoise_2.0.1.tar.gz' Content type 'application/x-gzip' length 17852 bytes (17 KB) ================================================== downloaded 17 KB trying URL 'https://cloud.r-project.org/src/contrib/plogr_0.2.0.tar.gz' Content type 'application/x-gzip' length 7795 bytes ================================================== downloaded 7795 bytes trying URL 'https://cloud.r-project.org/src/contrib/cpp11_0.4.7.tar.gz' Content type 'application/x-gzip' length 285779 bytes (279 KB) ================================================== downloaded 279 KB trying URL 'https://cloud.r-project.org/src/contrib/gsubfn_0.7.tar.gz' Content type 'application/x-gzip' length 311271 bytes (303 KB) ================================================== downloaded 303 KB trying URL 'https://cloud.r-project.org/src/contrib/proto_1.0.0.tar.gz' Content type 'application/x-gzip' length 541398 bytes (528 KB) ================================================== downloaded 528 KB trying URL 'https://cloud.r-project.org/src/contrib/RSQLite_2.3.5.tar.gz' Content type 'application/x-gzip' length 4247252 bytes (4.1 MB) ================================================== downloaded 4.1 MB trying URL 'https://cloud.r-project.org/src/contrib/DBI_1.2.2.tar.gz' Content type 'application/x-gzip' length 1132818 bytes (1.1 MB) ================================================== downloaded 1.1 MB trying URL 'https://cloud.r-project.org/src/contrib/chron_2.3-61.tar.gz' Content type 'application/x-gzip' length 37347 bytes (36 KB) ================================================== downloaded 36 KB trying URL 'https://cloud.r-project.org/src/contrib/sqldf_0.4-11.tar.gz' Content type 'application/x-gzip' length 63097 bytes (61 KB) ================================================== downloaded 61 KB
cela m'installe les dépendance mais pas le package....

Bonjour @rissdrt

L'avantage des ressources IFB est que c'est indépendant de votre ordinateur.
Peu importe l'ordinateur tant que vous avez un navigateur web ou un client SSH.

Je vous invite donc à utiliser les ressourses (RStudio, R) de l'IFB (IFB Core Cluster Documentation).
Vous pouvez si besoin installer vos packages sans problème sur l'infrastructure (les paquets s'installeront dans votre home directory).

Désolé pour ce retour tardif.