Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd a warning message for matrices that cannot be converted #147
Conversation
|
Yes, I was thinking that too when I wrote the message over there. @thirdwing What do you think? |
|
Should be Prior precedent: RcppArmadillo/inst/include/RcppArmadilloAs.h Line 613 in cc04640 |
Although just adding the warning message can pass the tests, it will not stop the program and provide a wrong result. Should I replace
Rcpp::warning()withRcpp::stop()?