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