Re: [Rd] Open .ssc .S ... files in R (PR#8690)

2006-03-20 Thread Paul Roebuck
On Fri, 17 Mar 2006 Simon Urbanek wrote: > On Mar 17, 2006, at 2:45 PM, Duncan Murdoch wrote: > > > On 3/17/2006 2:19 PM, [EMAIL PROTECTED] wrote: > >> - Quick summary: > >> > >> In the File:Open dialog, please change > >> "S files (*.q)" > >> to > >> "S files (*.q, *.ssc, *.S)" > >> and show

Re: [Rd] Open .ssc .S ... files in R (PR#8690)

2006-03-20 Thread Duncan Murdoch
On 3/20/2006 3:01 AM, Paul Roebuck wrote: > On Fri, 17 Mar 2006 Simon Urbanek wrote: > >> On Mar 17, 2006, at 2:45 PM, Duncan Murdoch wrote: >> >> > On 3/17/2006 2:19 PM, [EMAIL PROTECTED] wrote: >> >> - Quick summary: >> >> >> >> In the File:Open dialog, please change >> >> "S files (*.q)" >>

[Rd] format.default loses matrix structure (PR#8695)

2006-03-20 Thread jhallman
Full_Name: Jeff Hallman Version: 2.2.0 OS: Linux Submission from: (NULL) (132.200.32.34) format.default() loses matrix structure if big.mark is given > format(matrix(1:16, 4)) [,1] [,2] [,3] [,4] [1,] " 1" " 5" " 9" "13" [2,] " 2" " 6" "10" "14" [3,] " 3" " 7" "11" "15" [4,] " 4" " 8" "12"

[Rd] levels for list and data.frame

2006-03-20 Thread Gregor Gorjanc
Hello! Does R core find the following pacth usefull - I created methods for levels for list and data.frame, which can be usefull to get a list of levels for entries in a list or columns in a data.frame. Patch is attached and shown bellow example # Example > tmp <- list() > tmp$a <- factor(letters

[Rd] R-2.2.0 format.default() loses matrix structure (PR#8696)

2006-03-20 Thread Jeffrey . J . Hallman
If argument big.mark is supplied. Like so: > version _ platform i686-redhat-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status major2 minor2.0 year 2005 month10 day 06 svn rev 35749 language R > mat <- matrix(1:6, 3) > mat [,1] [,2] [1,]

Re: [Rd] R make install and demo(graphics) issue

2006-03-20 Thread Matthew Beason
Simon, Thanks! That resolved the "make install" issue. However, after installation when running "demo(graphics)" or "png()" from within R, I get the following error: > demo(graphics) demo(graphics) Type to start : > require(graphics) [1] TRUE > require

Re: [Rd] levels for list and data.frame

2006-03-20 Thread Gregor Gorjanc
oops, this does not pass R CMD check. I will have to read manuals a bit more. ... * checking S3 generic/method consistency ... WARNING levels: function(x, ...) levels.list: function(x, drop) levels: function(x, ...) levels.data.frame: function(x, drop) ... Anyway, I would like to ask wha