We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4037f7 commit a179ca9Copy full SHA for a179ca9
src/library/base/man/Dates.Rd
@@ -66,6 +66,12 @@
66
For the many methods see \code{methods(class = "Date")}. Several are
67
documented separately, see below.
68
}
69
+\section{Warning}{
70
+ Do not use \code{\link{identical}()} on objects of class \code{"Date"}.
71
+ Their \code{\link{storage.mode}} may be \code{"dpuble"} or
72
+ \code{"integer"}, and which is chosen has depended on the version of
73
+ \R used to create the object.
74
+}
75
\seealso{
76
\code{\link{Sys.Date}} for the current date.
77
0 commit comments