Closed s-usr closed 3 years ago
This issue has been open for so long with no progress that I feel it's best to close it.
If someone runs into this problem (I am not sure how widely used the admixr-ADMIXTURE package is, given that it hasn't been updated for 6 years), it is possible to install both packages by:
git clone https://github.com/martinsikora/admixr
to download the ADMIXTURE package anywhere on your computer that's convenient for you.devtools::install("path to the downloaded copy")
will install the ADMIXTURE package under the modified name.library(admixr)
library(ADMIXTURE)
will load both packages without any issue.
There are two admixr packages; yours based on AdmixTools (Harvard) and the Sikora's based on Admixture (UCLA). When insalling, one will overwrite the other. Is that correct? Is there a way to avoid this?