el wrote:
>> Hi Tim,
>>
>> On 17 October 2011 at 13:39, Tim Jurka wrote:
>> | Hi Rcpp-devel,
>> |
>> | When installing Rcpp on Solaris ( R2.13.1 Platform: i386-pc-solaris2.10
>> (32-bit) ) using install.packages, I get the following error:
>> |
&
Hi Slava,
One way to do it is to use Rprintf() the same way you'd use the standard
printf() command.
Best,
Tim
On Oct 17, 2011, at 10:52 PM, Slava Razbash wrote:
> Hello,
>
> What is the "correct" way to print text to R with Rcpp? I find that
> "std::cout<<" will only work if i running R from
ccessfully install on our university
machines and get back to you soon.
Cheers!
Tim
On Oct 17, 2011, at 2:13 PM, Dirk Eddelbuettel wrote:
>
> Hi Tim,
>
> On 17 October 2011 at 13:39, Tim Jurka wrote:
> | Hi Rcpp-devel,
> |
> | When installing Rcpp on Solaris ( R2.13.1 Platform:
Hi Rcpp-devel,
When installing Rcpp on Solaris ( R2.13.1 Platform: i386-pc-solaris2.10
(32-bit) ) using install.packages, I get the following error:
g++ -I/usr/local/lib/R/include -I../inst/include/ -I/usr/local/include-fpic
-g -O2 -c debugging.cpp -o debugging.o
debugging.cpp:36:22: execi
Hi Dirk,
Re-writing the wrapper using the new API resolved the issues; it installs
perfectly on Windows now. Thank you for your help!
Best,
Tim
On Jun 10, 2011, at 10:20 PM, Dirk Eddelbuettel wrote:
>
> Hi Tim,
>
> On 10 June 2011 at 21:31, Tim Jurka wrote:
> | H
Hello Rcpp-Devel,
This is my first question posted to this list, so please remind me if I'm
missing crucial details in my inquiry!
I have successfully interfaced Yoshimasa Tsuruoka's excellent C++ maximum
entropy library ( http://www-tsujii.is.s.u-tokyo.ac.jp/~tsuruoka/maxent/ )
using RcppClas