In "Writing R Extensions", section 1.1.1, the paragraph talking about
the Depends field has an extra right parenthesis at the end of the
second sentence (or is missing a left parenthesis somewhere). This is
on line 392 of R-exts.texi (revision 54667). I have attached a diff,
thought I don't know if it will go through.
I don't know if R-devel is the right place to send this, but I didn't
see an email address to send corrections on the documentation.
--
Brian S. Diggs, PhD
Senior Research Associate, Department of Surgery
Oregon Health & Science University
Index: R-exts.texi
===================================================================
--- R-exts.texi (revision 54667)
+++ R-exts.texi (working copy)
@@ -389,7 +389,7 @@
contain a comparison operator@footnote{only @samp{>=} and @samp{<=} were
supported prior to @R{} 2.7.0, and only @samp{>=} is supported for
package versions by @code{install.packages}.}, whitespace and a valid
-version number). You can also use the special package name @samp{R} if
+version number. You can also use the special package name @samp{R} if
your package depends on a certain version of @R{} --- e.g., if the
package works only with @R{} version 2.11.0 or later, include @samp{R
(>= 2.11.0)} in the @samp{Depends} field. Both @code{library} and the
______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel