[Rd] Rcmdr for Tiger Mac OS not running (PR#8350)

2005-11-26 Thread glsmah001
Full_Name: Maha Golestaneh Version: Mac OS OS: Tiger 10.4.3 Submission from: (NULL) (155.232.250.19) Cannot load and run Rcmdr on R for Tiger MacOS X.4.3. __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] When, where, and how to report bugs [was Rcmdr for Tiger Mac OS not running (PR#8350)]

2005-11-26 Thread John Fox
Dear Maha, Before posting a bug report please read the R Mailing Lists Posting Guide and the information in the R FAQ about posting bugs . Among other things, a problem with the Rcmdr package is not

[Rd] Help page of "par"

2005-11-26 Thread Berwin A Turlach
Dear all, the second paragraph on the value returned by par() on the help page of par says: When just one parameter is queried, the value is a character string. When two or more parameters are queried, the result is a list of character strings, with the list names giving the p

Re: [Rd] Help page of "par"

2005-11-26 Thread Martin Maechler
Thank you, Berwin. You are definitely right, and I have committed a fix to R-patched and R-devel. Maybe help(par) has been just too long a document to be really read .. ;-) Martin > "BeT" == Berwin A Turlach <[EMAIL PROTECTED]> > on Sun, 27 Nov 2005 00:51:51 +0800 writes: BeT

[Rd] segfault on write.dcf with gzfile connection

2005-11-26 Thread Seth Falcon
I'm seeing a segfault on x86_64 Linux with the following code: desc = read.dcf("BAD") con = gzfile("test.gz", "wt") write.dcf(desc, file=con) close(con) where BAD has a long field (see below for example). The crash happens inside dummy_vfprintf. I think the issue is that the