wegene-llc / radmixture

an R package for ancestry analysis
https://CRAN.R-project.org/package=radmixture
Other
37 stars 18 forks source link

Warnings during classification #4

Open jlmartinez1981 opened 6 years ago

jlmartinez1981 commented 6 years ago

Hi! while executing fFixQN(res$g, res$q, res$f, tol = 1e-4, method = "BR", pubdata = "K4") over R version 3.4.3 (2017-11-30) I am getting some warings:

8: In c * qvector[, 3] : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead.

9: In (1 - c) * qvector[, 2] : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead.

10: In c * qvector[, 3] : Recycling array of length 1 in array-vector arithmetic is deprecated. Use c() or as.vector() instead.

I dont know if this could become an error in the future. Best regards