Skip to content

Failed installation without clear error message #679

Closed
@yoelii

Description

@yoelii

I try to install "tidyverse" R package with pak.

The function run but never finish :

> library("pak")
> pkg_install("tidyverse")
v Updated metadata database: 4.35 MB in 9 files.                          
v Updating metadata database ... done   

My R sessionInfo()

> sessionInfo()
R version 4.4.0 (2024-04-24)
Platform: x86_64-pc-linux-gnu
Running under: Ubuntu 22.04.4 LTS
Matrix products: default
BLAS:   /usr/local/lib/R/lib/libRblas.so 
LAPACK: /usr/local/lib/R/lib/libRlapack.so;  LAPACK version 3.12.0
locale:
[1] C
time zone: Etc/UTC
tzcode source: system (glibc)
attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     
other attached packages:
[1] pak_0.7.2     ggplot2_3.5.1
loaded via a namespace (and not attached):
 [1] utf8_1.2.4       R6_2.5.1         tidyselect_1.2.1 magrittr_2.0.3  
 [5] gtable_0.3.5     glue_1.7.0       tibble_3.2.1     pkgconfig_2.0.3 
 [9] generics_0.1.3   dplyr_1.1.4      lifecycle_1.0.4  cli_3.6.3       
[13] fansi_1.0.6      scales_1.3.0     grid_4.4.0       vctrs_0.6.5     
[17] withr_3.0.0      compiler_4.4.0   tools_4.4.0      munsell_0.5.1   
[21] pillar_1.9.0     colorspace_2.1-0 rlang_1.1.4     

If I kill my R Session and I try again, the function failed early, still without error message :

> library("pak")
> pkg_install("tidyverse")
v Loading metadata database ... done

Same failed issue with :

> pkg_sysreqs("tidyverse")
v Loading metadata database ... done

I suppose a system dependency is missing or trouble with rights maybes but I have no error message, only look like run correctly but never finish

Thank for your help

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions