Barth Riley
2018-11-27 15:35:10 UTC
Dear Rcppers
I am encountering a problem with Rcout. Even with basic string output, when I run the function containing the call to Rcout, no output is generated. Here is a simple example of what Iâm trying to do:
// [[Rcpp::export]]
void testFunc() {
Rcpp::Rcout << "testFunc begins" << std:endl;
. . .
}
My code is part of a package Iâm developing, using R 3.51 and Rcpp 0.12.19. The Rcpp code compiles without a problem.
Thanks
Barth
I am encountering a problem with Rcout. Even with basic string output, when I run the function containing the call to Rcout, no output is generated. Here is a simple example of what Iâm trying to do:
// [[Rcpp::export]]
void testFunc() {
Rcpp::Rcout << "testFunc begins" << std:endl;
. . .
}
My code is part of a package Iâm developing, using R 3.51 and Rcpp 0.12.19. The Rcpp code compiles without a problem.
Thanks
Barth