Cannot install packages in fresh Linux and Rstudio installation

Hi I have a fresh Manjaro Linux KDE installation, with R 4.2.1 and RStudio 2022.02.3 Build 492 (AUR package: rstudio-desktop-bin).

I am trying to install packages but the installation fails (see below, that happens with any package).

I also have the following installed:

  • clang 13.0.1
  • gcc 12.1.0
  • gcc-fortran 12.1.0
  • gcc-libs 12.1.0

It feels like my system is missing a required package, or my library needs extra permissions or a symbolic link? Please let me know if you have any ideas

> install.packages("lmerTest", dependencies = TRUE)
Installing package into ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2’
(as ‘lib’ is unspecified)
also installing the dependencies ‘diffobj’, ‘rematch2’, ‘brio’, ‘callr’, ‘cli’, ‘desc’, ‘pkgload’, ‘processx’, ‘ps’, ‘waldo’, ‘colorspace’, ‘utf8’, ‘testthat’, ‘farver’, ‘munsell’, ‘ellipsis’, ‘fansi’, ‘pillar’, ‘vctrs’, ‘backports’, ‘purrr’, ‘tidyr’, ‘tidyselect’, ‘minqa’, ‘nloptr’, ‘Rcpp’, ‘RcppEigen’, ‘isoband’, ‘scales’, ‘tibble’, ‘broom’, ‘dplyr’, ‘lme4’, ‘ggplot2’, ‘pbkrtest’

trying URL 'https://cran.curtin.edu.au/src/contrib/diffobj_0.3.5.tar.gz'
Content type 'application/x-gzip' length 479276 bytes (468 KB)
==================================================
downloaded 468 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/rematch2_2.1.2.tar.gz'
Content type 'application/x-gzip' length 13366 bytes (13 KB)
==================================================
downloaded 13 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/brio_1.1.3.tar.gz'
Content type 'application/x-gzip' length 12629 bytes (12 KB)
==================================================
downloaded 12 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/callr_3.7.0.tar.gz'
Content type 'application/x-gzip' length 74518 bytes (72 KB)
==================================================
downloaded 72 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/cli_3.3.0.tar.gz'
Content type 'application/x-gzip' length 495823 bytes (484 KB)
==================================================
downloaded 484 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/desc_1.4.1.tar.gz'
Content type 'application/x-gzip' length 80670 bytes (78 KB)
==================================================
downloaded 78 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/pkgload_1.3.0.tar.gz'
Content type 'application/x-gzip' length 76008 bytes (74 KB)
==================================================
downloaded 74 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/processx_3.7.0.tar.gz'
Content type 'application/x-gzip' length 161751 bytes (157 KB)
==================================================
downloaded 157 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/ps_1.7.1.tar.gz'
Content type 'application/x-gzip' length 128664 bytes (125 KB)
==================================================
downloaded 125 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/waldo_0.4.0.tar.gz'
Content type 'application/x-gzip' length 37556 bytes (36 KB)
==================================================
downloaded 36 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/colorspace_2.0-3.tar.gz'
Content type 'application/x-gzip' length 2199185 bytes (2.1 MB)
==================================================
downloaded 2.1 MB

trying URL 'https://cran.curtin.edu.au/src/contrib/utf8_1.2.2.tar.gz'
Content type 'application/x-gzip' length 240327 bytes (234 KB)
==================================================
downloaded 234 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/testthat_3.1.4.tar.gz'
Content type 'application/x-gzip' length 700919 bytes (684 KB)
==================================================
downloaded 684 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/farver_2.1.1.tar.gz'
Content type 'application/x-gzip' length 1274363 bytes (1.2 MB)
==================================================
downloaded 1.2 MB

trying URL 'https://cran.curtin.edu.au/src/contrib/munsell_0.5.0.tar.gz'
Content type 'application/x-gzip' length 182653 bytes (178 KB)
==================================================
downloaded 178 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/ellipsis_0.3.2.tar.gz'
Content type 'application/x-gzip' length 8066 bytes
==================================================
downloaded 8066 bytes

trying URL 'https://cran.curtin.edu.au/src/contrib/fansi_1.0.3.tar.gz'
Content type 'application/x-gzip' length 481163 bytes (469 KB)
==================================================
downloaded 469 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/pillar_1.7.0.tar.gz'
Content type 'application/x-gzip' length 529668 bytes (517 KB)
==================================================
downloaded 517 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/vctrs_0.4.1.tar.gz'
Content type 'application/x-gzip' length 916782 bytes (895 KB)
==================================================
downloaded 895 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/backports_1.4.1.tar.gz'
Content type 'application/x-gzip' length 26201 bytes (25 KB)
==================================================
downloaded 25 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/purrr_0.3.4.tar.gz'
Content type 'application/x-gzip' length 375062 bytes (366 KB)
==================================================
downloaded 366 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/tidyr_1.2.0.tar.gz'
Content type 'application/x-gzip' length 744570 bytes (727 KB)
==================================================
downloaded 727 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/tidyselect_1.1.2.tar.gz'
Content type 'application/x-gzip' length 92085 bytes (89 KB)
==================================================
downloaded 89 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/minqa_1.2.4.tar.gz'
Content type 'application/x-gzip' length 53548 bytes (52 KB)
==================================================
downloaded 52 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/nloptr_2.0.3.tar.gz'
Content type 'application/x-gzip' length 2219877 bytes (2.1 MB)
==================================================
downloaded 2.1 MB

