Re: [R] [Rcpp-devel] Find number of elements less than some number: Elegant/fastsolution needed

2011-04-14 Thread Christian Gunning
x1 <- x <- rnorm(5e6) y1 <- y <- rnorm(5e6) print( cbind( r1=system.time(r1 <- f1(x,y)), r2=system.time(r2 <- f2(x,y)), r3=system.time(r3 <- f3(x1,y1)), r4 = system.time(r4 <- f4(x,y)), r5 = system.time(r5 <- f5(x,y)) )) } print(all.equal(r1, r2))

[R] R FAQ - web interfaces section very out of date.

2009-06-04 Thread Christian Gunning
I just checked every project in the Web interfaces section of the FAQ (http://cran.r-project.org/doc/FAQ/R-FAQ.html#R-Web-Interfaces ). There are many dead links in this section. Of the links that work, many projects themselves contain links that don't work, appear to have not been maintained in