[Rd] Enhances, require() and quality control

2006-12-06 Thread Gregor Gorjanc
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

Re: [Rd] tcltk::tk_select.list has bad width (PR#9410)

2006-12-06 Thread Jeffrey J. Hallman
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

[Rd] Cannot run R (PR#9411)

2006-12-06 Thread jfu
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

Re: [Rd] tcltk::tk_select.list has bad width (PR#9410)

2006-12-06 Thread Peter Dalgaard
[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

[Rd] data frame subset patch, take 2

2006-12-06 Thread Vladimir Dergachev
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.

[Rd] tcltk::tk_select.list has bad width (PR#9410)

2006-12-06 Thread jhallman
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

Re: [Rd] R-devel: rownames of a data.frame

2006-12-06 Thread Tony Plate
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.

Re: [Rd] R-devel: rownames of a data.frame

2006-12-06 Thread Gregor Gorjanc
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()