Re: [Rd] AltGr not working in R GUI Script Editor (PR#9430)

2006-12-23 Thread ripley
I do have AltGr (and Slovenian installed). The issue is that the author of graphapp seems not to have had a 'right menu key' as MSDN call it. This was fixed in R 0.9.1 and unfixed in R 2.0.0 by the author of the script editor, who wrote in graphapp/events.c /* Check for menu control k

Re: [Rd] substitute creates an object which prints incorrectly (PR#9427)

2006-12-23 Thread Bill.Venables
[EMAIL PROTECTED] (i.e. I) wrote: > 3. Modify substitute() so that it strips source attributes (or anything > else apparently visible that it will not manipulate) from objects. > Sorry folks, too dangerous. (I concede this appears to be a bit of an > overkill, too.) Peter Dalgaard responded:

Re: [Rd] AltGr not working in R GUI Script Editor (PR#9430)

2006-12-23 Thread Zoran Bosnic
Dear Duncan, > I'm working on an American keyboard, that doesn't have an AltGr key, so it's > hard to test anything. > > Are you familiar enough with Windows internals to work on this and > submit a patch, or do you know someone who is? Unfortunately I am not so familiar with windows internal

Re: [Rd] AltGr not working in R GUI Script Editor (PR#9430)

2006-12-23 Thread murdoch
On 12/23/2006 1:00 PM, Duncan Murdoch wrote: > On 12/23/2006 6:07 AM, [EMAIL PROTECTED] wrote: >> Full_Name: Zoran Bosnic >> Version: 2.4.0 >> OS: Windows XP SP2 >> Submission from: (NULL) (212.235.140.146) >> >> >> This is a problem that occurs in R GUI Script Editor and is connected to >> Window

Re: [Rd] AltGr not working in R GUI Script Editor (PR#9430)

2006-12-23 Thread Duncan Murdoch
On 12/23/2006 1:00 PM, Duncan Murdoch wrote: > On 12/23/2006 6:07 AM, [EMAIL PROTECTED] wrote: >> Full_Name: Zoran Bosnic >> Version: 2.4.0 >> OS: Windows XP SP2 >> Submission from: (NULL) (212.235.140.146) >> >> >> This is a problem that occurs in R GUI Script Editor and is connected to >> Window

Re: [Rd] AltGr not working in R GUI Script Editor (PR#9430)

2006-12-23 Thread Duncan Murdoch
On 12/23/2006 6:07 AM, [EMAIL PROTECTED] wrote: > Full_Name: Zoran Bosnic > Version: 2.4.0 > OS: Windows XP SP2 > Submission from: (NULL) (212.235.140.146) > > > This is a problem that occurs in R GUI Script Editor and is connected to > Windows > regional settings. > > Since I live in Slovenia,

Re: [Rd] substitute creates an object which prints incorrectly (PR#9427)

2006-12-23 Thread murdoch
On 12/23/2006 5:28 AM, Peter Dalgaard wrote: > [EMAIL PROTECTED] wrote: >> Thanks Peter. I see the dilemma. It is serious in my view, though, >> even if I can't see an elegant way round it. >> >> I guess the only possibilities are >> >> 1. Only keep the source in printing or, much more seriously,

Re: [Rd] substitute creates an object which prints incorrectly (PR#9427)

2006-12-23 Thread Duncan Murdoch
On 12/23/2006 5:28 AM, Peter Dalgaard wrote: > [EMAIL PROTECTED] wrote: >> Thanks Peter. I see the dilemma. It is serious in my view, though, >> even if I can't see an elegant way round it. >> >> I guess the only possibilities are >> >> 1. Only keep the source in printing or, much more seriously,

[Rd] Windows binary package builder and checker

2006-12-23 Thread Uwe Ligges
Dear R-devel readers, a machine has been set up that provides services for non-Windows users to check their source packages under Windows and compile a Windows binary without having to go the CRAN way. This is intended to a) provide the service for users who do not (yet) want to submit a pack

Re: [Rd] bug in sqlSave with fast=F option (PR#9429)

2006-12-23 Thread Uwe Ligges
Please read how to report bugs: 1. sqlSave is not part of R's base packages, hence please do not submit a bug report here but ask the package maintainer of the corresponding package. 2. You have tested with an outdated version of R (2.4.1 is recent). Uwe Ligges [EMAIL PROTECTED] wrote: > Ful

[Rd] bug in sqlSave with fast=F option (PR#9429)

2006-12-23 Thread paul . macmanus
Full_Name: Paul MacManus Version: 2.3.0 OS: Windows XP Submission from: (NULL) (216.90.169.253) See also R-help thread for October 18, 2006 --- Create a dataframe and save it to a database table "test" as follows: df <- data.frame(T=1, S=10) sqlSave(channel, df, "test",

Re: [Rd] variable scope in update(): bug or feature?

2006-12-23 Thread NL
Here is an example: > rm (list = ls()) > x <- 1:10 > mdata <- data.frame (z = rnorm (10), y = x + 3) > m1 <- lm (y ~ x + z, data = mdata) > summary (m1) Call: lm(formula = y ~ x + z, data = mdata) Residuals: Min 1Q Median 3QMax -4.950e-16 -8.107e-17 2.085e-17

[Rd] AltGr not working in R GUI Script Editor (PR#9430)

2006-12-23 Thread zoran . bosnic
Full_Name: Zoran Bosnic Version: 2.4.0 OS: Windows XP SP2 Submission from: (NULL) (212.235.140.146) This is a problem that occurs in R GUI Script Editor and is connected to Windows regional settings. Since I live in Slovenia, my computer has a keyboard with additional slovenian international cha

Re: [Rd] substitute creates an object which prints incorrectly (PR#9427)

2006-12-23 Thread Peter Dalgaard
[EMAIL PROTECTED] wrote: > Thanks Peter. I see the dilemma. It is serious in my view, though, > even if I can't see an elegant way round it. > > I guess the only possibilities are > > 1. Only keep the source in printing or, much more seriously, dumping, if > the source attribute parses to an obje