I just reviewed the Rcpp documentation. I see plenty of cfunction/cxxfunction examples, but I'm curious whether one can provide a class definition inline in an R script and then initialize an instance of the class and call a method on the class. all inline in R. Is this feature something you all would consider adding to Rcpp? -Whit