\name{gsa.warn} \alias{gsa.warn} \title{ GSA warn } \description{ Write a warning message to standard out with the prefix '[gsalib] Warning:'. } \usage{ gsa.warn(message) } %- maybe also 'usage' for other objects documented here. \arguments{ \item{message}{ The warning message to write. } } \details{ %% ~~ If necessary, more details than the description above ~~ } \value{ %% ~Describe the value returned %% If it is a LIST, use %% \item{comp1 }{Description of 'comp1'} %% \item{comp2 }{Description of 'comp2'} %% ... } \references{ %% ~put references to the literature/web site here ~ } \author{ Kiran Garimella } \note{ %% ~~further notes~~ } \seealso{ %% ~~objects to See Also as \code{\link{help}}, ~~~ } \examples{ ## Write message to stdout gsa.warn("This is a warning message"); } \keyword{ ~kwd1 } \keyword{ ~kwd2 }% __ONLY ONE__ keyword per line