trying URL 'https://cran.curtin.edu.au/src/contrib/Rcpp_1.0.8.3.tar.gz'
Content type 'application/x-gzip' length 3086192 bytes (2.9 MB)
==================================================
downloaded 2.9 MB

trying URL 'https://cran.curtin.edu.au/src/contrib/RcppEigen_0.3.3.9.2.tar.gz'
Content type 'application/x-gzip' length 1476004 bytes (1.4 MB)
==================================================
downloaded 1.4 MB

trying URL 'https://cran.curtin.edu.au/src/contrib/isoband_0.2.5.tar.gz'
Content type 'application/x-gzip' length 1671911 bytes (1.6 MB)
==================================================
downloaded 1.6 MB

trying URL 'https://cran.curtin.edu.au/src/contrib/scales_1.2.0.tar.gz'
Content type 'application/x-gzip' length 270188 bytes (263 KB)
==================================================
downloaded 263 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/tibble_3.1.7.tar.gz'
Content type 'application/x-gzip' length 674873 bytes (659 KB)
==================================================
downloaded 659 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/broom_1.0.0.tar.gz'
Content type 'application/x-gzip' length 641539 bytes (626 KB)
==================================================
downloaded 626 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/dplyr_1.0.9.tar.gz'
Content type 'application/x-gzip' length 957637 bytes (935 KB)
==================================================
downloaded 935 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/lme4_1.1-30.tar.gz'
Content type 'application/x-gzip' length 3307884 bytes (3.2 MB)
==================================================
downloaded 3.2 MB

trying URL 'https://cran.curtin.edu.au/src/contrib/ggplot2_3.3.6.tar.gz'
Content type 'application/x-gzip' length 3061989 bytes (2.9 MB)
==================================================
downloaded 2.9 MB

trying URL 'https://cran.curtin.edu.au/src/contrib/pbkrtest_0.5.1.tar.gz'
Content type 'application/x-gzip' length 246327 bytes (240 KB)
==================================================
downloaded 240 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/lmerTest_3.1-3.tar.gz'
Content type 'application/x-gzip' length 195633 bytes (191 KB)
==================================================
downloaded 191 KB

* installing *source* package ‘diffobj’ ...
** package ‘diffobj’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
sh: line 1: make: command not found
Warning in system(cmd) : error in running command
ERROR: compilation failed for package ‘diffobj’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/diffobj’
Warning in install.packages :
  installation of package ‘diffobj’ had non-zero exit status
* installing *source* package ‘brio’ ...
** package ‘brio’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
sh: line 1: make: command not found
Warning in system(cmd) : error in running command
ERROR: compilation failed for package ‘brio’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/brio’
Warning in install.packages :
  installation of package ‘brio’ had non-zero exit status
* installing *source* package ‘cli’ ...
** package ‘cli’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
sh: line 1: make: command not found
Warning in system(cmd) : error in running command
ERROR: compilation failed for package ‘cli’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/cli’
Warning in install.packages :
  installation of package ‘cli’ had non-zero exit status
* installing *source* package ‘ps’ ...
** package ‘ps’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
sh: line 1: make: command not found
Warning in system(cmd) : error in running command
ERROR: compilation failed for package ‘ps’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/ps’
Warning in install.packages :
  installation of package ‘ps’ had non-zero exit status
* installing *source* package ‘colorspace’ ...
** package ‘colorspace’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
sh: line 1: make: command not found
Warning in system(cmd) : error in running command
ERROR: compilation failed for package ‘colorspace’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/colorspace’
Warning in install.packages :
  installation of package ‘colorspace’ had non-zero exit status
* installing *source* package ‘utf8’ ...
** package ‘utf8’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
sh: line 1: make: command not found
Warning in system(cmd) : error in running command
ERROR: compilation failed for package ‘utf8’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/utf8’
Warning in install.packages :
  installation of package ‘utf8’ had non-zero exit status
* installing *source* package ‘farver’ ...
** package ‘farver’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
sh: line 1: make: command not found
Warning in system(cmd) : error in running command
ERROR: compilation failed for package ‘farver’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/farver’
Warning in install.packages :
  installation of package ‘farver’ had non-zero exit status
* installing *source* package ‘ellipsis’ ...
** package ‘ellipsis’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
sh: line 1: make: command not found
Warning in system(cmd) : error in running command
ERROR: compilation failed for package ‘ellipsis’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/ellipsis’
Warning in install.packages :
  installation of package ‘ellipsis’ had non-zero exit status
