Re: [Rd] Is the tcltk failure in affylmGUI related to R bug 15957

2015-01-17 Thread Keith Satterley
(paste("set ",name,"(0,0) \"\"",sep=""))) > >l ### Investigate this line KS > > } #end of tclArrayVar <- function() > > > > This code is lines 877-886 in main.R

[Rd] Is the tcltk failure in affylmGUI related to R bug 15957

2015-01-14 Thread Keith Satterley
broken. My question is, do I need to do something with the affylmGUI code? I'd appreciate some advice if so. Is this failure related to bug 15957 (https://bugs.r-project.org/bugzilla3/

[Rd] Windows Rdevel version - no Rgui.exe?

2010-11-29 Thread Keith Satterley
ndows 32/64 bit binary build of the 2010-11-27 r53672 development snapshot of R (which will eventually become R-2.13.0).". Do you think this is an error on my part or do you see the same thing, cheers, Keith ======== Keith Satterley Bioinformatics Division The Walter and

Re: [Rd] Problem with system2(), directing STDERR to a file

2010-11-10 Thread Keith Satterley
Looking at help for tempfile, "tempfile" returns a vector of character strings which can be used as names for temporary files. and For "tempfile" a character vector giving the names of possible (temporary) files. Note that no files are generated by "tempfile". try a file.create(t) after

Re: [Rd] Windows Laptop specification query

2009-10-01 Thread Keith Satterley
core servers running R jobs). Kind regards, Sean On Mon, Sep 28, 2009 at 4:40 AM, Keith Satterley wrote: I've read some postings back in 2002/2006 about running R on multiple core CPUs. The answer was basically separate processes work fine, but parallelization needs to be implemented usin

[Rd] Windows Laptop specification query

2009-09-27 Thread Keith Satterley
8GB of memory. Am I right in assuming that when the 64 bit version of Windows 7 is available, it will allow R users to make good use of the 8GB of memory. Does this happen under the current higher end versions of 64 bit Vista? cheers, Keith ==== Keith Satterley Bioinformatics

[Rd] link in base help file fails.

2009-03-16 Thread Keith Satterley
grDevices datasets utils methods base > cheers, Keith Keith Satterley Bioinformatics Division The Walter and Eliza Hall Institute of Medical Research Parkville, Melbourne, Victoria, Australia __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] An inconsistency in docs for file.access(base)

2009-02-15 Thread Keith Satterley
YPE=English_Australia.1252;LC_MONETARY=English_Australia.1252;LC_NUMERIC=C;LC_TIME=English_Australia.1252 attached base packages: [1] stats graphics grDevices datasets utils methods base loaded via a namespace (and not attached): [1] tools_2.9.0 Same situation in R2.8.1 cheers, Keith

Re: [Rd] How to test if R is running on a Mac

2007-09-20 Thread Keith Satterley
I use Sys.info()["sysname"]. It returns "Darwin" on a Mac, "Windows" on MS Windows and "Linux" on my Linux box. Is this sufficient for your needs, I'm using R-2.6.0alpha on MS Windows and 2.5.0 on Mac and Linux at the moment. cheers, Keith Satterley

[Rd] Set Repositories problem in R2.4.0

2006-08-21 Thread Keith Satterley
torhttp://www.bioconductor.org FALSE TRUE TRUE FALSE Omegahat Omegahat http://www.omegahat.org/R FALSE TRUE TRUE FALSE > Did I hear that there was a bug in read.table in R2.4.0? Is this comment.char parameter the correct solution? cheers, Keith =