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
CRAN Fix (2026-03-14) - Replaced Rf_error with Rcpp::stop:
Fixed C++ Exception Handling: Addressed an issue reported by @Enchufa2 regarding the usage of ::Rf_error inside catch(...) blocks. Updated all instances to use Rcpp::stop to ensure proper C++ stack unwinding and avoid memory leaks.