Skip to content

Commit 5fdd918

Browse files
author
hornik
committed
Improve wording (spotted by Lluis Revilla).
git-svn-id: https://svn.r-project.org/R/trunk@88121 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 65b390e commit 5fdd918

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/manual/R-exts.texi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -505,10 +505,10 @@ installed file: the convention is to use file @file{inst/COPYRIGHTS}.
505505

506506
@c DESCRIPTION field Date
507507
The optional @samp{Date} field gives the @emph{release date} of the
508-
current version of the package. It is strongly recommended@footnote{and
509-
required by @acronym{CRAN}, so checked by @command{R CMD check
510-
--as-cran}.} to use the @samp{yyyy-mm-dd} format conforming to the ISO
511-
8601 standard.
508+
current version of the package. Using the @samp{yyyy-mm-dd} format of
509+
the ISO 8601 standard is strongly recommended@footnote{and this format
510+
is required by @acronym{CRAN}, so checked by @command{R CMD check
511+
--as-cran} if a @samp{Date} is provided}.
512512

513513
The @samp{Depends}, @samp{Imports}, @samp{Suggests}, @samp{Enhances},
514514
@samp{LinkingTo} and @samp{Additional_repositories} fields are discussed

0 commit comments

Comments
 (0)