Hi,
What does this give you:
$ R CMD config CXX
$ R CMD config CXXFLAGS
What happens in an R console when you type:
require(devtools)
has_devel()
Romain
Le 2013-10-27 06:02, Claymore M a écrit :
I am trying to get RInside to run on my mac (Mavericks). (I was able
to get RInline running no
Le 2013-10-26 22:57, Kevin Ushey a écrit :
Other thing worth considering for implementation: how might it fit in
with Rcpp Attributes? It would be very nice if we could define a
function like
// [[Rcpp::export]]
ListOf fun( ListOf x ) {
...
}
and have the wrapper function automatically gener
I am trying to get RInside to run on my mac (Mavericks). (I was able to get
RInline running no problem using Ubuntu at work; "it just worked" with none of
the hassle outlined below).
I downloaded the package and tried to run:
"make rinside_sample0" from within the standard folder of RInline.
Thi
Other thing worth considering for implementation: how might it fit in
with Rcpp Attributes? It would be very nice if we could define a
function like
// [[Rcpp::export]]
ListOf fun( ListOf x ) {
...
}
and have the wrapper function automatically generated as we're used
to. Ideally, ListOf would