On 2010-06-11, at 6:39 AM, <[email protected]> <[email protected]> wrote:
> I added some experimental code in Rcpp to allow this: > > code <- ' > NumericVector xx(x) ; > NumericVector ll(lowerBd) ; > > return any( xx < ll ) ; > > ' Very nice! It wouldn't be more succinct if it were written in Haskell. :-) Davor _______________________________________________ Rcpp-devel mailing list [email protected] https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel
