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
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)"
>>
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"
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
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,]
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
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