Re: [Rcpp-devel] Issue Installing Rcpp on Solaris

2011-10-18 Thread Tim Jurka
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: >> | &

Re: [Rcpp-devel] What is the "correct" way to print text to R with Rcpp?

2011-10-17 Thread Tim Jurka
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

Re: [Rcpp-devel] Issue Installing Rcpp on Solaris

2011-10-17 Thread Tim Jurka
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:

[Rcpp-devel] Issue Installing Rcpp on Solaris

2011-10-17 Thread Tim Jurka
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

Re: [Rcpp-devel] Difficulty Compiling RcppClassic Package on Windows

2011-06-10 Thread Tim Jurka
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

[Rcpp-devel] Difficulty Compiling RcppClassic Package on Windows

2011-06-10 Thread Tim Jurka
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