Re: [Rd] [R-SIG-Mac] R-3.1.1 - R CMD INSTALL problem

2014-07-25 Thread Eduardo M. A. M.Mendes
Mavericks for me too. As said gfortran 4.2 won't work for me. Cheers Ed On Jul 25, 2014, at 1:09 PM, Roger Koenker wrote: > Yes, Mavericks as I should have mentioned. Anyway, thanks for providing > the 4.8 version, this made it all very > convenient, and I always have more confidence whe

Re: [Rd] R-3.1.1 - R CMD INSTALL problem

2014-07-25 Thread Eduardo M. A. M.Mendes
Simon That is odd! I am not aware of any other binary except the ones on www.r-project.org- CRAN- mirrors. Just to be 100% sure I have used the url you sent me and re-installed R. No change, gfortran-4.8 is the one R asks for. I have tried on another mac and no change. I must be missing

Re: [Rd] [R-SIG-Mac] R-3.1.1 - R CMD INSTALL problem

2014-07-25 Thread Eduardo M. A. M.Mendes
Many thanks. It worked just fine. Ed On Jul 25, 2014, at 12:25 PM, Roger Koenker wrote: > FWIW when I installed R-devel a week or so ago, I had to also install > gfortran-4.8.2-darwin13.tar.bz2 from > > http://r.research.att.com/libs/ > > well "had to" is perhaps too strong, but I was s

Re: [Rd] [R-SIG-Mac] R-3.1.1 - R CMD INSTALL problem

2014-07-25 Thread Roger Koenker
Yes, Mavericks as I should have mentioned. Anyway, thanks for providing the 4.8 version, this made it all very convenient, and I always have more confidence when downloading R tools of yours, rather than exploring further afield. Roger url:www.econ.uiuc.edu/~rogerRoger Koenke

Re: [Rd] [R-SIG-Mac] R-3.1.1 - R CMD INSTALL problem

2014-07-25 Thread Simon Urbanek
On Jul 25, 2014, at 11:25 AM, Roger Koenker wrote: > FWIW when I installed R-devel a week or so ago, I had to also install > gfortran-4.8.2-darwin13.tar.bz2 from > > http://r.research.att.com/libs/ > > well "had to" is perhaps too strong, but I was seeing complaints about not > running 4.8

Re: [Rd] [R-SIG-Mac] R-3.1.1 - R CMD INSTALL problem

2014-07-25 Thread Roger Koenker
FWIW when I installed R-devel a week or so ago, I had to also install gfortran-4.8.2-darwin13.tar.bz2 from http://r.research.att.com/libs/ well "had to" is perhaps too strong, but I was seeing complaints about not running 4.8 and they went away after this install. Roger url:www.econ.ui

Re: [Rd] Multiple -g flags in R CMD SHLIB

2014-07-25 Thread Dirk Eddelbuettel
On 25 July 2014 at 15:30, Alan Benson wrote: | Does anybody know why two "-g" flags appear in the call to gcc in R CMD | SHLIB | | Example: | | gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG -fpic *-g* -O2 | -fstack-protector --param=ssp-buffer-size=4 -Wformat | -Werror=format-security -D_FOR

[Rd] Multiple -g flags in R CMD SHLIB

2014-07-25 Thread Alan Benson
Does anybody know why two "-g" flags appear in the call to gcc in R CMD SHLIB Example: gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG -fpic *-g* -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 *-g* -c c_file1.c -o c_object1.o Surely it ne

Re: [Rd] R-3.1.1 - R CMD INSTALL problem

2014-07-25 Thread Simon Urbanek
Eduardo, On Jul 24, 2014, at 8:37 PM, Eduardo M. A. M.Mendes wrote: > Hello > > I have recently upgraded R to the newest version. Unfortunately my old > (fortran and C) R-package cannot be installed anymore (was built before R > 3.0.0: please re-install it). > > I have tried R CMD INSTALL

Re: [Rd] [Wishlist] a 'PackageDevelopment' Task View

2014-07-25 Thread Duncan Murdoch
On 25/07/2014 8:05 AM, Luca Braglia wrote: Hello everybody, as a young/unexperienced R package developer (only a few, mainly for personal use) i was thinking it could be very useful having a "meta" task view for all package-development related packages and/or function. Something like ... Creat

[Rd] [Wishlist] a 'PackageDevelopment' Task View

2014-07-25 Thread Luca Braglia
Hello everybody, as a young/unexperienced R package developer (only a few, mainly for personal use) i was thinking it could be very useful having a "meta" task view for all package-development related packages and/or function. Something like ... Creation - utils::package.skeleton, pkgKitten, Rcp