Alexey,
On 3 January 2013 at 23:44, Alexey Stukalov wrote:
| thanks for taking time to look into this.
|
| Well, I guess if I would use , which basically defines everything, the
| problem will go away.
| In my project, however, I'm trying to include only essential headers to reduce
| compilation
On Thu, Jan 3, 2013 at 11:28 PM, Dirk Eddelbuettel wrote:
>
> On 3 January 2013 at 16:01, Dirk Eddelbuettel wrote:
> |
> | Hi Alexey,
> |
> | On 3 January 2013 at 22:13, Alexey Stukalov wrote:
> | | Dear Rcpp developers,
> | |
> | | After an upgrade to Rcpp 0.10.2 I've got an error "pairlist unde
On 3 January 2013 at 16:01, Dirk Eddelbuettel wrote:
|
| Hi Alexey,
|
| On 3 January 2013 at 22:13, Alexey Stukalov wrote:
| | Dear Rcpp developers,
| |
| | After an upgrade to Rcpp 0.10.2 I've got an error "pairlist undefined"
during
| | the compilation of my Rcpp-using C++ library
| | (actua
Hi Alexey,
On 3 January 2013 at 22:13, Alexey Stukalov wrote:
| Dear Rcpp developers,
|
| After an upgrade to Rcpp 0.10.2 I've got an error "pairlist undefined" during
| the compilation of my Rcpp-using C++ library
| (actual gcc 4.7 output is hundreds lines long, so I skip it ) in the
| construc
Dear Rcpp developers,
After an upgrade to Rcpp 0.10.2 I've got an error "pairlist undefined"
during the compilation of my Rcpp-using C++ library
(actual gcc 4.7 output is hundreds lines long, so I skip it ) in the
constructions like this:
Rcpp::DataFrame::create(
Rcpp::Named( R_CO
(This mail was held for manual approval; its size exceeded the 40kb limit.
Let's try to keep all mails smaller. So Nick, be careful not to add video or
audio to your signature ;-)
On 3 January 2013 at 16:04, Royden Fernandes wrote:
| Hi,
|
| I am able to integrate C++ and R through RInside libr
Hi,
I am able to integrate C++ and R through RInside library. However when I
use a jni call as my UI is through java it crashes at C++ side. My files
are
JNICallingClass.C:
JNIEXPORT void JNICALL Java_CallR_run (JNIEnv* env, jobject callr){
std::cout << "Inside JNICALL" << std::endl;