Re: [Rd] inconsistent fonts generated in postscript file (PR#7795)

2005-04-15 Thread Peter Dalgaard
[EMAIL PROTECTED] writes: > Full_Name: Xiang Li > Version: 2.01 > OS: WinXP > Submission from: (NULL) (128.248.174.125) > > > I am trying to use the font of "TT Courier New: bold" to get the equal size of > letters. The "TT Courier New: bold" is the 11th font listed in the Rdevga > file. > > Y

Re: [Rd] (no subject)

2005-04-15 Thread Peter Dalgaard
"Liaw, Andy" <[EMAIL PROTECTED]> writes: > > From: Lars Schouw > > > > Can anyone explain what this means the NEWS for for > > 2.1 beta? > > > > R is now linked against ncurses/termlib/termcap only > > if > > readline is specified (now the default) and that > > requires it. > > > > I get an err

Re: [Rd] MacOS X check summary missing packages

2005-04-15 Thread stefano iacus
On 15/apr/05, at 06:51, Charles Geyer wrote: The "MacOS X check summary" at CRAN "Contributed Packages" has been missing packages 227-438 for a while. Some problem with table formatting? Or what? gosh, it should be some script problem as all the packages are checked. I'll fix this. thanks for sp

[Rd] From China: Want Capital Suppliers & Agent (6%)

2005-04-15 Thread mliyvz
Please just reply to: [EMAIL PROTECTED] Dir sir: We are trying to find relationship with capital suppliers around world,which must have strong interest on China financing market and capability to raise over 1 billon each year. Agent is welcome! which can go between for us to look for

[Rd] New developer.r-project.org page

2005-04-15 Thread Prof Brian Ripley
I've added a page on the developer site on `Resources for Portable Programming' It should show up via the index page in due course and is at https://svn.r-project.org/R-dev-web/trunk/Portability.html now. (R core members are welcome to add to it.) Some of the articles linked there

[Rd] dealing with empty actual arguments matched by '...' formals

2005-04-15 Thread Tony Plate
I'm trying to write some functions to deal with empty actual arguments that are picked up by '...' formals. Such actual arguments are common (and very useful) in calls to subsetting functions, e.g., x[1:2,]. It seems that R and S-PLUS treat these arguments differently: in S-PLUS list(...) wil

[Rd] treatment of zero and negative elements in matrix indices

2005-04-15 Thread Tony Plate
Matrix indexing seems to give rather "variable" results when zeros or negative values are included among the indices (in terms of both error messages and in terms of the number of returned values when there is no error message). Is this the intended behavior? I couldn't see any comments about z

Re: [Rd] treatment of zero and negative elements in matrix indices

2005-04-15 Thread Tony Plate
PS: I'm talking about subsetting matrices using a matrix as an index. Tony Plate wrote: Matrix indexing seems to give rather "variable" results when zeros or negative values are included among the indices (in terms of both error messages and in terms of the number of returned values when there is