* installing *source* package ‘fansi’ ...
** package ‘fansi’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
sh: line 1: make: command not found
Warning in system(cmd) : error in running command
ERROR: compilation failed for package ‘fansi’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/fansi’
Warning in install.packages :
  installation of package ‘fansi’ had non-zero exit status
* installing *source* package ‘backports’ ...
** package ‘backports’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
sh: line 1: make: command not found
Warning in system(cmd) : error in running command
ERROR: compilation failed for package ‘backports’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/backports’
Warning in install.packages :
  installation of package ‘backports’ had non-zero exit status
* installing *source* package ‘purrr’ ...
** package ‘purrr’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
sh: line 1: make: command not found
Warning in system(cmd) : error in running command
ERROR: compilation failed for package ‘purrr’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/purrr’
Warning in install.packages :
  installation of package ‘purrr’ had non-zero exit status
* installing *source* package ‘Rcpp’ ...
** package ‘Rcpp’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
sh: line 1: make: command not found
Warning in system(cmd) : error in running command
ERROR: compilation failed for package ‘Rcpp’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/Rcpp’
Warning in install.packages :
  installation of package ‘Rcpp’ had non-zero exit status
* installing *source* package ‘isoband’ ...
** package ‘isoband’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
sh: line 1: make: command not found
Warning in system(cmd) : error in running command
ERROR: compilation failed for package ‘isoband’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/isoband’
Warning in install.packages :
  installation of package ‘isoband’ had non-zero exit status
ERROR: dependency ‘cli’ is not available for package ‘desc’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/desc’
Warning in install.packages :
  installation of package ‘desc’ had non-zero exit status
ERROR: dependency ‘ps’ is not available for package ‘processx’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/processx’
Warning in install.packages :
  installation of package ‘processx’ had non-zero exit status
ERROR: dependency ‘colorspace’ is not available for package ‘munsell’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/munsell’
Warning in install.packages :
  installation of package ‘munsell’ had non-zero exit status
ERROR: dependency ‘cli’ is not available for package ‘vctrs’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/vctrs’
Warning in install.packages :
  installation of package ‘vctrs’ had non-zero exit status
ERROR: dependency ‘Rcpp’ is not available for package ‘minqa’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/minqa’
Warning in install.packages :
  installation of package ‘minqa’ had non-zero exit status
ERROR: dependency ‘Rcpp’ is not available for package ‘RcppEigen’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/RcppEigen’
Warning in install.packages :
  installation of package ‘RcppEigen’ had non-zero exit status
ERROR: dependency ‘processx’ is not available for package ‘callr’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/callr’
Warning in install.packages :
  installation of package ‘callr’ had non-zero exit status
ERROR: dependencies ‘cli’, ‘desc’ are not available for package ‘pkgload’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/pkgload’
Warning in install.packages :
  installation of package ‘pkgload’ had non-zero exit status
ERROR: dependencies ‘cli’, ‘ellipsis’, ‘fansi’, ‘utf8’, ‘vctrs’ are not available for package ‘pillar’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/pillar’
Warning in install.packages :
  installation of package ‘pillar’ had non-zero exit status
ERROR: dependencies ‘ellipsis’, ‘purrr’, ‘vctrs’ are not available for package ‘tidyselect’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/tidyselect’
Warning in install.packages :
  installation of package ‘tidyselect’ had non-zero exit status
ERROR: dependencies ‘farver’, ‘munsell’ are not available for package ‘scales’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/scales’
Warning in install.packages :
  installation of package ‘scales’ had non-zero exit status
ERROR: dependencies ‘ellipsis’, ‘fansi’, ‘pillar’, ‘vctrs’ are not available for package ‘tibble’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/tibble’
Warning in install.packages :
  installation of package ‘tibble’ had non-zero exit status
ERROR: dependency ‘tibble’ is not available for package ‘rematch2’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/rematch2’
Warning in install.packages :
  installation of package ‘rematch2’ had non-zero exit status
ERROR: dependencies ‘tibble’, ‘tidyselect’, ‘vctrs’, ‘pillar’ are not available for package ‘dplyr’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/dplyr’
Warning in install.packages :
  installation of package ‘dplyr’ had non-zero exit status
ERROR: dependencies ‘isoband’, ‘scales’, ‘tibble’ are not available for package ‘ggplot2’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/ggplot2’
Warning in install.packages :
  installation of package ‘ggplot2’ had non-zero exit status
ERROR: dependencies ‘cli’, ‘diffobj’, ‘fansi’, ‘rematch2’, ‘tibble’ are not available for package ‘waldo’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/waldo’
Warning in install.packages :
  installation of package ‘waldo’ had non-zero exit status
ERROR: dependencies ‘dplyr’, ‘ellipsis’, ‘purrr’, ‘tibble’, ‘tidyselect’, ‘vctrs’ are not available for package ‘tidyr’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/tidyr’
Warning in install.packages :
  installation of package ‘tidyr’ had non-zero exit status
