From: Gregor G. <gre...@bf...> - 2007-05-14 08:12:57
|
Hi! >>>>> Uwe Ligges writes: > This version will work for S-PLUS as well, thanks to Dawn Woodard and > Insightful for porting it. > Not that easy to convince codetools if some parts of the sources are > made for S-PLUS only ... (Dawn, you might want to look at my changes). > The last (unremovable) Warnings from codetools are due to the fact that > the calling functions are only used in S-PLUS and the objects codetools > is warning about do exist in S-PLUS but not in R. > The only alternative that springs to mind would be to create some fake > functions such as > if(is.R()){ > foo <- function(......) > stop("This function will never be called in R") > } else { > foo <- function(......) > real Definition > } You mean that package R2WinBUGS would hold definitions for S-PLUS specific functions? Gregor |