Good afternoon,
I am trying to install adegenet package:
install.packages("adegenet")
also installing the dependencies ‘units’, ‘sf’, ‘spdep’, ‘dplyr’
Warning message in install.packages("adegenet"):
“installation of package ‘units’ had non-zero exit status”Warning message in install.packages("adegenet"):
“installation of package ‘dplyr’ had non-zero exit status”Warning message in install.packages("adegenet"):
“installation of package ‘sf’ had non-zero exit status”Warning message in install.packages("adegenet"):
“installation of package ‘spdep’ had non-zero exit status”Warning message in install.packages("adegenet"):
“installation of package ‘adegenet’ had non-zero exit status”Updating HTML index of packages in '.Library'
Making 'packages.html' ... done
Please tell me what I need to do for a normal installation? Thank you in advance!
R version 3.6.1 (2019-07-05), Ubuntu 20.04.1
Best regards, Poecile
Could you please trying
install.packages(units)(orinstall.packages(dplyr)) and show us the output from the console?Thank you for your consideration, that's the output of
install.packages("dplyr"):I have tried to install
dplyrusingdevtools, but installation ofdevtoolscauses a lot of other warnings:This is very sad, because I really need
dplyrand other regular packages(