On 11/13/09 8:02 AM, Tony Plate wrote:
Putting options(error=function() NULL) at the start of the .R will let R
CMD check continue with commands in a file after stop() is called. (Or
anything other than the default options(error=NULL)).
But that's a rather heavy handed approach and could easily
Terry Therneau wrote:
I'm currently packaging up some of the kinship matrix routines more
formally, these are used in coxme when dealing with family correlation
structures. One of my test programs exercises error conditions, i.e.,
it purposely feeds particular types of invalid pedigree data in
Putting options(error=function() NULL) at the start of the .R will let R
CMD check continue with commands in a file after stop() is called. (Or
anything other than the default options(error=NULL)).
-- Tony Plate
Terry Therneau wrote:
I'm currently packaging up some of the kinship matrix ro