I just downloaded the new version of R/qtl2 (0.28), and for reference, I am using R version 4.0.3.
When I loaded qtl2 with the library command, then used qtl2::read_cross2() on a zip file, I would first receive the error:
Error in nalleles(output$crosstype) : function 'Rcpp_precious_preserve' not provided by package 'Rcpp'
Re-running the qtl2::read_cross2() command would then give me a fatal error that crashed my R session.
Installing Rcpp separately seems to have fixed the problem, but I just wanted to post the issue in case there is anything that can be done with the package to prevent others from experiencing this issue.
I just downloaded the new version of R/qtl2 (0.28), and for reference, I am using R version 4.0.3.
When I loaded qtl2 with the library command, then used qtl2::read_cross2() on a zip file, I would first receive the error:
Error in nalleles(output$crosstype) : function 'Rcpp_precious_preserve' not provided by package 'Rcpp'
Re-running the qtl2::read_cross2() command would then give me a fatal error that crashed my R session.
Installing Rcpp separately seems to have fixed the problem, but I just wanted to post the issue in case there is anything that can be done with the package to prevent others from experiencing this issue.