emmanuelparadis / pegas

Population and Evolutionary Genetics Analysis System
GNU General Public License v2.0
27 stars 10 forks source link

A dist.asd function warning with pairwise.deletion = TRUE parameter #91

Closed DenisGoryunov closed 2 months ago

DenisGoryunov commented 2 months ago

Dear Dr. Paradis,

I encountered an issue when ran the comand using Pegas 1.3 :

m=dist.asd(my_snp, pairwise.deletion = TRUE)

**``` Warning message: In D/nloc : longer object length is not a multiple of shorter object length


Could you advise me please how i can fix the issue?

Regards,
Denis
emmanuelparadis commented 2 months ago

Dear Denis,

I think I've fixed this bug. Please try to install the latest development version from here (ver. 1.3-0.3).

Best,

Emmanuel

DenisGoryunov commented 2 months ago

Dear Dr. Paradis, Thank you so much! I'm wondering if binaries are available for the latest development version (ver. 1.3-0.3) or i have to compile it from source using Rtools? I downloaded pegas-master.zip containing the version but can not figure out how to install it to RStudio.

Regards, Denis

DenisGoryunov commented 2 months ago

Dear Dr. Paradis,

I managed installation of the latest development version for Pegas package. The issue in dist.asd() has been fixed.

Many thanks, Denis