ERROR: dependencies ‘brio’, ‘callr’, ‘cli’, ‘desc’, ‘ellipsis’, ‘pkgload’, ‘processx’, ‘ps’, ‘waldo’ are not available for package ‘testthat’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/testthat’
Warning in install.packages :
  installation of package ‘testthat’ had non-zero exit status
ERROR: dependencies ‘backports’, ‘dplyr’, ‘ellipsis’, ‘purrr’, ‘tibble’, ‘tidyr’, ‘ggplot2’ are not available for package ‘broom’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/broom’
Warning in install.packages :
  installation of package ‘broom’ had non-zero exit status
ERROR: dependency ‘testthat’ is not available for package ‘nloptr’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/nloptr’
Warning in install.packages :
  installation of package ‘nloptr’ had non-zero exit status
ERROR: dependencies ‘minqa’, ‘nloptr’, ‘Rcpp’, ‘RcppEigen’ are not available for package ‘lme4’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/lme4’
Warning in install.packages :
  installation of package ‘lme4’ had non-zero exit status
ERROR: dependencies ‘lme4’, ‘broom’, ‘dplyr’ are not available for package ‘pbkrtest’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/pbkrtest’
Warning in install.packages :
  installation of package ‘pbkrtest’ had non-zero exit status
ERROR: dependencies ‘lme4’, ‘ggplot2’ are not available for package ‘lmerTest’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/lmerTest’
Warning in install.packages :
  installation of package ‘lmerTest’ had non-zero exit status

The downloaded source packages are in
	‘/tmp/Rtmpu9oIUf/downloaded_packages’

Also if it helps

sessionInfo()
R version 4.2.1 (2022-06-23)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Manjaro Linux

Matrix products: default
BLAS:   /usr/lib/libblas.so.3.10.1
LAPACK: /usr/lib/liblapack.so.3.10.1

locale:
 [1] LC_CTYPE=en_AU.UTF-8       LC_NUMERIC=C               LC_TIME=en_AU.UTF-8        LC_COLLATE=en_AU.UTF-8    
 [5] LC_MONETARY=en_AU.UTF-8    LC_MESSAGES=en_AU.UTF-8    LC_PAPER=en_AU.UTF-8       LC_NAME=C                 
 [9] LC_ADDRESS=C               LC_TELEPHONE=C             LC_MEASUREMENT=en_AU.UTF-8 LC_IDENTIFICATION=C       

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

loaded via a namespace (and not attached):
 [1] compiler_4.2.1  fastmap_1.1.0   magrittr_2.0.3  htmltools_0.5.2 tools_4.2.1     yaml_2.3.5      rmarkdown_2.14 
 [8] stringi_1.7.6   knitr_1.39      digest_0.6.29   stringr_1.4.0   xfun_0.31       rlang_1.0.3     evaluate_0.15  

Even when trying to install devtools:

> install.packages("devtools")
Installing package into ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2’
(as ‘lib’ is unspecified)
also installing the dependencies ‘utf8’, ‘pillar’, ‘vctrs’, ‘askpass’, ‘credentials’, ‘sys’, ‘zip’, ‘gitcreds’, ‘ini’, ‘diffobj’, ‘fansi’, ‘rematch2’, ‘tibble’, ‘curl’, ‘gert’, ‘gh’, ‘purrr’, ‘whisker’, ‘processx’, ‘openssl’, ‘cachem’, ‘xopen’, ‘brew’, ‘commonmark’, ‘xml2’, ‘brio’, ‘ps’, ‘waldo’, ‘usethis’, ‘callr’, ‘cli’, ‘desc’, ‘ellipsis’, ‘httr’, ‘memoise’, ‘pkgbuild’, ‘pkgload’, ‘rcmdcheck’, ‘remotes’, ‘roxygen2’, ‘rversions’, ‘sessioninfo’, ‘testthat’

trying URL 'https://cran.curtin.edu.au/src/contrib/utf8_1.2.2.tar.gz'
Content type 'application/x-gzip' length 240327 bytes (234 KB)
==================================================
downloaded 234 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/pillar_1.7.0.tar.gz'
Content type 'application/x-gzip' length 529668 bytes (517 KB)
==================================================
downloaded 517 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/vctrs_0.4.1.tar.gz'
Content type 'application/x-gzip' length 916782 bytes (895 KB)
==================================================
downloaded 895 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/askpass_1.1.tar.gz'
Content type 'application/x-gzip' length 5730 bytes
==================================================
downloaded 5730 bytes

trying URL 'https://cran.curtin.edu.au/src/contrib/credentials_1.3.2.tar.gz'
Content type 'application/x-gzip' length 230070 bytes (224 KB)
==================================================
downloaded 224 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/sys_3.4.tar.gz'
Content type 'application/x-gzip' length 20138 bytes (19 KB)
==================================================
downloaded 19 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/zip_2.2.0.tar.gz'
Content type 'application/x-gzip' length 114391 bytes (111 KB)
==================================================
downloaded 111 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/gitcreds_0.1.1.tar.gz'
Content type 'application/x-gzip' length 61913 bytes (60 KB)
==================================================
downloaded 60 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/ini_0.3.1.tar.gz'
Content type 'application/x-gzip' length 3488 bytes
==================================================
downloaded 3488 bytes

