In my origin C++ code, I use assert(), but if I want to use this code in Julia, maybe I need to replace it with other functions. In R, I can use Rcpp::stop(). Is there any easy way to do it in Julia with C or C++ code.
And it seems that Julia does not have R CMD check like stuff yet. It does not check this kind of issue. Thanks.
