On 14 October 2013 at 19:41, Romain Francois wrote: | Most of them are hidden. You can't call them. For example: | | SEXP attribute_hidden do_rank(SEXP call, SEXP op, SEXP args, SEXP rho) | | The attribute_hidden hides the function. If you want this function to be | available as part of the R api, you need to negociate that with the R | core team. | | In similar situations, people have copied the code over to their | project. It might be appropriate for you.
+1 Also, the 'call, op, args' signature takes some getting used to. You may even be better getting a nice ranking algo from somewhere else. Lastly, not a milligram of Rcpp in this question. Plain R programming questions should go to r-devel, not rcpp-devel. Dirk -- Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com _______________________________________________ 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