trying URL 'https://cran.curtin.edu.au/src/contrib/diffobj_0.3.5.tar.gz'
Content type 'application/x-gzip' length 479276 bytes (468 KB)
==================================================
downloaded 468 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/fansi_1.0.3.tar.gz'
Content type 'application/x-gzip' length 481163 bytes (469 KB)
==================================================
downloaded 469 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/rematch2_2.1.2.tar.gz'
Content type 'application/x-gzip' length 13366 bytes (13 KB)
==================================================
downloaded 13 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/tibble_3.1.7.tar.gz'
Content type 'application/x-gzip' length 674873 bytes (659 KB)
==================================================
downloaded 659 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/curl_4.3.2.tar.gz'
Content type 'application/x-gzip' length 793345 bytes (774 KB)
==================================================
downloaded 774 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/gert_1.6.0.tar.gz'
Content type 'application/x-gzip' length 117915 bytes (115 KB)
==================================================
downloaded 115 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/gh_1.3.0.tar.gz'
Content type 'application/x-gzip' length 45619 bytes (44 KB)
==================================================
downloaded 44 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/purrr_0.3.4.tar.gz'
Content type 'application/x-gzip' length 375062 bytes (366 KB)
==================================================
downloaded 366 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/whisker_0.4.tar.gz'
Content type 'application/x-gzip' length 28574 bytes (27 KB)
==================================================
downloaded 27 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/processx_3.7.0.tar.gz'
Content type 'application/x-gzip' length 161751 bytes (157 KB)
==================================================
downloaded 157 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/openssl_2.0.2.tar.gz'
Content type 'application/x-gzip' length 1203211 bytes (1.1 MB)
==================================================
downloaded 1.1 MB

trying URL 'https://cran.curtin.edu.au/src/contrib/cachem_1.0.6.tar.gz'
Content type 'application/x-gzip' length 25413 bytes (24 KB)
==================================================
downloaded 24 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/xopen_1.0.0.tar.gz'
Content type 'application/x-gzip' length 11221 bytes (10 KB)
==================================================
downloaded 10 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/brew_1.0-7.tar.gz'
Content type 'application/x-gzip' length 55517 bytes (54 KB)
==================================================
downloaded 54 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/commonmark_1.8.0.tar.gz'
Content type 'application/x-gzip' length 139478 bytes (136 KB)
==================================================
downloaded 136 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/xml2_1.3.3.tar.gz'
Content type 'application/x-gzip' length 283965 bytes (277 KB)
==================================================
downloaded 277 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/brio_1.1.3.tar.gz'
Content type 'application/x-gzip' length 12629 bytes (12 KB)
==================================================
downloaded 12 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/ps_1.7.1.tar.gz'
Content type 'application/x-gzip' length 128664 bytes (125 KB)
==================================================
downloaded 125 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/waldo_0.4.0.tar.gz'
Content type 'application/x-gzip' length 37556 bytes (36 KB)
==================================================
downloaded 36 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/usethis_2.1.6.tar.gz'
Content type 'application/x-gzip' length 342349 bytes (334 KB)
==================================================
downloaded 334 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/callr_3.7.0.tar.gz'
Content type 'application/x-gzip' length 74518 bytes (72 KB)
==================================================
downloaded 72 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/cli_3.3.0.tar.gz'
Content type 'application/x-gzip' length 495823 bytes (484 KB)
==================================================
downloaded 484 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/desc_1.4.1.tar.gz'
Content type 'application/x-gzip' length 80670 bytes (78 KB)
==================================================
downloaded 78 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/ellipsis_0.3.2.tar.gz'
Content type 'application/x-gzip' length 8066 bytes
==================================================
downloaded 8066 bytes

trying URL 'https://cran.curtin.edu.au/src/contrib/httr_1.4.3.tar.gz'
Content type 'application/x-gzip' length 161122 bytes (157 KB)
==================================================
downloaded 157 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/memoise_2.0.1.tar.gz'
Content type 'application/x-gzip' length 17852 bytes (17 KB)
==================================================
downloaded 17 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/pkgbuild_1.3.1.tar.gz'
Content type 'application/x-gzip' length 31937 bytes (31 KB)
==================================================
downloaded 31 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/pkgload_1.3.0.tar.gz'
Content type 'application/x-gzip' length 76008 bytes (74 KB)
==================================================
downloaded 74 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/rcmdcheck_1.4.0.tar.gz'
Content type 'application/x-gzip' length 73522 bytes (71 KB)
==================================================
downloaded 71 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/remotes_2.4.2.tar.gz'
Content type 'application/x-gzip' length 152540 bytes (148 KB)
==================================================
downloaded 148 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/roxygen2_7.2.0.tar.gz'
Content type 'application/x-gzip' length 277678 bytes (271 KB)
==================================================
downloaded 271 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/rversions_2.1.1.tar.gz'
Content type 'application/x-gzip' length 42064 bytes (41 KB)
==================================================
downloaded 41 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/sessioninfo_1.2.2.tar.gz'
Content type 'application/x-gzip' length 170924 bytes (166 KB)
==================================================
downloaded 166 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/testthat_3.1.4.tar.gz'
Content type 'application/x-gzip' length 700919 bytes (684 KB)
==================================================
downloaded 684 KB

trying URL 'https://cran.curtin.edu.au/src/contrib/devtools_2.4.3.tar.gz'
Content type 'application/x-gzip' length 372413 bytes (363 KB)
==================================================
downloaded 363 KB

* installing *source* package ‘utf8’ ...
** package ‘utf8’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
sh: line 1: make: command not found
Warning in system(cmd) : error in running command
ERROR: compilation failed for package ‘utf8’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/utf8’
Warning in install.packages :
  installation of package ‘utf8’ had non-zero exit status
* installing *source* package ‘sys’ ...
** package ‘sys’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
sh: line 1: make: command not found
Warning in system(cmd) : error in running command
ERROR: compilation failed for package ‘sys’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/sys’
Warning in install.packages :
  installation of package ‘sys’ had non-zero exit status
* installing *source* package ‘zip’ ...
** package ‘zip’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
sh: line 1: make: command not found
Warning in system(cmd) : error in running command
ERROR: compilation failed for package ‘zip’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/zip’
Warning in install.packages :
  installation of package ‘zip’ had non-zero exit status
* installing *source* package ‘gitcreds’ ...
** package ‘gitcreds’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (gitcreds)
* installing *source* package ‘ini’ ...
** package ‘ini’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (ini)
* installing *source* package ‘diffobj’ ...
** package ‘diffobj’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
sh: line 1: make: command not found
Warning in system(cmd) : error in running command
ERROR: compilation failed for package ‘diffobj’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/diffobj’
Warning in install.packages :
  installation of package ‘diffobj’ had non-zero exit status
* installing *source* package ‘fansi’ ...
** package ‘fansi’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
sh: line 1: make: command not found
Warning in system(cmd) : error in running command
ERROR: compilation failed for package ‘fansi’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/fansi’
Warning in install.packages :
  installation of package ‘fansi’ had non-zero exit status
* installing *source* package ‘curl’ ...
** package ‘curl’ successfully unpacked and MD5 sums checked
** using staged installation
/usr/lib64/R/bin/config: line 180: make: command not found
/usr/lib64/R/bin/config: line 181: make: command not found
/usr/lib64/R/bin/config: line 182: make: command not found
/usr/lib64/R/bin/config: line 183: make: command not found
/usr/lib64/R/bin/config: line 184: make: command not found
/usr/lib64/R/bin/config: line 333: make: command not found
/usr/lib64/R/bin/config: line 180: make: command not found
/usr/lib64/R/bin/config: line 181: make: command not found
/usr/lib64/R/bin/config: line 182: make: command not found
/usr/lib64/R/bin/config: line 183: make: command not found
/usr/lib64/R/bin/config: line 184: make: command not found
/usr/lib64/R/bin/config: line 333: make: command not found
/usr/lib64/R/bin/config: line 180: make: command not found
/usr/lib64/R/bin/config: line 181: make: command not found
/usr/lib64/R/bin/config: line 182: make: command not found
/usr/lib64/R/bin/config: line 183: make: command not found
/usr/lib64/R/bin/config: line 184: make: command not found
/usr/lib64/R/bin/config: line 333: make: command not found
Using PKG_CFLAGS=
Using PKG_LIBS=-lcurl
------------------------- ANTICONF ERROR ---------------------------
Configuration failed because libcurl was not found. Try installing:
 * deb: libcurl4-openssl-dev (Debian, Ubuntu, etc)
 * rpm: libcurl-devel (Fedora, CentOS, RHEL)
 * csw: libcurl_dev (Solaris)
If libcurl is already installed, check that 'pkg-config' is in your
PATH and PKG_CONFIG_PATH contains a libcurl.pc file. If pkg-config
is unavailable you can set INCLUDE_DIR and LIB_DIR manually via:
R CMD INSTALL --configure-vars='INCLUDE_DIR=... LIB_DIR=...'
--------------------------------------------------------------------
ERROR: configuration failed for package ‘curl’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/curl’
Warning in install.packages :
  installation of package ‘curl’ had non-zero exit status
* installing *source* package ‘purrr’ ...
** package ‘purrr’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
sh: line 1: make: command not found
Warning in system(cmd) : error in running command
ERROR: compilation failed for package ‘purrr’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/purrr’
Warning in install.packages :
  installation of package ‘purrr’ had non-zero exit status
