R/warning.R

Defines functions .warning

.warning <- function(...,w=NULL) {
  warning(...,call.=FALSE)
  tmp <- list(NULL)
  names(tmp) <- paste(...,sep="")
  return(c(w,tmp))
}
pik-piam/lucode documentation built on June 10, 2020, 6:55 p.m.