Message-ID: <CAONgOD5f3iXeKz7eJPuVmQvoACi=GKRcbsL4p6P69vvcthdS=A@mail.gmail.com>
Date: 2013-03-12T00:59:04Z
From: Conrad S
Subject: [Rcpp-devel] Sample function(s) for inclusion in RcppArmadillo
In-Reply-To: <20798.18723.306637.472796@max.nulle.part>
> #include <extensions/sample.h>
> which is not expressive enough. I think we should go for something like boost
> where we have to do
> #include <RcppArmadillo/extensions/sample.h>
> but that would require a directory
> (inst)/include/RcppArmadillo/RcppArmadillo/extensions/sample.h
>
> which reads silly. Hm.
> Better suggestions, anyone?
How about simply <RcppArmadillo_extensions.h>, which includes all extensions ?