Closed plycs1994 closed 3 years ago
It seems devtools
install the package from HEAD
by default now, while this package should be installed from master
branch.
Please try reinstall the package with the following command:
devtools::install_github('jianan/qtlpvl', ref="master")
Thank you - this has fixed this error
Hello
Using R version 4.0.0 and has been tried on multiple computers. I am following the "Introduction to qtlpvl" guide - the following code runs fine:
However when performing the multi-trait mapping I get the following error:
I get the same error if using my own data too. It appears to come from calling the lm.resid() function within scanone.mvn and I am ignorant of how to fix this. I hope this can be resolved - thank you!!