oumarkme / TSDFGS

Training set determination for genomic selection.

Home Page:http://www.oumark.net/TSDFGS/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A .call error while using criteria functions.

oumarkme opened this issue · comments

Users report that there is a '.call' error while using criteria functions with R version > 4.1. This is due to missing useDynLib(TSDFGS); import(RcppEigen); importFrom(Rcpp, evalCpp) in the NAMESPACE file generated by roxygen2. So far we have no clue why it did not generate automatically. We'd manually add this to the NAMESPACE file and update it to version 2.2 on GitHub. Please install the updated version by:
devtools::install_github("oumarkme/TSDFGS", dependencies = TRUE, force = TRUE)

We will soon upload this new version to CRAN.

Dear Jen-Hsiang

if I install the updated version from github, the optTrain function seems to be missing. Best Hermann

The issue has been resolved with the release of version 2.4.2.