[Rd] Fix for R-devel+Quartz

2005-01-19 Thread Simon Urbanek
Current R-devel doesn't compile on OS X, because "-framework Carbon" was (correcly) removed main_ldflags, but it was not added to flags for grDevices, where it is needed now. The following tiny patch remedies the issue (it is sufficient to include AppKit as only that subset of Carbon is needed)

Re: [Rd] Fix for R-devel+Quartz

2005-01-19 Thread Prof Brian Ripley
Simon, We know, we just can't commit the rest of the change as SVN has hung. These things happen We did not know that AppKit sufficed, though. Brian On Wed, 19 Jan 2005, Simon Urbanek wrote: Current R-devel doesn't compile on OS X, because "-framework Carbon" was (correcly) removed main_ldfla

[Rd] purelove $B2>EPO?40N;(B

2005-01-19 Thread info
ご登録ありがとうございます。 仮登録が完了いたしました。 下記アドレスより本登録が行えます。 早く遊びにゆこ~! なお、2時間以内に本登録いただけない場合、登録は削除されます。 http://www.purelove888.com/reg/regUsr.php/MSWCGk8AkSbNtY8CZ __ R-devel@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

RE: [Rd] Should NEVER happen;

2005-01-19 Thread Thomas Lumley
On Tue, 18 Jan 2005, McGehee, Robert wrote: ... which is equivalent to this: as.function(list(function(x){})) which doesn't really make sense (and is the same as part #2 of bug 7495 reported earlier anyway). And I think Berwin Turlach reported it much ealier, too. Still, it is a good thing to repor

[Rd] ppoints (PR#7538)

2005-01-19 Thread tobias . verbeke
Dear r-bugs, Whilst playing with ppoints I discovered that when one uses it directly, occasional NA's in a vector also become data fractions: ppoints(c(1,2,NA,4)) Would it be a good idea to add a warning message as in: ppoints <- function (n, a = ifelse(n <= 10, 3/8, 1/2)) { if(any(is.na(n

[Rd] Re: [R-SIG-Mac] Formatting of time zone for POSIXct

2005-01-19 Thread Simon Urbanek
Don, thanks for your report. On Jan 19, 2005, at 12:41 PM, Don MacQueen wrote: I'm encountering a problem formatting POSIXct objects in R 2.0.1 on OS X. For reference, on a Solaris system, R 2.0.1 (2004-11-15), formatting is correct: Sys.time() [1] "2005-01-19 09:12:33 PST" format(Sys.time(),

Re: [Rd] Re: [R-SIG-Mac] Formatting of time zone for POSIXct

2005-01-19 Thread Prof Brian Ripley
Simon, There is _no_ tm_tzone component in a POSIX nor C99 tm structure (and I have just checked both), so if a system requires it to be set, the bug is not in R but in the standards-compliance of the system. So is somewhat weird for non-GlibC2 systems as tm.tm_zone is not initialized at all,

Re: [Rd] Re: [R-SIG-Mac] Formatting of time zone for POSIXct

2005-01-19 Thread Simon Urbanek
On Jan 19, 2005, at 5:39 PM, Prof Brian Ripley wrote: There is _no_ tm_tzone component in a POSIX nor C99 tm structure (and I have just checked both), so if a system requires it to be set, the bug is not in R but in the standards-compliance of the system. I am happy to zero the structure, much l