Re: [Rcpp-devel] Linux or OS X on Macbook Pro Retina?

2013-06-19 Thread Robert J Goedman
Hi Jan, Thanks a lot, I will try that route! Have just kicked off a bunch of downloads on a spare Mac. I tend to build all packages from source anyway. Way back, when you did the 'batteries included' builds, I know you never included R.app. I seem to remember that was because of the event loop?

[Rcpp-devel] Linux or OS X on Macbook Pro Retina?

2013-06-19 Thread Jan de Leeuw
Hi Rob — Previously (Mountain Lion) Rcpp compiled by setting CC=CXX=/usr/bin/clang. In 10.9 one HAS to use CXX=/usr/bin/clang++, and recompile R because of that (and quite possibly a bunch of packages, I’ll do that when I run into problems). I use gcc/gfortran 4.8.0 (and mpfr, mpc, gmp) from ho

Re: [Rcpp-devel] R-2.15 installation interfering with R-3.0

2013-06-19 Thread Dirk Eddelbuettel
On 19 June 2013 at 10:52, Pratibha Rana wrote: | Hi, | | I have an application that installs and uses R-3.0. If a machine has an | installation of R-2.15 in some other location then RInside fails to | initialize. If I remove R-2.15 installation then my a[pplication works | fine. Here is the ba

[Rcpp-devel] R-2.15 installation interfering with R-3.0

2013-06-19 Thread Pratibha Rana
Hi, I have an application that installs and uses R-3.0. If a machine has an installation of R-2.15 in some other location then RInside fails to initialize. If I remove R-2.15 installation then my a[pplication works fine. Here is the backtrace of the crash. (gdb) bt #0 0x2abbdf606285 in r

Re: [Rcpp-devel] Linux or OS X on Macbook Pro Retina?

2013-06-19 Thread Robert J Goedman
Hi, Is anyone, who has Rcpp running with C++11 on Mavericks, willing to share/supplement below 'PS' info . My guess is this means recompiling R (and R.app) with Clang/LLVM 5.0. The other issue I ran into is Fortran support, but I'm moving my Fortran program to C++/Rcpp for this purpose. Maybe

Re: [Rcpp-devel] macros RCPP_FUNCTION_...,

2013-06-19 Thread Romain Francois
Le 19/06/13 16:17, Dirk Eddelbuettel a écrit : On 19 June 2013 at 16:07, Romain Francois wrote: | We were waiting for the book release to bump up to 1.0.0 right ? Not really. Ah ok. I don't really care anyway. That would look nice though. | Rcpp is mature enough now to deserve a 1.0.0. May

Re: [Rcpp-devel] macros RCPP_FUNCTION_...,

2013-06-19 Thread Romain Francois
Le 19/06/13 16:14, Dirk Eddelbuettel a écrit : On 19 June 2013 at 08:50, Hadley Wickham wrote: | It's also not like it's impossible to get old versions from Rcpp for | CRAN, so if someone's code does break they do already have recourse. Correct. That is the ultimate defense with Open Source. B

Re: [Rcpp-devel] macros RCPP_FUNCTION_...,

2013-06-19 Thread Dirk Eddelbuettel
On 19 June 2013 at 16:07, Romain Francois wrote: | We were waiting for the book release to bump up to 1.0.0 right ? Not really. | Rcpp is mature enough now to deserve a 1.0.0. Maybe. Maybe not. I think I learn towards 'not'. | But for something like this, removing code that is very unlikely u

Re: [Rcpp-devel] macros RCPP_FUNCTION_...,

2013-06-19 Thread Dirk Eddelbuettel
On 19 June 2013 at 08:50, Hadley Wickham wrote: | It's also not like it's impossible to get old versions from Rcpp for | CRAN, so if someone's code does break they do already have recourse. Correct. That is the ultimate defense with Open Source. Breaking an API is extremely poor style and annoyi

Re: [Rcpp-devel] macros RCPP_FUNCTION_...,

2013-06-19 Thread Romain Francois
Le 19/06/13 15:50, Hadley Wickham a écrit : On Wed, Jun 19, 2013 at 8:41 AM, Dirk Eddelbuettel wrote: On 19 June 2013 at 15:12, Romain Francois wrote: | So: | - when we release Rcpp 0.10.4 nothing changes. people can still enjoy | using this feature, if anyone is. | - when we release Rcpp 0.10

Re: [Rcpp-devel] macros RCPP_FUNCTION_...,

2013-06-19 Thread Romain Francois
Le 19/06/13 15:49, Romain Francois a écrit : Le 19/06/13 15:41, Dirk Eddelbuettel a écrit : On 19 June 2013 at 15:12, Romain Francois wrote: | So: | - when we release Rcpp 0.10.4 nothing changes. people can still enjoy | using this feature, if anyone is. | - when we release Rcpp 0.10.5 the feat

Re: [Rcpp-devel] macros RCPP_FUNCTION_...,

2013-06-19 Thread Hadley Wickham
On Wed, Jun 19, 2013 at 8:41 AM, Dirk Eddelbuettel wrote: > > On 19 June 2013 at 15:12, Romain Francois wrote: > | So: > | - when we release Rcpp 0.10.4 nothing changes. people can still enjoy > | using this feature, if anyone is. > | - when we release Rcpp 0.10.5 the feature is still there, but w

Re: [Rcpp-devel] macros RCPP_FUNCTION_...,

2013-06-19 Thread Romain Francois
Le 19/06/13 15:41, Dirk Eddelbuettel a écrit : On 19 June 2013 at 15:12, Romain Francois wrote: | So: | - when we release Rcpp 0.10.4 nothing changes. people can still enjoy | using this feature, if anyone is. | - when we release Rcpp 0.10.5 the feature is still there, but with extra | annoying

Re: [Rcpp-devel] macros RCPP_FUNCTION_...,

2013-06-19 Thread Dirk Eddelbuettel
On 19 June 2013 at 15:12, Romain Francois wrote: | So: | - when we release Rcpp 0.10.4 nothing changes. people can still enjoy | using this feature, if anyone is. | - when we release Rcpp 0.10.5 the feature is still there, but with extra | annoying warnings | - when we release Rcpp 0.10.6 the fe

Re: [Rcpp-devel] macros RCPP_FUNCTION_...,

2013-06-19 Thread Romain Francois
Sure. That is essentially what Dirk proposed. That is fine. What I've done is add this section in our NEWS file: \item Deprecation plans: \itemize{ \item The set of macros \code{RCPP_FUNCTION_} etc ... from the \code{preprocessor_generated.h} file will be deprecated in the n

Re: [Rcpp-devel] macros RCPP_FUNCTION_...,

2013-06-19 Thread Smith, Dale (Norcross)
Hi all, I've been reading this with some interest. I suggest: * Announce an api change via Stack Overflow, blog, list, etc and put the announcement into the NEWS for the next release. * Announce an effective date on the change and outline the reasons. I think this should satisfy everyone and gi

Re: [Rcpp-devel] Problem with exceptions from standalone functions (Windows only)

2013-06-19 Thread Dirk Eddelbuettel
On 19 June 2013 at 09:09, QRD wrote: | Hi Romain, | | > > I've just had some trouble, on Windows with Rtools-3.0, throwing | > > exceptions from within a standalone function belonging to a module | > | > I have commited adding BEGIN_RCPP and END_RCPP. | > Could you have a go at testing it on Wind

Re: [Rcpp-devel] Linux or OS X on Macbook Pro Retina?

2013-06-19 Thread Dirk Eddelbuettel
On 19 June 2013 at 10:25, Rainer M Krug wrote: | I finally received my new computer - a Mac Powerbook Retina. | | I am a Linux / Ubuntu user, but I am thinking about possibly using OS | X. How does OS X play with rcpp? Are there complications? I rely on rcpp | and this will increase at this proje

Re: [Rcpp-devel] Linux or OS X on Macbook Pro Retina?

2013-06-19 Thread Rainer M Krug
Romain Francois writes: > Le 19/06/13 10:25, Rainer M Krug a écrit : >> Hi >> >> I finally received my new computer - a Mac Powerbook Retina. > > I guess you mean a macbook pro retina, as powerbook are old stuff. Sorry - yes. Macbook Pro Retina. > They are awesome. Absolutely - I played a litt

Re: [Rcpp-devel] Problem with exceptions from standalone functions (Windows only)

2013-06-19 Thread QRD
Hi Romain, > > I've just had some trouble, on Windows with Rtools-3.0, throwing > > exceptions from within a standalone function belonging to a module > > I have commited adding BEGIN_RCPP and END_RCPP. > Could you have a go at testing it on Windows. I don't have SVN access through the firewall h

Re: [Rcpp-devel] Linux or OS X on Macbook Pro Retina?

2013-06-19 Thread Romain Francois
Le 19/06/13 10:25, Rainer M Krug a écrit : Hi I finally received my new computer - a Mac Powerbook Retina. I guess you mean a macbook pro retina, as powerbook are old stuff. They are awesome. I am a Linux / Ubuntu user, but I am thinking about possibly using OS X. How does OS X play with rcp

[Rcpp-devel] Linux or OS X on Macbook Pro Retina?

2013-06-19 Thread Rainer M Krug
Hi I finally received my new computer - a Mac Powerbook Retina. I am a Linux / Ubuntu user, but I am thinking about possibly using OS X. How does OS X play with rcpp? Are there complications? I rely on rcpp and this will increase at this project, so this is crucial to y decision. Any experiences