Re: [Rd] chown, chgrp?

2012-08-15 Thread Barry Rowlingson
On Tue, Aug 14, 2012 at 9:30 PM, Hadley Wickham had...@rice.edu 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

[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 Simon Urbanek
On Aug 15, 2012, at 3:49 AM, Barry Rowlingson b.rowling...@lancaster.ac.uk wrote: On Tue, Aug 14, 2012 at 9:30 PM, Hadley Wickham had...@rice.edu 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

[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

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 chiefmur...@gmail.com 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

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 simon.urba...@r-project.org wrote: Dan, On Aug 15, 2012, at 10:54 AM, Dan Murphy chiefmur...@gmail.com wrote: Hello: I am building R 2.15.1 from source on a Windows 7 machine with the x64 toolset, MixTeX, and InnoSetup per

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

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 simon.urba...@r-project.org wrote: Dan, On Aug 15, 2012, at 10:54 AM, Dan Murphy chiefmur...@gmail.com wrote: Hello: I am building R 2.15.1 from source on a Windows 7 machine with the x64 toolset,

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 simon.urba...@r-project.org 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

Re: [Rd] chown, chgrp?

2012-08-15 Thread Jeff Ryan
library(pwned)? On Wed, Aug 15, 2012 at 10:56 AM, Barry Rowlingson b.rowling...@lancaster.ac.uk wrote: On Wed, Aug 15, 2012 at 2:47 PM, Simon Urbanek simon.urba...@r-project.org wrote: ... and moreover with the increasing adoption of ACL on unix and non-existence of uid/gid on Windows this

[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,