Hi,
I am getting the following error message with many of the DartR functions.
"Error in p1/p2 : non-numeric argument to binary operator".
This error appeared with most gl.filter functions (e.g. gl.filter.reproducibility, gl.filter.callrate, gl.filter.maf ) and also with gl.dist.pop.
My DartR version: 2.9.7 and I am working on Rstudio with R version 4.4.1.
I have tried the followings to troubleshoot but in all cases the same error-message appeared.
- Installed the dartR and other necessary packages using:
install.packages("dartR")
library(dartR)
install.packages("devtools")
gl.install.vanilla.dartR()
- I have also tried the dartR functions by installing the developmental version of dartR.
Any suggestions, what might be the issue and how to fix?
Thank you !
Almas