Re: [Rcpp-devel] Rcpp/C++ serialization of R objects?

2013-10-31 Thread Dirk Eddelbuettel
On 29 October 2013 at 10:38, Dirk Eddelbuettel wrote: | Yes, I think I would like to have that functionality to some extent. | | Now, _for basic C++ types_serialization is of course understood and | implemented so you could just the appropriate, say, Boost library. | | For _R_ types I think we w

Re: [Rcpp-devel] Fwd: CRAN packages with C++ compilation errors on OS X 10.9

2013-10-31 Thread Romain Francois
Le 31/10/2013 17:36, Dirk Eddelbuettel a écrit : On 31 October 2013 at 17:15, Romain Francois wrote: | Le 31/10/2013 15:59, baptiste auguie a écrit : | > "OS X 10.9 (aka Mavericks) has a new C++ compiler, clang++ with libcxx | > headers/runtime. Your package fails to compile with that compiler:

Re: [Rcpp-devel] Fwd: CRAN packages with C++ compilation errors on OS X 10.9

2013-10-31 Thread baptiste auguie
On 31 October 2013 13:15, Romain Francois wrote: > Le 31/10/2013 15:59, baptiste auguie a écrit : > >> Dear Rcpp gurus, >> >> >> Today a CRAN maintainer informed us of the failure of a few Rcpp-related >> packages to build under the new version of the Mac operating system, OS >> X 10.9 aka Maveri

Re: [Rcpp-devel] Fwd: CRAN packages with C++ compilation errors on OS X 10.9

2013-10-31 Thread Dirk Eddelbuettel
On 31 October 2013 at 11:36, Dirk Eddelbuettel wrote: | Can you think of a solution at our end that will work with existing code yet | also accomodates the newest clang version? I take that back. Looking again at the BDR directory, I see a number of compiles failing because 'rank' was defined,

Re: [Rcpp-devel] Fwd: CRAN packages with C++ compilation errors on OS X 10.9

2013-10-31 Thread Dirk Eddelbuettel
On 31 October 2013 at 17:15, Romain Francois wrote: | Le 31/10/2013 15:59, baptiste auguie a écrit : | > "OS X 10.9 (aka Mavericks) has a new C++ compiler, clang++ with libcxx | > headers/runtime. Your package fails to compile with that compiler: see | > the appropriate log at http://www.stats.ox

Re: [Rcpp-devel] Fwd: CRAN packages with C++ compilation errors on OS X 10.9

2013-10-31 Thread Romain Francois
Le 31/10/2013 15:59, baptiste auguie a écrit : Dear Rcpp gurus, Today a CRAN maintainer informed us of the failure of a few Rcpp-related packages to build under the new version of the Mac operating system, OS X 10.9 aka Mavericks. I do have access to a Mac, but I'm reluctant (in fact, unable) to

Re: [Rcpp-devel] Fwd: CRAN packages with C++ compilation errors on OS X 10.9

2013-10-31 Thread Dominick Samperi
Apple is rapidly moving away from gcc/g++ towards clang/clang++, resulting in some tricky versioning issues. I tried to update to Mavericks but had to backtrack due to technical problems (Paragon NTFS filesystem support fails). After reinstalling Mac OS X 10.8 and installing R for Mac OS I found t

Re: [Rcpp-devel] Fwd: CRAN packages with C++ compilation errors on OS X 10.9

2013-10-31 Thread Dirk Eddelbuettel
On 31 October 2013 at 16:18, Romain Francois wrote: | I'll have a look. It is likely to be a bug in some part of Rcpp's code | bloat. Thanks | I will try to find a solution that does not involve releasing a new Rcpp | as 0.10.6 was just released. Not a concern. If it is a bug, and it needs a

Re: [Rcpp-devel] error using sourceCpp after update

2013-10-31 Thread Dirk Eddelbuettel
Hi Mat, On 31 October 2013 at 15:03, Weldon, Mat wrote: | I have been using Rcpp for a few weeks, and have just tried to install | RcppArmadillo, but it failed because apparently there is a dependency on Rcpp | version >=0.10.5 (I have 0.10.4 loaded). Just now I have tried to update Rcpp, | but e

Re: [Rcpp-devel] Fwd: CRAN packages with C++ compilation errors on OS X 10.9

2013-10-31 Thread Romain Francois
Le 31/10/2013 15:59, baptiste auguie a écrit : Dear Rcpp gurus, Today a CRAN maintainer informed us of the failure of a few Rcpp-related packages to build under the new version of the Mac operating system, OS X 10.9 aka Mavericks. I do have access to a Mac, but I'm reluctant (in fact, unable) to

[Rcpp-devel] error using sourceCpp after update

2013-10-31 Thread Weldon, Mat
Hello, I have been using Rcpp for a few weeks, and have just tried to install RcppArmadillo, but it failed because apparently there is a dependency on Rcpp version >=0.10.5 (I have 0.10.4 loaded). Just now I have tried to update Rcpp, but each time version 0.10.4 is downloaded from CRAN (I trie

[Rcpp-devel] Fwd: CRAN packages with C++ compilation errors on OS X 10.9

2013-10-31 Thread baptiste auguie
Dear Rcpp gurus, Today a CRAN maintainer informed us of the failure of a few Rcpp-related packages to build under the new version of the Mac operating system, OS X 10.9 aka Mavericks. I do have access to a Mac, but I'm reluctant (in fact, unable) to update to Mavericks, therefore I'm in the dark w