Re: [Rd] warning in lattice key function

2012-08-15 Thread Prof Brian Ripley
This is not the address for the maintainer of package 'lattice': what did he say when you asked him (see the posting guide)? (Because I reported it some weeks back, I know he agrees it is a bug in lattice and will be fixed in the next release.) On 16/08/2012 04:05, Richard M. Heiberger wrote:

[Rd] warning in lattice key function

2012-08-15 Thread Richard M. Heiberger
## this example shows a problem in key. tmp <- data.frame(y=rnorm(10), g=rep(ordered(c("A","B")), 5)) bwplot(y ~ g, data=tmp, key=list( text=list(c("A","B"), col=c("blue","red")), points=list(pch=c(17, 16), col=c("blue","red")), space="top", columns=2, border=TRUE,

Re: [Rd] chown, chgrp?

2012-08-15 Thread Jeff Ryan
library(pwned)? On Wed, Aug 15, 2012 at 10:56 AM, Barry Rowlingson wrote: > On Wed, Aug 15, 2012 at 2:47 PM, Simon Urbanek > wrote: > >> >> ... and moreover with the increasing adoption of ACL on unix and >> non-existence of uid/gid on Windows this is more an archaic curiosity so I >> don't th

Re: [Rd] chown, chgrp?

2012-08-15 Thread peter dalgaard
On Aug 15, 2012, at 17:56 , Barry Rowlingson wrote: > On Wed, Aug 15, 2012 at 2:47 PM, Simon Urbanek > wrote: > >> >> ... and moreover with the increasing adoption of ACL on unix and >> non-existence of uid/gid on Windows this is more an archaic curiosity so I >> don't think it makes sense t

Re: [Rd] Build from Source fails on Loading required package Matrix

2012-08-15 Thread Uwe Ligges
On 15.08.2012 17:53, Dan Murphy wrote: On Wed, Aug 15, 2012 at 8:04 AM, Simon Urbanek wrote: Dan, On Aug 15, 2012, at 10:54 AM, Dan Murphy wrote: Hello: I am building R 2.15.1 from source on a Windows 7 machine with the x64 toolset, MixTeX, and InnoSetup per http://cran.r-project.org/bi

Re: [Rd] chown, chgrp?

2012-08-15 Thread Warnes, Gregory
setgid, at least, can be useful for non-root users who wish to share files with folks in a different group than is their default... -- Gregory Warnes, Ph.D. Sr. Expert Modeler Modeling and Simulation CA Phone: +1 617 871-8498 gregory.war...@novartis.com On 8/15/12 11:56 AM, "Barry Rowlin

Re: [Rd] chown, chgrp?

2012-08-15 Thread Barry Rowlingson
On Wed, Aug 15, 2012 at 2:47 PM, Simon Urbanek wrote: > > ... and moreover with the increasing adoption of ACL on unix and > non-existence of uid/gid on Windows this is more an archaic curiosity so I > don't think it makes sense to add it at this point. > It does however raise the question, "

Re: [Rd] Build from Source fails on Loading required package Matrix

2012-08-15 Thread Dan Murphy
On Wed, Aug 15, 2012 at 8:04 AM, Simon Urbanek wrote: > > Dan, > > On Aug 15, 2012, at 10:54 AM, Dan Murphy wrote: > > > Hello: > > > > I am building R 2.15.1 from source on a Windows 7 machine with the x64 > > toolset, MixTeX, and InnoSetup per > > http://cran.r-project.org/bin/windows/Rtools/.

Re: [Rd] Build from Source fails on Loading required package Matrix

2012-08-15 Thread Simon Urbanek
Dan, On Aug 15, 2012, at 10:54 AM, Dan Murphy wrote: > Hello: > > I am building R 2.15.1 from source on a Windows 7 machine with the x64 > toolset, MixTeX, and InnoSetup per > http://cran.r-project.org/bin/windows/Rtools/. I obtained the source for > 2.15.1 via svn from https://svn.r-project.or

[Rd] Build from Source fails on Loading required package Matrix

2012-08-15 Thread Dan Murphy
Hello: I am building R 2.15.1 from source on a Windows 7 machine with the x64 toolset, MixTeX, and InnoSetup per http://cran.r-project.org/bin/windows/Rtools/. I obtained the source for 2.15.1 via svn from https://svn.r-project.org/R/branches/R-2-15-branch/. This is my first try building R from so

Re: [Rd] chown, chgrp?

2012-08-15 Thread Simon Urbanek
On Aug 15, 2012, at 3:49 AM, Barry Rowlingson wrote: > On Tue, Aug 14, 2012 at 9:30 PM, Hadley Wickham wrote: >> Hi all, >> >> Is there an R wrapper for chown/chgrp (a la Sys.chmod)? I couldn't >> find one with a few minutes of searching, but it seems like a curious >> omission. > > A recur

[Rd] question concerning par("plt") and par("mar")

2012-08-15 Thread Karline Soetaert
Hello, I have a function that changes par("plt") to plot a colorkey, and upon returning resets the original value. Unfortunately this changes the size of the plots when I change the layout. A simplified example: par(mfrow = c(1, 1)) plt <- par("plt") # # change

Re: [Rd] chown, chgrp?

2012-08-15 Thread Barry Rowlingson
On Tue, Aug 14, 2012 at 9:30 PM, Hadley Wickham wrote: > Hi all, > > Is there an R wrapper for chown/chgrp (a la Sys.chmod)? I couldn't > find one with a few minutes of searching, but it seems like a curious > omission. A recursive grep of an R-dev source tree I had lying around couldn't find o