> On Mon, 30 Jan 2006 17:49:37 -0500 (EST),
> Vincent Carey 525-2265 (VC5) wrote:
> Romain Francois suggests that a central bibliographic database
> (possibly in bibtex format) might be useful for reference inclusion
> in R package man pages. This has been discussed by a small
> g
> "Vince" == Vincent Carey 525-2265 <[EMAIL PROTECTED]>
> on Mon, 30 Jan 2006 17:49:37 -0500 (EST) writes:
Vince> Romain Francois suggests that a central bibliographic database
Vince> (possibly in bibtex format) might be useful for reference inclusion
Vince> in R package ma
Romain Francois suggests that a central bibliographic database
(possibly in bibtex format) might be useful for reference inclusion
in R package man pages. This has been discussed by a small
group, with one proposal presented for a package-specific bibtex database
placed in a dedicated package subd
Hi,
Doing the following command on the freshest R-devel i get 223 entries :
$ grep "The New S Language" */man/*.Rd | wc -l
Would it make sense to add a bib file (or another format) such that one
could do something like :
\cite{blueBook}
or even :
\cite[base]{blueBook}
What do you think ?