selective-inference / R-software

R software for selective inference
GNU General Public License v2.0
34 stars 18 forks source link

Using rcpp #26

Closed jonathan-taylor closed 7 years ago

jonathan-taylor commented 7 years ago

Code now takes 2ms as compared to 20s with original R code for my example.

(Python still a little simpler to do and faster :))

jonathan-taylor commented 7 years ago

This now has an error on building for finding "update1". Is it possible that using Rcpp breaks other .C calls?