cnfoley / hyprcoloc

R package for performing high dimensional multi-trait colocalization analyses using GWAS summary data
39 stars 10 forks source link

glue, rlang and scales issue, but still successfully installed #7

Open Shicheng-Guo opened 2 years ago

Shicheng-Guo commented 2 years ago

Hi Chris,

Just share some feed-back hyprcoloc is successfully installed even that glue, rlang and scales are failed.

Warning: replacing previous import 'Matrix::crossprod' by 'Rmpfr::crossprod' when loading 'hyprcoloc'
** testing if installed package keeps a record of temporary installation path
* DONE (hyprcoloc)
Warning messages:
1: In i.p(...) : installation of package 'glue' had non-zero exit status
2: In i.p(...) : installation of package 'rlang' had non-zero exit status
3: In i.p(...) :
  installation of package 'magrittr' had non-zero exit status
4: In i.p(...) : installation of package 'scales' had non-zero exit status

Hope it is helpful for the code optimization later.

Best,

Shicheng