Rev 6546 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
###----- NOTE: ../man/Deprecated.Rd must be synchronized with this!### --------------------.Deprecated <- function(new) {warning(paste("`", as.character(sys.call(sys.parent())[[1]]), "' ","is deprecated.\n",if (!missing(new))paste("Use `", new, "' instead.\n", sep = ""),"See ?Deprecated.",sep = ""))}