Re: [Rd] the case of building R snapshot without svn nor network connection.

2013-03-16 Thread peter dalgaard
On Mar 16, 2013, at 02:50 , Hin-Tak Leung wrote: > I'll quantify the first part - R is perhaps the only public software project > hosted on a subversion repository for which the result of 'svn export ...' > does not build. Not only that it does not build, but make it a feature that > it does n

Re: [Rd] numerics from a factor

2013-03-16 Thread Ulrike Grömping
Hi Terry, you can use type.convert instead of as.numeric for numbers with decimals: type.convert(levels(factor(1:6/2)), dec=unlist(options("OutDec"))) Best, Ulrike Am 16.03.2013 12:00, schrieb r-devel-requ...@r-project.org: Date: Fri, 15 Mar 2013 12:47:01 -0500 From: Terry Therneau To:"r-dev

Re: [Rd] the case of building R snapshot without svn nor network connection.

2013-03-16 Thread Hin-Tak Leung
--- On Sat, 16/3/13, peter dalgaard wrote: > On Mar 16, 2013, at 02:50 , Hin-Tak Leung wrote: > > > I'll quantify the first part - R is perhaps the only > public software project hosted on a subversion repository > for which the result of 'svn export ...' does not build. Not > only that it does

Re: [Rd] the case of building R snapshot without svn nor network connection.

2013-03-16 Thread Dirk Eddelbuettel
Can you please stop this? You made your point, repeatedly. Nobody has come to your side. And you *do* have easy alternatives: i) git repo, see https://github.com/wch/r-source ii) nighly tarballs, see ftp://ftp.stat.math.ethz.ch/Software/R Whatever your particular circumstances

Re: [Rd] the case of building R snapshot without svn nor network connection.

2013-03-16 Thread Hin-Tak Leung
Network access is *not* a given, nor is the privilege of installing arbitrary "uncertified" and "non-essential" tools - whatever the meaning of "uncertified" and "non-essential" are, those being defined, as is "design goal", etc, by some small committee. It is a very common scenario, e.g. banks

Re: [Rd] the case of building R snapshot without svn nor network connection.

2013-03-16 Thread Simon Urbanek
On Mar 16, 2013, at 10:13 AM, Hin-Tak Leung wrote: > Network access is *not* a given, nor is the privilege of installing arbitrary > "uncertified" and "non-essential" tools - whatever the meaning of > "uncertified" and "non-essential" are, those being defined, as is "design > goal", etc, by som

Re: [Rd] the case of building R snapshot without svn nor network connection.

2013-03-16 Thread Yihui Xie
"the only place for it is /dev/null" --> hi Achim, I bet this is a nice fortune candidate :) Regards, Yihui -- Yihui Xie Phone: 515-294-2465 Web: http://yihui.name Department of Statistics, Iowa State University 2215 Snedecor Hall, Ames, IA On Sat, Mar 16, 2013 at 9:39 AM, Simon Urbanek wrote:

[Rd] Mirroring R on a DVCS

2013-03-16 Thread Laurent Gautier
Hi, I have been looking at mirroring the SVN R repository into a DVCS (Mercurial, Git, bzr, etc...). The idea would be to have that as an always up-to-date untouched master (a mirror) but having it in a DVCS would make forks easier to make and maintain, and possibly ease up the process of ha

Re: [Rd] Mirroring R on a DVCS

2013-03-16 Thread Peter Meilstrup
There is already a mirror on GitHub at https://github.com/wch/r-source . Peter On Mar 16, 2013, at 11:17, Laurent Gautier wrote: > Hi, > > I have been looking at mirroring the SVN R repository into a DVCS (Mercurial, > Git, bzr, etc...). > > The idea would be to have that as an always up-to-

Re: [Rd] Mirroring R on a DVCS

2013-03-16 Thread Laurent Gautier
Thanks. I missed it, I guess. I am surprised by the relatively low number of forks... L. On 2013-03-16 11:28, Peter Meilstrup wrote: > There is already a mirror on GitHub at https://github.com/wch/r-source . > > Peter > > On Mar 16, 2013, at 11:17, Laurent Gautier >

Re: [Rd] Mirroring R on a DVCS

2013-03-16 Thread Winston Chang
The Github mirror isn't affiliated with R-core developers -- it just fetches the changes from the R SVN repository periodically. Changes won't go upstream to the main SVN repository, and that's probably why there aren't very many forks of the Github repo. -Winston On Sat, Mar 16, 2013 at 1:44 PM

[Rd] configure.ac clock_gettime (and R_CHECK_FUNCS) incorrect?

2013-03-16 Thread Martin Morgan
When R is configured with CFLAGS=-O2, clock_gettime is included $ nm src/main/libR.a | grep clock_gettime U clock_gettime whereas when configured with -O0 it is not $ nm src/main/libR.a | grep clock_gettime $ Similarly when built as a shared library the linker flags include or