Skip to content
Back to formatted view

Raw Message

Message-ID: <4E53AD86.7090002@dcook.org>
Date: 2011-08-23T13:39:18Z
From: Darren Cook
Subject: [Rcpp-devel] Parameter Naming
In-Reply-To: <4E53ABC0.1090106@dcook.org>

P.S. I think it was obvious from the context that this version contained
a typo but, just in case anyone was confused, it should've looked like:

 nearlyAsGoodDemo <- cxxfunction(signature(x_="integer"), plugin='Rcpp',
 body='
       Rcpp::IntegerVector x(x_);
       return 2*x;
    ')


Darren