Hello!
I am working on a package where Enhances field seems to be a plausible
option. When I add package, say coda, to this field, I get the following
warning with recent R-devel:
* checking for working latex ... OK
* using log directory '/home/ggorjan/programs/R/devel/test.Rcheck'
* using
Peter Dalgaard <[EMAIL PROTECTED]> wrote:
pd> [EMAIL PROTECTED] wrote:
>> The window put up by tcltk::tk_select.list appears to be of fixed width (20
>> chars), and is not wide enough to accomodate strings longer than 20
characters
>> long. This can be easily fixed by setting the option
Full_Name: J
Version: R-2.4.0-win32
OS: windows xp SP1
Submission from: (NULL) (145.116.239.53)
I have just downloaded and installed R. The installation is successful. There's
no error hint during the process. However, after the installation, I try to run
R, but an error message occured and I can
[EMAIL PROTECTED] wrote:
> Full_Name: Jeff Hallman
> Version: 2.4.0
> OS: Linux
> Submission from: (NULL) (132.200.32.34)
>
>
> The window put up by tcltk::tk_select.list appears to be of fixed width (20
> chars), and is not wide enough to accomodate strings longer than 20 characters
> long. This
Hi Robert,
Here is the second iteration of data frame subset patch.
It now passes make check on both 2.4.0 and 2.5.0 (svn as of a few days ago).
Same speedup as before.
Changes:
* Introduced two new functions .subassign2 and .subassign that are
complimentary to .subset2 and .subset.
Full_Name: Jeff Hallman
Version: 2.4.0
OS: Linux
Submission from: (NULL) (132.200.32.34)
The window put up by tcltk::tk_select.list appears to be of fixed width (20
chars), and is not wide enough to accomodate strings longer than 20 characters
long. This can be easily fixed by setting the option
Martin Maechler wrote:
> Gregor Gorjanc bfro.uni-lj.si> writes:
>
>
>>Hello!
>>
>>Data.frames have new rownames funcionality, however in use of colnames<-
>>in R-devel "changes" this. Here is the example:
>>
>>
>>>df1 <- data.frame(letters[1:5])
>>>attributes(df1)
>>
>>$names
>>[1] "letters.1.5.
Martin Maechler r-project.org> writes:
...
> because colnames() and rownames() work via dimnames(), and so do
> "colnames<-" and "rownames<-" ---
> I think it would be unwise to change this, since it's well documented
> property of these functions.
>
> As you noted yourself, using names()