[Rd] 7 arguments passed to .Internal(identical) which requires 6
Prof Brian Ripley
ripley at stats.ox.ac.uk
Thu Jun 7 12:55:52 CEST 2012
On 07/06/2012 11:40, Matthew Dowle wrote:
>
> Prof Ripley wrote :
>> That Depends line is about source installs.
>
> I can't see that documented in either Writing R Extensions or
> ?install.packages. Is it somewhere else? I thought Depends applied to
> binaries from CRAN too, which is the default method on Windows and Mac.
That field is documented under the description of a *source* package
(see the first line of section 1.1, and it is in that section) and is
simply copied from the source package for binary installs. It is the
extra line added to the DESCRIPTION file, e.g.
Built: R 2.15.0; x86_64-pc-mingw32; 2012-04-02 09:27:07 UTC; windows
that tells you the version a binary package was built under
(approximately for R-patched and R-devel), and library() checks.
--
Brian D. Ripley, ripley at stats.ox.ac.uk
Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel: +44 1865 272861 (self)
1 South Parks Road, +44 1865 272866 (PA)
Oxford OX1 3TG, UK Fax: +44 1865 272595
More information about the R-devel
mailing list