Anwar,
On 25 June 2013 at 23:38, Anwar Ludin wrote:
| No your memory is playing you tricks…I have never asked this question
previously on r-devel but will do so now! ;)
My bad, sorry. But yes, much better venue.
Dirk
--
Dirk Eddelbuettel | [email protected] | http://dirk.eddelbuettel.com
___
Dirk,
No your memory is playing you tricks…I have never asked this question
previously on r-devel but will do so now! ;)
Anwar
On Jun 25, 2013, at 11:34 PM, Dirk Eddelbuettel wrote:
>
> Anwar,
>
> On 25 June 2013 at 23:13, Anwar Ludin wrote:
> | This is not a Rcpp question per se and I m sor
Anwar,
On 25 June 2013 at 23:13, Anwar Ludin wrote:
| This is not a Rcpp question per se and I m sorry if I m posting in the wrong
list. I need to rebuild an R interpreter for the Intel Xeon Phi coprocessor
which can be considered as an embedded system.
| My only option is to use the intel comp
Hello,
This is not a Rcpp question per se and I m sorry if I m posting in the wrong
list. I need to rebuild an R interpreter for the Intel Xeon Phi coprocessor
which can be considered as an embedded system.
My only option is to use the intel compiler tools and cross compile the
interpreter. My
Hi guys,
Sorry to be bringing this up so close after the CRAN release, but I just
stumbled upon them today.
-
1) The table function occasionally produces names as '-0', rather than '0',
for numeric vectors (haven't tested in other situations yet):
#include
using namespace Rcpp;
// [[Rcpp:
On 21 June 2013 at 13:49, Pratibha Rana wrote:
| I looked at all the build steps and didn't find anything suspicious. The
| makefile has a lot of extra stuff but this is what essentially builds my
| app. I must mention that the crash occurs only if I'm building on R-3.0
| . All works well if I
On 25 June 2013 at 14:41, MAYER Hans wrote:
|
|
| Hi Dirk !
|
| Many thanks for your answer. Now it compiled fine.
| As you wrote I changed line 1536 to the following content:
| #if defined(WIN32) || defined(__FreeBSD__) || defined(__NetBSD__) ||
defined(__OpenBSD__) || defined(__CYGWIN__)
Hi Dirk !
Many thanks for your answer. Now it compiled fine.
As you wrote I changed line 1536 to the following content:
#if defined(WIN32) || defined(__FreeBSD__) || defined(__NetBSD__) ||
defined(__OpenBSD__) || defined(__CYGWIN__) || defined(__sun)
But I didn't reach my goal completely. T