On 7 July 2014 at 14:49, Mark Lilback wrote:
| Is there any way to install RInside using install.packages that will pass a
-DRINSIDE_CALLBACKS flag to the preprocessor?
|
| The callback code works perfectly for my application, but I’d like an easy
way to install it on other machines.
Sure.
Is there any way to install RInside using install.packages that will pass a
-DRINSIDE_CALLBACKS flag to the preprocessor?
The callback code works perfectly for my application, but I’d like an easy way
to install it on other machines.
___
Rcpp-devel m
Thanks alot,
solved my problem within seconds. But why is the result from match() 1-indexed?
I thought it would be a native cpp function and expected a 0-based index.
__
MD
[email protected]
On 07.07.2014, at 16:59, John Laing wrote:
> Mario,
>
> Your vector matched is 1-indexed, bu
Mario,
Your vector matched is 1-indexed, but by passing an element of this vector
(match_id) to rownames[] you're treating it as if it's 0-indexed.
-John
On Mon, Jul 7, 2014 at 10:33 AM, Mario Deng
wrote:
> Hello everyone,
>
> I am trying to implement a data structure using Rcpp. But I am
Hello everyone,
I am trying to implement a data structure using Rcpp. But I am already
struggling with my first method.
How things (should) work: I want to my function ("createVectorList") a data
frame or matrix. Each column of the matrix gets sorted. This also holds for the
rownames - storing