Rcpp List, Is there a recommended way to handle default arguments for constructors? I have a class that I have created and exposed through Rcpp Modules. I now found that I need to expose a tuning parameter and need to modify my constructors. The standard way would be to include just a default argument, but I didn't think that Rcpp could handle default arguments in constructors. Am I wrong? Any recommendations?
Thanks, Andrew _______________________________________________ Rcpp-devel mailing list Rcpp-devel@lists.r-forge.r-project.org https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel