Re: [Rd] Use keep.source for function in package with lazy loading

2011-04-04 Thread Prof Brian Ripley
On Mon, 4 Apr 2011, Greg Snow wrote: I have a function in one of my packages that I would like to print using the original source rather than the deparse of the function. The package uses lazy loading and the help page for library (under keep.source) says that keep.source does not apply to pac

[Rd] Use keep.source for function in package with lazy loading

2011-04-04 Thread Greg Snow
I have a function in one of my packages that I would like to print using the original source rather than the deparse of the function. The package uses lazy loading and the help page for library (under keep.source) says that keep.source does not apply to packages that use lazy loading and that w

[Rd] [[.data.frame oddity

2011-04-04 Thread William Dunlap
data.frame[[row,col]] unclasses its output. Is that proper? > d <- data.frame(num=1:4, fac=factor(letters[11:14],levels=letters[1:15]), date=as.Date("2011-04-01") + (0:3), lt=as.POSIXlt("2011-04-01") + (0:3)*1e5, pv=package_version(c("1.2-3", "4.5","6.7", "

Re: [Rd] Rtools and MinGW

2011-04-04 Thread Gabor Grothendieck
On Sun, Apr 3, 2011 at 3:36 PM, Thomas Mang wrote: > Hi, > > I have R version 2.8.1 and Rtools 28 installed (as you might guess, set up > years ago). In Rtools the MinGW GCC 4.2 compiler toolset is included. > > For my regular C/C++ programs I have also installed, separately, the full > MinGW bund

Re: [Rd] Rtools and MinGW

2011-04-04 Thread Duncan Murdoch
On 04/04/2011 6:34 AM, Thomas Mang wrote: On 04.04.2011 11:04, Prof Brian Ripley wrote: > On Sun, 3 Apr 2011, Thomas Mang wrote: > >> Hi, >> >> I have R version 2.8.1 and Rtools 28 installed (as you might guess, >> set up years ago). In Rtools the MinGW GCC 4.2 compiler toolset is >> include

Re: [Rd] Rtools and MinGW

2011-04-04 Thread Thomas Mang
On 04.04.2011 11:04, Prof Brian Ripley wrote: On Sun, 3 Apr 2011, Thomas Mang wrote: Hi, I have R version 2.8.1 and Rtools 28 installed (as you might guess, set up years ago). In Rtools the MinGW GCC 4.2 compiler toolset is included. For my regular C/C++ programs I have also installed, separa

Re: [Rd] Rtools and MinGW

2011-04-04 Thread Prof Brian Ripley
On Sun, 3 Apr 2011, Thomas Mang wrote: Hi, I have R version 2.8.1 and Rtools 28 installed (as you might guess, set up years ago). In Rtools the MinGW GCC 4.2 compiler toolset is included. For my regular C/C++ programs I have also installed, separately, the full MinGW bundle with the latest