* installing *source* package ‘whisker’ ...
** package ‘whisker’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (whisker)
* installing *source* package ‘cachem’ ...
** package ‘cachem’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
sh: line 1: make: command not found
Warning in system(cmd) : error in running command
ERROR: compilation failed for package ‘cachem’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/cachem’
Warning in install.packages :
  installation of package ‘cachem’ had non-zero exit status
* installing *source* package ‘brew’ ...
** package ‘brew’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (brew)
* installing *source* package ‘commonmark’ ...
** package ‘commonmark’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
sh: line 1: make: command not found
Warning in system(cmd) : error in running command
ERROR: compilation failed for package ‘commonmark’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/commonmark’
Warning in install.packages :
  installation of package ‘commonmark’ had non-zero exit status
* installing *source* package ‘xml2’ ...
** package ‘xml2’ successfully unpacked and MD5 sums checked
** using staged installation
Found pkg-config cflags and libs!
/usr/lib64/R/bin/config: line 180: make: command not found
/usr/lib64/R/bin/config: line 181: make: command not found
/usr/lib64/R/bin/config: line 182: make: command not found
/usr/lib64/R/bin/config: line 183: make: command not found
/usr/lib64/R/bin/config: line 184: make: command not found
/usr/lib64/R/bin/config: line 333: make: command not found
/usr/lib64/R/bin/config: line 180: make: command not found
/usr/lib64/R/bin/config: line 181: make: command not found
/usr/lib64/R/bin/config: line 182: make: command not found
/usr/lib64/R/bin/config: line 183: make: command not found
/usr/lib64/R/bin/config: line 184: make: command not found
/usr/lib64/R/bin/config: line 333: make: command not found
/usr/lib64/R/bin/config: line 180: make: command not found
/usr/lib64/R/bin/config: line 181: make: command not found
/usr/lib64/R/bin/config: line 182: make: command not found
/usr/lib64/R/bin/config: line 183: make: command not found
/usr/lib64/R/bin/config: line 184: make: command not found
/usr/lib64/R/bin/config: line 333: make: command not found
Using PKG_CFLAGS=-I/usr/include/libxml2
Using PKG_LIBS=-lxml2 -lz -llzma -licui18n -licuuc -licudata -lm
------------------------- ANTICONF ERROR ---------------------------
Configuration failed because libxml-2.0 was not found. Try installing:
 * deb: libxml2-dev (Debian, Ubuntu, etc)
 * rpm: libxml2-devel (Fedora, CentOS, RHEL)
 * csw: libxml2_dev (Solaris)
If libxml-2.0 is already installed, check that 'pkg-config' is in your
PATH and PKG_CONFIG_PATH contains a libxml-2.0.pc file. If pkg-config
is unavailable you can set INCLUDE_DIR and LIB_DIR manually via:
R CMD INSTALL --configure-vars='INCLUDE_DIR=... LIB_DIR=...'
--------------------------------------------------------------------
ERROR: configuration failed for package ‘xml2’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/xml2’
Warning in install.packages :
  installation of package ‘xml2’ had non-zero exit status
* installing *source* package ‘brio’ ...
** package ‘brio’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
sh: line 1: make: command not found
Warning in system(cmd) : error in running command
ERROR: compilation failed for package ‘brio’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/brio’
Warning in install.packages :
  installation of package ‘brio’ had non-zero exit status
* installing *source* package ‘ps’ ...
** package ‘ps’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
sh: line 1: make: command not found
Warning in system(cmd) : error in running command
ERROR: compilation failed for package ‘ps’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/ps’
Warning in install.packages :
  installation of package ‘ps’ had non-zero exit status
* installing *source* package ‘cli’ ...
** package ‘cli’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
sh: line 1: make: command not found
Warning in system(cmd) : error in running command
ERROR: compilation failed for package ‘cli’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/cli’
Warning in install.packages :
  installation of package ‘cli’ had non-zero exit status
* installing *source* package ‘ellipsis’ ...
** package ‘ellipsis’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
sh: line 1: make: command not found
Warning in system(cmd) : error in running command
ERROR: compilation failed for package ‘ellipsis’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/ellipsis’
Warning in install.packages :
  installation of package ‘ellipsis’ had non-zero exit status
* installing *source* package ‘remotes’ ...
** package ‘remotes’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (remotes)
ERROR: dependency ‘cli’ is not available for package ‘vctrs’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/vctrs’
Warning in install.packages :
  installation of package ‘vctrs’ had non-zero exit status
ERROR: dependency ‘sys’ is not available for package ‘askpass’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/askpass’
Warning in install.packages :
  installation of package ‘askpass’ had non-zero exit status
ERROR: dependency ‘ps’ is not available for package ‘processx’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/processx’
Warning in install.packages :
  installation of package ‘processx’ had non-zero exit status
ERROR: dependency ‘cli’ is not available for package ‘desc’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/desc’
Warning in install.packages :
  installation of package ‘desc’ had non-zero exit status
ERROR: dependency ‘cachem’ is not available for package ‘memoise’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/memoise’
Warning in install.packages :
  installation of package ‘memoise’ had non-zero exit status
