oumarkme / TSDFGS

Training set determination for genomic selection.
http://www.oumark.net/TSDFGS/
GNU General Public License v3.0
5 stars 3 forks source link

A .call error while using criteria functions. #1

Open oumarkme opened 2 years ago

oumarkme commented 2 years ago

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)

oumarkme commented 2 years ago

We will soon upload this new version to CRAN.

hermanndallinger commented 1 year ago

Dear Jen-Hsiang

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

oumarkme commented 11 months ago

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