thibautjombart / adegenet

adegenet: a R package for the multivariate analysis of genetic markers
165 stars 64 forks source link

Set all parallel = FALSE #314

Closed zkamvar closed 2 years ago

zkamvar commented 2 years ago

It turns out that read.PLINK() and fasta2genlight() were still harboring the demon parallel=require('parallel'). Since parallel computation did not really speed things up, I've set them to default as FALSE for everyone.

This will address #313 until we have a better solution.

romunov commented 2 years ago

Looks like you'll have to run roxygen2, too.