[Rd] Minor typo in "Writing R Extensions"

2011-03-04 Thread Brian Diggs
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


[Rd] minor typo in Writing R Extensions

2005-08-19 Thread Patrick Burns
On page 10 (section 1.1.4) of Writing R Extensions
version 2.1.1 the following two phrases appear:

define these function in a file

after the packages is

The 's' from 'functions' fell down the page and attached
itself to 'package'.

Patrick Burns
[EMAIL PROTECTED]
+44 (0)20 8525 0696
http://www.burns-stat.com
(home of S Poetry and "A Guide for the Unwilling S User")

__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel