From: Dawn W. <dwo...@in...> - 2008-01-20 23:32:48
|
Yes, certainly that solution is fine. Thank you! Dawn -----Original Message----- From: Uwe Ligges [mailto:li...@st...]=20 Sent: Saturday, January 19, 2008 1:34 PM To: Dawn Woodard Cc: bug...@li... Subject: [Fwd: Re: R2WinBUGS] R2WinBUGS has not been accepted on CRAN (I should have tested under=20 R-devel before submitting, so partly my fault): Kurt asked me to remove the conditional "if (is.R())" before the=20 definition of the openbugs function, because the codetools are not=20 seeing openbugs() as always defined but we have a documentation object. if (is.R()) { openbugs <- function(data, inits, parameters.to.save,=20 model.file=3D"model.txt", ....... Dawn, I'd propose to remove the "if (is.R())" and move it indide the=20 function so that is simply stop()s when called from S-PLUS. Are you fine = with that solution? Best, Uwe |