Re: [Rcpp-devel] Rcpp release candidate

2014-06-06 Thread Dirk Eddelbuettel
On 5 June 2014 at 03:21, Gabor Grothendieck wrote: | Warning: running command | '"C:\PROGRA~2\MIKTEX~1.9\miktex\bin\texi2dvi.exe" --quiet --pdf | "Rcpp-FAQ.tex" --max-iterations=20 -I | "C:/PROGRA~1/R/R-3.1/share/texmf/tex/latex" -I | "C:/PROGRA~1/R/R-3.1/share/texmf/bibtex/bst"' had status 1 | Er

Re: [Rcpp-devel] Rcpp release candidate

2014-06-05 Thread Gabor Grothendieck
On Thu, Jun 5, 2014 at 11:01 AM, Romain François wrote: > Watch out for this part: > > Le 5 juin 2014 à 15:05, Gabor Grothendieck a écrit : > >> installing to C:/Users/Gabor/Documents/R/win-library/3.1/Rcpp/libs/x64 >> Warning in file.copy(files, dest, overwrite = TRUE) : >> problem copying .\Rc

Re: [Rcpp-devel] Rcpp release candidate

2014-06-05 Thread Romain François
Watch out for this part: Le 5 juin 2014 à 15:05, Gabor Grothendieck a écrit : > installing to C:/Users/Gabor/Documents/R/win-library/3.1/Rcpp/libs/x64 > Warning in file.copy(files, dest, overwrite = TRUE) : > problem copying .\Rcpp.dll to > C:\Users\Gabor\Documents\R\win-library\3.1\Rcpp\libs\

Re: [Rcpp-devel] Rcpp release candidate

2014-06-05 Thread Gabor Grothendieck
On Thu, Jun 5, 2014 at 9:55 AM, Dirk Eddelbuettel wrote: > > On 5 June 2014 at 09:05, Gabor Grothendieck wrote: > | I am using "R version 3.1.0 Patched (2014-05-09 r65562)" but its > | working now so perhaps you changed more than described. > > We did not. I encourage you to learn about patch and

Re: [Rcpp-devel] Rcpp release candidate

2014-06-05 Thread Dirk Eddelbuettel
On 5 June 2014 at 09:05, Gabor Grothendieck wrote: | I am using "R version 3.1.0 Patched (2014-05-09 r65562)" but its | working now so perhaps you changed more than described. We did not. I encourage you to learn about patch and diff, and/or commit logs which make it plain to see what changed.

Re: [Rcpp-devel] Rcpp release candidate

2014-06-05 Thread JJ Allaire
On Thu, Jun 5, 2014 at 6:05 AM, Gabor Grothendieck wrote: > I am using "R version 3.1.0 Patched (2014-05-09 r65562)" but its > working now so perhaps you changed more than described. > Okay, very glad to hear! ___ Rcpp-devel mailing list Rcpp-devel@li

Re: [Rcpp-devel] Rcpp release candidate

2014-06-05 Thread Gabor Grothendieck
Just to clarify the C++11 part is working now but the choking on the vignette is still a problem. On Thu, Jun 5, 2014 at 9:05 AM, Gabor Grothendieck wrote: > I am using "R version 3.1.0 Patched (2014-05-09 r65562)" but its > working now so perhaps you changed more than described. > >> devtools::

Re: [Rcpp-devel] Rcpp release candidate

2014-06-05 Thread Gabor Grothendieck
I am using "R version 3.1.0 Patched (2014-05-09 r65562)" but its working now so perhaps you changed more than described. > devtools::install_github("RcppCore/Rcpp", ref = "feature/windows-c++0x", + build_vignette=FALSE) Installing github repo Rcpp/feature/windows-c++0x from RcppCore Downloading

Re: [Rcpp-devel] Rcpp release candidate

2014-06-05 Thread Dirk Eddelbuettel
On 5 June 2014 at 04:21, JJ Allaire wrote: | I couldn't reproduce this on Windows 7 with R 3.1 (which should have been | using USE_CXX1X="yes" under the hood resulting in -std=c++0x passed to gcc). | | However, I have this change which should make the cpp11 plugin automatically | pass -std=c++0x

Re: [Rcpp-devel] Rcpp release candidate

2014-06-05 Thread JJ Allaire
I couldn't reproduce this on Windows 7 with R 3.1 (which should have been using USE_CXX1X="yes" under the hood resulting in -std=c++0x passed to gcc). However, I have this change which should make the cpp11 plugin automatically pass -std=c++0x when on R <= 3.0: https://github.com/RcppCore/Rcpp/pu

Re: [Rcpp-devel] Rcpp release candidate

2014-06-05 Thread Gabor Grothendieck
On Wed, Jun 4, 2014 at 11:21 PM, Dirk Eddelbuettel wrote: > > Rcpp 0.11.2 should be ready. > > If anybody wants to jump in and do last minute testing, please do so now. > > I ran two complete tests against CRAN last weekend, the results are > summarized as usual in the GitHub repo at > >https:

Re: [Rcpp-devel] Rcpp release candidate

2014-06-05 Thread Gabor Grothendieck
On Wed, Jun 4, 2014 at 11:21 PM, Dirk Eddelbuettel wrote: > > Rcpp 0.11.2 should be ready. > > If anybody wants to jump in and do last minute testing, please do so now. > > I ran two complete tests against CRAN last weekend, the results are > summarized as usual in the GitHub repo at > >https:

[Rcpp-devel] Rcpp release candidate

2014-06-04 Thread Dirk Eddelbuettel
Rcpp 0.11.2 should be ready. If anybody wants to jump in and do last minute testing, please do so now. I ran two complete tests against CRAN last weekend, the results are summarized as usual in the GitHub repo at https://github.com/RcppCore/rcpp-logs Of 215 CRAN packages, all but 18 passed