You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: