[R] command option for R CMD BATCH

2006-11-23 Thread Patrick Connolly
of litter. (I'm also a bit reluctant to recompile R.) Ideas welcome. Thanks -- ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~. ___Patrick Connolly {~._.~} Great minds discuss ideas _( Y )_Middle minds

Re: [R] command option for R CMD BATCH

2006-11-23 Thread Patrick Connolly
. -- ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~. ___Patrick Connolly {~._.~} Great minds discuss ideas _( Y )_Middle minds discuss events (:_~*~_:)Small minds discuss people

Re: [R] as.Date() results depend on order of data within vector?

2007-01-07 Thread Patrick Connolly
be occasions where it falls down. If you're working with a dataframe, you can use one of the apply functions to effect all columns. HTH -- ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~. ___Patrick Connolly {~._.~} Great minds discuss

Re: [R] Wiki for Graphics tips for MacOS X

2007-02-02 Thread Patrick Connolly
recent versions. Has anyone done this recently? -- ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~. ___Patrick Connolly {~._.~} Great minds discuss ideas _( Y )_Middle minds discuss events

Re: [R] R in Industry

2007-02-11 Thread Patrick Connolly
? -- ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~. ___Patrick Connolly {~._.~} Great minds discuss ideas _( Y )_Middle minds discuss events (:_~*~_:)Small minds discuss people

Re: [R] Hardware for a new Workstation for best performance using R

2007-03-19 Thread Patrick Connolly
know what final size is needed. PNGs certainly don't have the flexibility that Gabor mentions but they are usually as small as any other format. -- ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~. ___Patrick Connolly {~._.~} Great minds

Re: [R] creating R packs for all

2007-03-26 Thread Patrick Connolly
. -- ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~. ___Patrick Connolly {~._.~} Great minds discuss ideas _( Y )_Middle minds discuss events (:_~*~_:)Small minds discuss people (_)-(_) . Anon

Re: [R] converting a list to a data.frame

2007-04-03 Thread Patrick Connolly
))) | as.data.frame(do.call(rbind, lapply(lis, fill))) I think that should be cbind, not rbind. -- ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~. ___Patrick Connolly {~._.~} Great minds discuss ideas _( Y )_Middle

[R] Dealing with data frame column names beginning with a numeric

2007-04-16 Thread Patrick Connolly
be done with a postscript device by editing the file with a text editor but that's not simple with Windows. Ideas? -- ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~. ___Patrick Connolly {~._.~} Great minds discuss ideas _( Y

Re: [R] Dealing with data frame column names beginning with a numeric

2007-04-16 Thread Patrick Connolly
On Mon, 16-Apr-2007 at 04:29PM -0400, Gabor Grothendieck wrote: | Try this: | | boxplot(data.frame(mat), names = colnames(mat)) | Great! Now why didn't I think of that? -- ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~. ___Patrick Connolly

Re: [R] Dealing with data frame column names beginning with a numeric

2007-04-17 Thread Patrick Connolly
. prepends an X to the name for a dataframe column name). However, boxplot(as.data.frame(mat)) as suggested by Brian works fine. So I needed only three keystrokes to get round the problem. Thank you all. -- ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~. ___Patrick

Re: [R] Using R to create pdf's from each file in a directory

2007-04-22 Thread Patrick Connolly
-- ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~. ___Patrick Connolly {~._.~} Great minds discuss ideas _( Y )_Middle minds discuss events (:_~*~_:)Small minds discuss people

[R] Why might X11() not be found?

2007-05-24 Thread Patrick Connolly
-- ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~. ___Patrick Connolly {~._.~} Great minds discuss ideas _( Y )_Middle minds discuss events (:_~*~_:)Small minds discuss people

Re: [R] Why might X11() not be found?

2007-05-25 Thread Patrick Connolly
On Fri, 25-May-2007 at 08:25AM +1200, Patrick Connolly wrote: | sessionInfo() | R version 2.5.0 (2007-04-23) | x86_64-unknown-linux-gnu | | locale: | | LC_CTYPE=en_US.UTF-8;LC_NUMERIC=C;LC_TIME=en_US.UTF-8;LC_COLLATE=en_US.UTF-8;LC_MONETARY=en_US.UTF-8;LC_MESSAGES=en_US.UTF-8;LC_PAPER

Re: [R] Upgraded FC4 to FC5 - unable to start device X11 in R

2007-06-15 Thread Patrick Connolly
-- ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~. ___Patrick Connolly {~._.~} Great minds discuss ideas _( Y )_Middle minds discuss events (:_~*~_:)Small minds discuss people (_)-(_) . Anon

Re: [R] Upgraded FC4 to FC5 - unable to start device X11 in R

2007-06-16 Thread Patrick Connolly
On Sat, 16-Jun-2007 at 04:09PM +1200, Patrick Connolly wrote: | On Fri, 15-Jun-2007 at 01:50PM -0700, Li-Jung Liang wrote: | | | Hi, | | | | I upgraded my system from FC4 to FC5. So now I have R version 2.5.0 | | (2007-04-23). | | But I ran into a problem with starting device X11 (message

[R] Unix-like permissions to allow a user to update recommended packages

2007-06-18 Thread Patrick Connolly
(total of one member) or is it simpler than that? TIA -- ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~. ___Patrick Connolly {~._.~} Great minds discuss ideas _( Y )_Middle minds discuss events

Re: [R] Unix-like permissions to allow a user to update recommen

2007-06-18 Thread Patrick Connolly
On Mon, 18-Jun-2007 at 11:53AM +0100, Ted Harding wrote: | On 18-Jun-07 10:11:43, Patrick Connolly wrote: | I installed R from the tar.gz file (as root) in a directory under | /usr/local. The recommended packages are installed in a library in | that directory whereas additional packages I

Re: [R] Unix-like permissions to allow a user to update recommen

2007-06-19 Thread Patrick Connolly
what I was thinking of possible, perhaps it really isn't. Thanks for that suggestion. -- ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~. ___Patrick Connolly {~._.~} Great minds discuss ideas _( Y )_Middle

Re: [R] Question about PCA with prcomp

2007-07-02 Thread Patrick Connolly
by last few PCs? -- ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~. ___Patrick Connolly {~._.~} Great minds discuss ideas _( Y )_Middle minds discuss events (:_~*~_:)Small minds discuss

<    1   2