Re: [Rd] R_DEFAULT_DEVICE (PR#11294)

2008-04-28 Thread Peter Dalgaard
[EMAIL PROTECTED] wrote: > Setting enviroment variable R_DEFAULT_DEVICE causes an error. > The patch below fixes this. > Probably, but it may not be the best fix, so please give your analysis of the situation. Reproducible example and all that. To do your homework for you, the issue seems to b

Re: [Rd] R_DEFAULT_DEVICE (PR#11294)

2008-04-28 Thread ripley
This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --27464147-2109857085-1209372640=:16392 Content-Type: TEXT/PLAIN; charset=utf-8; format=flowed Content-Transfer-Encoding: 8BIT It has already been

Re: [Rd] (PR#11291) View functionhas problems going beyond 65536

2008-04-28 Thread ripley
This is specific to the scrollbar: paging/End work fine -- so the original subject list was seriously misleading. It is a Windows limitation on scrollbars -- there was code to work around it, but it was not switched on - will be in R-devel and R-patched shortly. On Sun, 27 Apr 2008, [EMAIL PR

[Rd] R 2.7.0, match() and strings containing \0 - bug?

2008-04-28 Thread Jon Clayden
Hi, A piece of my code that uses readBin() to read a certain file type is behaving strangely with R 2.7.0. This seems to be because of a failure to match() strings after using rawToChar() when the original was terminated with a "\0" character. Direct equality testing with == still works as expecte

Re: [Rd] R 2.7.0, match() and strings containing \0 - bug?

2008-04-28 Thread Jon Clayden
Apologies for missing out the sessionInfo(): R version 2.7.0 (2008-04-22) i386-apple-darwin8.10.1 locale: en_GB.UTF-8/en_US.UTF-8/C/C/en_GB.UTF-8/en_GB.UTF-8 attached base packages: [1] stats graphics grDevices utils datasets methods base 2008/4/28 Jon Clayden <[EMAIL PROTECTED]>:

Re: [Rd] R 2.7.0, match() and strings containing \0 - bug?

2008-04-28 Thread Prof Brian Ripley
On Mon, 28 Apr 2008, Jon Clayden wrote: Hi, A piece of my code that uses readBin() to read a certain file type is behaving strangely with R 2.7.0. This seems to be because of a failure to match() strings after using rawToChar() when the original was terminated with a "\0" character. Direct equa

Re: [Rd] R 2.7.0, match() and strings containing \0 - bug?

2008-04-28 Thread Jon Clayden
2008/4/28 Prof Brian Ripley <[EMAIL PROTECTED]>: > > On Mon, 28 Apr 2008, Jon Clayden wrote: > > > > Hi, > > > > A piece of my code that uses readBin() to read a certain file type is > > behaving strangely with R 2.7.0. This seems to be because of a failure > > to match() strings after using rawToC

Re: [Rd] (PR#11291) View functionhas problems going beyond 65536 rows *using the scrollbar*

2008-04-28 Thread jholtman
THanks for the response. Sorry about the misleading subject line, but I did say in the description that it only appears to happen with the scroll bar and can understand if it is a limitation of Windows. Probably left over from the days when Excel could only go to 65536 rows. On Mon, Apr 28, 2008

[Rd] Small Visual Bug in R GUI Package Installer (PR#11317)

2008-04-28 Thread nelson . ana
Full_Name: Ana Nelson Version: R 2.7.0 GUI 1.24 (5102) OS: OSX 10.5.2 Submission from: (NULL) (87.198.253.138) When you switch the Package Installer repository selection box to any of the 3 "local" options, i.e. install from "Local Package Directory", the "Install All" button text becomes corrupt

[Rd] OSX R GUI visual interface tweak (PR#11318)

2008-04-28 Thread nelson . ana
Full_Name: Ana Nelson Version: R 2.7.0 GUI 1.24 (5102) OS: OSX 10.5.2 Submission from: (NULL) (213.94.201.89) The R GUI close button has a solid circle. Screenshot is here: http://skitch.com/ananelson/kmxj/r-console On OSX this indicates that there are unsaved changes pending. Please see page 20

[Rd] Take marginality into account in factor.scope

2008-04-28 Thread ONKELINX, Thierry
Dear devellopeRs, I've altered factor.scope() from the stats package so it can take marginality into account. Therefore I've added the argument marginal. When marginal is NULL, factor.scope() works like the original version. The marginality is to be specified as a named list. The name of the eleme

Re: [Rd] R 2.7.0, match() and strings containing \0 - bug?

2008-04-28 Thread Seth Falcon
Hi Jon, * On 2008-04-28 at 11:00 +0100 Jon Clayden wrote: > A piece of my code that uses readBin() to read a certain file type is > behaving strangely with R 2.7.0. This seems to be because of a failure > to match() strings after using rawToChar() when the original was > terminated with a "\0" cha

[Rd] R-Forge SVN repositories: R CMD build/check error on Windows machines

2008-04-28 Thread Stefan Theussl
Dear R-devel, One of our R-Forge developers pointed out that it is not possible to build packages under Windows using the R-Forge repository structure: a package resides in ./pkg - not in a directory with the same name as the package name. Under Linux 'R CMD build pkg' or 'R CMD check pkg' w

[Rd] method dispatch conflict?

2008-04-28 Thread Sebastian P. Luque
Hi, I vaguely recall this was discussed in the past, but I cannot remember the context. The code below shows the problem: ---<---cut here---start-->--- R> library(stats4) R> library(lme4) Loading required package: Matrix Attaching package: 'Matrix'

Re: [Rd] R-Forge SVN repositories: R CMD build/check error on Windows machines

2008-04-28 Thread Duncan Murdoch
On 28/04/2008 12:22 PM, Stefan Theussl wrote: Dear R-devel, One of our R-Forge developers pointed out that it is not possible to build packages under Windows using the R-Forge repository structure: a package resides in ./pkg - not in a directory with the same name as the package name. Under

Re: [Rd] OSX R GUI visual interface tweak (PR#11318)

2008-04-28 Thread Simon Urbanek
On Apr 28, 2008, at 5:10 AM, [EMAIL PROTECTED] wrote: Full_Name: Ana Nelson Version: R 2.7.0 GUI 1.24 (5102) OS: OSX 10.5.2 Submission from: (NULL) (213.94.201.89) The R GUI close button has a solid circle. Screenshot is here: http://skitch.com/ananelson/kmxj/r-console On OSX this indicates

Re: [Rd] R-Forge SVN repositories: R CMD build/check error on Windows machines

2008-04-28 Thread Prof Brian Ripley
The difference is in INSTALL, not build/check. You are right that the Unix INSTALL was changed in r25808 (Aug 2003), but AFAICS this was not documented at the time in [O]NEWS, nor anywhere else. Can you point me to the documentation you used to implement this? On Mon, 28 Apr 2008, Duncan Mur

Re: [Rd] R-Forge SVN repositories: R CMD build/check error on Windows machines

2008-04-28 Thread Deepayan Sarkar
On 4/28/08, Prof Brian Ripley <[EMAIL PROTECTED]> wrote: > The difference is in INSTALL, not build/check. > > You are right that the Unix INSTALL was changed in r25808 (Aug 2003), but > AFAICS this was not documented at the time in [O]NEWS, nor anywhere else. > > Can you point me to the documenta

Re: [Rd] R 2.7.0, match() and strings containing \0 - bug?

2008-04-28 Thread Herve Pages
Hi Jon, Jon Clayden wrote: Hi, A piece of my code that uses readBin() to read a certain file type is behaving strangely with R 2.7.0. This seems to be because of a failure to match() strings after using rawToChar() when the original was terminated with a "\0" character. Direct equality testing

[Rd] X11 window title setting in X11() Device (PR#11325)

2008-04-28 Thread julien . barnier
--=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, I think I have found a very little bug in the new version of the X11() device in R 2.7.0, more precisely in the devX11.c file. The problem is that when you open a new window with X11(), the title of t