ERROR: dependencies ‘curl’, ‘xml2’ are not available for package ‘rversions’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/rversions’
Warning in install.packages :
  installation of package ‘rversions’ had non-zero exit status
ERROR: dependency ‘cli’ is not available for package ‘sessioninfo’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/sessioninfo’
Warning in install.packages :
  installation of package ‘sessioninfo’ had non-zero exit status
ERROR: dependencies ‘cli’, ‘ellipsis’, ‘fansi’, ‘utf8’, ‘vctrs’ are not available for package ‘pillar’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/pillar’
Warning in install.packages :
  installation of package ‘pillar’ had non-zero exit status
ERROR: dependency ‘askpass’ is not available for package ‘openssl’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/openssl’
Warning in install.packages :
  installation of package ‘openssl’ had non-zero exit status
ERROR: dependency ‘processx’ is not available for package ‘xopen’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/xopen’
Warning in install.packages :
  installation of package ‘xopen’ had non-zero exit status
ERROR: dependency ‘processx’ is not available for package ‘callr’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/callr’
Warning in install.packages :
  installation of package ‘callr’ had non-zero exit status
ERROR: dependencies ‘cli’, ‘desc’ are not available for package ‘pkgload’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/pkgload’
Warning in install.packages :
  installation of package ‘pkgload’ had non-zero exit status
ERROR: dependencies ‘openssl’, ‘sys’, ‘curl’, ‘askpass’ are not available for package ‘credentials’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/credentials’
Warning in install.packages :
  installation of package ‘credentials’ had non-zero exit status
ERROR: dependencies ‘ellipsis’, ‘fansi’, ‘pillar’, ‘vctrs’ are not available for package ‘tibble’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/tibble’
Warning in install.packages :
  installation of package ‘tibble’ had non-zero exit status
ERROR: dependencies ‘curl’, ‘openssl’ are not available for package ‘httr’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/httr’
Warning in install.packages :
  installation of package ‘httr’ had non-zero exit status
ERROR: dependencies ‘callr’, ‘cli’, ‘desc’ are not available for package ‘pkgbuild’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/pkgbuild’
Warning in install.packages :
  installation of package ‘pkgbuild’ had non-zero exit status
ERROR: dependencies ‘cli’, ‘commonmark’, ‘desc’, ‘pkgload’, ‘purrr’, ‘xml2’ are not available for package ‘roxygen2’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/roxygen2’
Warning in install.packages :
  installation of package ‘roxygen2’ had non-zero exit status
ERROR: dependency ‘tibble’ is not available for package ‘rematch2’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/rematch2’
Warning in install.packages :
  installation of package ‘rematch2’ had non-zero exit status
ERROR: dependencies ‘askpass’, ‘credentials’, ‘openssl’, ‘sys’, ‘zip’ are not available for package ‘gert’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/gert’
Warning in install.packages :
  installation of package ‘gert’ had non-zero exit status
ERROR: dependencies ‘cli’, ‘httr’ are not available for package ‘gh’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/gh’
Warning in install.packages :
  installation of package ‘gh’ had non-zero exit status
ERROR: dependencies ‘callr’, ‘cli’, ‘curl’, ‘desc’, ‘pkgbuild’, ‘sessioninfo’, ‘xopen’ are not available for package ‘rcmdcheck’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/rcmdcheck’
Warning in install.packages :
  installation of package ‘rcmdcheck’ had non-zero exit status
ERROR: dependencies ‘cli’, ‘diffobj’, ‘fansi’, ‘rematch2’, ‘tibble’ are not available for package ‘waldo’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/waldo’
Warning in install.packages :
  installation of package ‘waldo’ had non-zero exit status
ERROR: dependencies ‘cli’, ‘curl’, ‘desc’, ‘gert’, ‘gh’, ‘purrr’ are not available for package ‘usethis’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/usethis’
Warning in install.packages :
  installation of package ‘usethis’ had non-zero exit status
ERROR: dependencies ‘brio’, ‘callr’, ‘cli’, ‘desc’, ‘ellipsis’, ‘pkgload’, ‘processx’, ‘ps’, ‘waldo’ are not available for package ‘testthat’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/testthat’
Warning in install.packages :
  installation of package ‘testthat’ had non-zero exit status
ERROR: dependencies ‘usethis’, ‘callr’, ‘cli’, ‘desc’, ‘ellipsis’, ‘httr’, ‘memoise’, ‘pkgbuild’, ‘pkgload’, ‘rcmdcheck’, ‘roxygen2’, ‘rversions’, ‘sessioninfo’, ‘testthat’ are not available for package ‘devtools’
* removing ‘/home/alpha/R/x86_64-pc-linux-gnu-library/4.2/devtools’
Warning in install.packages :
  installation of package ‘devtools’ had non-zero exit status

The downloaded source packages are in
	‘/tmp/RtmpJrskBE/downloaded_packages’

The solution was to install the package libcurl-gnutls in Linux

This topic was automatically closed 7 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.