-
-
Notifications
You must be signed in to change notification settings - Fork 219
Closed
Labels
Description
First of all, Rcpp is amazing! After 10 years of working with it, I'm finally capable enough to make most of my wishes come true. One sugar function that is an obvious omission is quantile. I realize that we can't have every single function provided by R within Rcpp. But, this seems like an obvious low-hanging fruit. If someone could give me some pointers on what the best way to implement it is, then I would be happy to contribute a version to Rcpp. Thanks