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:
>>
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
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
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
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
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
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
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 "
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