Re: [Rd] update.formula and backticked colons

2009-07-31 Thread Sundar Dorai-Raj
On Thu, Jul 30, 2009 at 2:30 PM, Sundar Dorai-Raj wrote: > On Thu, Jul 30, 2009 at 2:28 PM, Sundar Dorai-Raj wrote: >> I just noticed the following in update.formula and I'm wondering if >> this behavior is the intention of the developers. Here's an example: >>

Re: [Rd] update.formula and backticked colons

2009-07-30 Thread Sundar Dorai-Raj
On Thu, Jul 30, 2009 at 2:28 PM, Sundar Dorai-Raj wrote: > I just noticed the following in update.formula and I'm wondering if > this behavior is the intention of the developers. Here's an example: > > update(`a: b` ~ x, ~ . + y) > > Note now that the response has no

[Rd] update.formula and backticked colons

2009-07-30 Thread Sundar Dorai-Raj
I just noticed the following in update.formula and I'm wondering if this behavior is the intention of the developers. Here's an example: update(`a: b` ~ x, ~ . + y) Note now that the response has no backticks and is interpreted as a:b (i.e. ":" is now an operator). This is because in update.formu

Re: [Rd] dir.create does not return a value (PR#13686)

2009-05-02 Thread Sundar Dorai-Raj
graphics grDevices utils datasets methods base On Sat, May 2, 2009 at 5:27 AM, Sundar Dorai-Raj wrote: > Not a bug. Try: > > print(dir.create("foo")) > > or > > foo <- dir.create("foo") > foo > > HTH, > > --sundar > > On Sa

Re: [Rd] dir.create does not return a value (PR#13686)

2009-05-02 Thread Sundar Dorai-Raj
Not a bug. Try: print(dir.create("foo")) or foo <- dir.create("foo") foo HTH, --sundar On Sat, May 2, 2009 at 5:10 AM, wrote: > ?dir.create  (part of the base package) says that: > "dir.create and Sys.chmod return a logical vector indicating which > operation succeeded for each of the files

Re: [Rd] using yscrollcommand in tkcanvas crashes R (PR#13231)

2008-10-30 Thread Sundar Dorai-Raj
ED] Sent: Wednesday, October 29, 2008 11:10 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: [Rd] using yscrollcommand in tkcanvas crashes R (PR#13231) Full_Name: Sundar Dorai-Raj Version: 2.8.0 OS: Windows Submission from: (NULL) (76.220.41.126) The following code crashes R: library(tcltk) tt

[Rd] using yscrollcommand in tkcanvas crashes R (PR#13231)

2008-10-29 Thread sundar . dorai-raj
Full_Name: Sundar Dorai-Raj Version: 2.8.0 OS: Windows Submission from: (NULL) (76.220.41.126) The following code crashes R: library(tcltk) tt <- tktoplevel() tc <- tkcanvas(tt, yscrollcommand = function(...) tkset(ts, ...)) > sessionInfo() R version 2.8.0 (2008-10-20) i386-p

Re: [Rd] including additional packages in Recommended

2008-04-15 Thread Sundar Dorai-Raj
On Tue, 15 Apr 2008, Sundar Dorai-Raj wrote: > >> Hi, R-devel, >> >> I'm trying to create a modified distribution of R to include several >> packages are not part of the CRAN version. I.e. When I untar >> R-2.6.2.tar.gz I would like to include my package "

[Rd] including additional packages in Recommended

2008-04-15 Thread Sundar Dorai-Raj
Hi, R-devel, I'm trying to create a modified distribution of R to include several packages are not part of the CRAN version. I.e. When I untar R-2.6.2.tar.gz I would like to include my package "foo_1.0-0.tar.gz" in 'src/library/Recommended' so that when a user builds my version of R they also