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/gms documentation built on Oct. 20, 2024, 1:17 a.m.