diff --git a/src/library/base/man/Dates.Rd b/src/library/base/man/Dates.Rd index c5ff4cdc3a..6e63247e59 100644 --- a/src/library/base/man/Dates.Rd +++ b/src/library/base/man/Dates.Rd @@ -66,6 +66,12 @@ For the many methods see \code{methods(class = "Date")}. Several are documented separately, see below. } +\section{Warning}{ + Do not use \code{\link{identical}()} on objects of class \code{"Date"}. + Their \code{\link{storage.mode}} may be \code{"dpuble"} or + \code{"integer"}, and which is chosen has depended on the version of + \R used to create the object. +} \seealso{ \code{\link{Sys.Date}} for the current date.