Displaying 2 results from an estimated 2 matches for "testlazy".
Did you mean:
testlast
2008 Oct 03
1
Attributes of top level environments clobbered (was Re: [R] possible bug in function 'var' in R 2.7.2?)
...https://stat.ethz.ch/pipermail/r-devel/2007-October/047184.html
The Avoiding R Bugs section of this page:
http://r-proto.googlecode.com
has more discussion as well as a list of some other R bugs.
This can be tested by creating a package with these two files only:
---DESCRIPTION---
Package: testlazy
Version: 1.0-0
Date: 2008-10-03
Title: Test lazy loading
Author: G Grothendieck
Maintainer: G Grothendieck <ggrothendieck at gmail.com>
Description: Test lazy loading with top level objects.
Depends: proto
LazyLoad: yes
License: GPL-2
---R/testlazy.R---
TopLevel <- proto()
---
And then te...
2008 Oct 04
0
Attributes of top level environments clobbered (was Re: [R] possible bug in function 'var' in R 2.7.2?)
...ore discussion as well as a list of some other R bugs.
>> >>>>>
>> >>>>> This can be tested by creating a package with these two files only:
>> >>>>>
>> >>>>> ---DESCRIPTION---
>> >>>>> Package: testlazy
>> >>>>> Version: 1.0-0
>> >>>>> Date: 2008-10-03
>> >>>>> Title: Test lazy loading
>> >>>>> Author: G Grothendieck
>> >>>>> Maintainer: G Grothendieck <ggrothendieck at gmail.com>
>>...