From: Uwe L. <li...@st...> - 2008-01-19 18:34:11
|
R2WinBUGS has not been accepted on CRAN (I should have tested under R-devel before submitting, so partly my fault): Kurt asked me to remove the conditional "if (is.R())" before the definition of the openbugs function, because the codetools are not seeing openbugs() as always defined but we have a documentation object. if (is.R()) { openbugs <- function(data, inits, parameters.to.save, model.file="model.txt", ....... Dawn, I'd propose to remove the "if (is.R())" and move it indide the function so that is simply stop()s when called from S-PLUS. Are you fine with that solution? Best, Uwe |