Re: [Rd] Timezone warnings on package install in R-alpha

2014-04-05 Thread Dominick Samperi
Hi, I just discovered a small issue that fits into this thread. Consider: z <- as.POSIXlt(Sys.time()) z$gmtoff Under both Fedora and Windows (using R 3.1.0) I get the value -14400, which is the number of SECONDS offset from GMT (for New York), not the number of minutes offset as specified in the

Re: [Rd] Timezone warnings on package install in R-alpha

2014-04-03 Thread Jon Clayden
That doesn't seem to be the case. After rebuilding using the old configure options, I see > Sys.getenv("TZDIR") [1] "" Jon On 3 April 2014 14:39, peter dalgaard wrote: > Thanks to Brian. Yet another thing that zoomed by without me really > noticing. > > However, I'd like to be sure that it is

Re: [Rd] Timezone warnings on package install in R-alpha

2014-04-03 Thread peter dalgaard
Thanks to Brian. Yet another thing that zoomed by without me really noticing. However, I'd like to be sure that it isn't a "make dist" issue. We do seem to ship the correct files in src/extra/tzone, but could you please check Brian's suggestion about TZDIR possibly being set incorrectly? -pd O

Re: [Rd] Timezone warnings on package install in R-alpha

2014-04-03 Thread Jon Clayden
Many thanks, Prof Ripley. The "--without-internal-tzcode" option does indeed resolve the problem. Regards, Jon On 3 April 2014 13:38, Prof Brian Ripley wrote: > On 03/04/2014 13:27, peter dalgaard wrote: > >> I'm seeing nothing of the sort with the nightly build of 3.1.0RC, also on >> 10.9.2.

Re: [Rd] Timezone warnings on package install in R-alpha

2014-04-03 Thread Prof Brian Ripley
On 03/04/2014 13:27, peter dalgaard wrote: I'm seeing nothing of the sort with the nightly build of 3.1.0RC, also on 10.9.2. This is a plain-vanilla Xcode+ancillaries build as per Simon's instructions (I think): pd$ more config.site r_arch=${r_arch:=x86_64} CC="gcc -arch $r_arch" CXX="g++ -arc

Re: [Rd] Timezone warnings on package install in R-alpha

2014-04-03 Thread Dirk Eddelbuettel
On 3 April 2014 at 12:24, Jon Clayden wrote: | For what it's worth, this issue persists in R-rc_2014-04-02_r65358. I'm running a beta version on Ubuntu and do not see this, neither on INSTALL or check during package development nor during normal use: R> R.version _

Re: [Rd] Timezone warnings on package install in R-alpha

2014-04-03 Thread peter dalgaard
I'm seeing nothing of the sort with the nightly build of 3.1.0RC, also on 10.9.2. This is a plain-vanilla Xcode+ancillaries build as per Simon's instructions (I think): pd$ more config.site r_arch=${r_arch:=x86_64} CC="gcc -arch $r_arch" CXX="g++ -arch $r_arch" F77="gfortran -arch $r_arch" FC="

Re: [Rd] Timezone warnings on package install in R-alpha

2014-04-03 Thread Jon Clayden
For what it's worth, this issue persists in R-rc_2014-04-02_r65358. Regards, Jon On 24 March 2014 10:40, Jon Clayden wrote: > Dear all, > > As of the current R alpha release, I'm seeing timezone-related warnings on > installing any package (including the recommended ones), which I haven't > se

[Rd] Timezone warnings on package install in R-alpha

2014-03-24 Thread Jon Clayden
Dear all, As of the current R alpha release, I'm seeing timezone-related warnings on installing any package (including the recommended ones), which I haven't seen before. For example, [~/Documents/Source/R-alpha]$ bin/R CMD INSTALL ~/git/tractor/lib/reportr * installing to library '/Users/jon/Doc