Re: [Rd] write.csv suggestion

2005-06-29 Thread McGehee, Robert
I didn't want to use a different separator, I wanted to remove row.names, as in this example: > data(USArrests) > write.csv(USArrests, file = "~/test.csv", row.names = FALSE, col.names = TRUE) Error in if (col.names) d[[2]] else NULL : missing value where TRUE/FALSE needed I only mention

Re: [Rd] write.csv suggestion

2005-06-29 Thread Prof Brian Ripley
The help page says By default there is no column name for a column of row names. If 'col.names = NA' and 'row.names = TRUE' a blank column name is added. This can be used to write CSV files for input to spreadsheets. 'write.csv' and 'write.csv2' provide convenience

[Rd] write.csv suggestion

2005-06-29 Thread McGehee, Robert
Hello all, I had some trouble recently with write.csv because I couldn't change one of the default options. A quick view of the code showed that the function was not defined in the most optimal way. Currently, write.csv <- function (..., col.names = NA, sep = ",", qmethod = "double") wri

Re: [Rd] Viewing R objects in gdb

2005-06-29 Thread Luke Tierney
On Wed, 29 Jun 2005, Duncan Murdoch wrote: > On 6/29/2005 2:06 PM, Luke Tierney wrote: >> On Wed, 29 Jun 2005, Duncan Murdoch wrote: >> >>> I'm trying to track down a bug in some experimental code, where an >>> object's attribute is getting messed up. This means I'd like to examine >>> R objects

Re: [Rd] Objects and regex (PR#7970)

2005-06-29 Thread Rafal Kustra
No bug, mystery solved. My fault. I got 'generateSigma' when trying to match for "^genes?" not "^genes?$". I keep forgetting '?' stands for '0 or more of prec. char' not for 'any char' as in shell. best, rafal ---

Re: [Rd] Viewing R objects in gdb

2005-06-29 Thread Duncan Murdoch
On 6/29/2005 2:06 PM, Luke Tierney wrote: > On Wed, 29 Jun 2005, Duncan Murdoch wrote: > >> I'm trying to track down a bug in some experimental code, where an >> object's attribute is getting messed up. This means I'd like to examine >> R objects while within gdb. >> >> One of the things I'd like

Re: [Rd] Failed make (PR#7978)

2005-06-29 Thread ripley
On Wed, 29 Jun 2005, Simon Urbanek wrote: > On Jun 29, 2005, at 1:52 PM, [EMAIL PROTECTED] wrote: > >> I downloaded R v2.1.1 earlier this morning to compile under Fedora >> Core 4. >> It compiled without incident, but 'make check' failed. Below is the >> relevant >> part of its report. Is this a k

Re: [Rd] Viewing R objects in gdb

2005-06-29 Thread Luke Tierney
On Wed, 29 Jun 2005, Duncan Murdoch wrote: > I'm trying to track down a bug in some experimental code, where an > object's attribute is getting messed up. This means I'd like to examine > R objects while within gdb. > > One of the things I'd like to do is to examine the names of all the > attribu

Re: [Rd] Failed make (PR#7978)

2005-06-29 Thread Simon Urbanek
On Jun 29, 2005, at 1:52 PM, [EMAIL PROTECTED] wrote: > I downloaded R v2.1.1 earlier this morning to compile under Fedora > Core 4. > It compiled without incident, but 'make check' failed. Below is the > relevant > part of its report. Is this a known problem? My guess is that you're using gf

[Rd] Failed "make check" under Fedora Core 4 (PR#7979)

2005-06-29 Thread kent
I downloaded R v2.1.1 earlier this morning to compile under Fedora Core 4. It compiled without incident, but 'make check' failed. Below is the relevant part of its report. Is this a known problem? I used a locally compiled version of GCC v4.0.0 that reports [EMAIL PROTECTED] R-2.1.1]$ gcc -v Us

[Rd] Failed make (PR#7978)

2005-06-29 Thread kent
I downloaded R v2.1.1 earlier this morning to compile under Fedora Core 4. It compiled without incident, but 'make check' failed. Below is the relevant part of its report. Is this a known problem? I used a locally compiled version of GCC v4.0.0 that reports [EMAIL PROTECTED] R-2.1.1]$ gcc -v Us

[Rd] Viewing R objects in gdb

2005-06-29 Thread Duncan Murdoch
I'm trying to track down a bug in some experimental code, where an object's attribute is getting messed up. This means I'd like to examine R objects while within gdb. One of the things I'd like to do is to examine the names of all the attributes. This is exactly what an example in the R Exten

Re: [Rd] (PR#7972) row-side color bars ... in heatmap

2005-06-29 Thread maechler
Hi Kevin, > "krc" == krc <[EMAIL PROTECTED]> > on Mon, 27 Jun 2005 21:55:37 +0200 (CEST) writes: krc> Full_Name: Kevin R. Coombes krc> Version: 2.1.0 krc> OS: Windows XP krc> Submission from: (NULL) (143.111.224.169) krc> When revC = TRUE and RowSideColors is se

Re: [Rd] (PR#7972) row-side color bars ... in heatmap

2005-06-29 Thread maechler
Hi Kevin, > "krc" == krc <[EMAIL PROTECTED]> > on Mon, 27 Jun 2005 21:55:37 +0200 (CEST) writes: krc> Full_Name: Kevin R. Coombes krc> Version: 2.1.0 krc> OS: Windows XP krc> Submission from: (NULL) (143.111.224.169) krc> When revC = TRUE and RowSideColors is se

Re: [Rd] Running ./tools/rsync-recommended through a proxy

2005-06-29 Thread Prof Brian Ripley
Googling for 'squid rsync' suggests that squid has to be explicitly configured to allow rsync, e.g. http://www.sai.msu.su/~er/rsync_proxy.html Why not ask the proxy administrators if they have rsync configured? On Tue, 28 Jun 2005, Douglas Bates wrote: > My computers at my office will no longe