There looks to be a typo in the R-exts manual:
The whose @file{tests} is copied to the check area, ...
^^^^^
I'm not sure what was intended here, so I can't suggest a fix.
(from https://svn.r-project.org/R/trunk/doc/manual/R-exts.texi)
-- Tony Plate
typo in R-exts
6 messages · Tony Plate, Peter Dalgaard, Brian Ripley
Tony Plate wrote:
There looks to be a typo in the R-exts manual:
The whose @file{tests} is copied to the check area, ...
^^^^^
I'm not sure what was intended here, so I can't suggest a fix.
'svn blame' tells me that this was Brian's addition in rev.35362. There is no previous version to help with guessing the intention. One possibility is that "The whose" should be "The directory", or maybe "The whole directory".
(from https://svn.r-project.org/R/trunk/doc/manual/R-exts.texi) -- Tony Plate
______________________________________________ R-devel at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel
The actual behavior, as far as I can make out, is that all the files in the 'tests' directory are copied, but not any subdirectories (which I personally would have found useful). So, saying the "whole directory" is probably not accurate. -- Tony Plate
Peter Dalgaard wrote:
Tony Plate wrote:
There looks to be a typo in the R-exts manual:
The whose @file{tests} is copied to the check area, ...
^^^^^
I'm not sure what was intended here, so I can't suggest a fix.
'svn blame' tells me that this was Brian's addition in rev.35362. There is no previous version to help with guessing the intention. One possibility is that "The whose" should be "The directory", or maybe "The whole directory".
(from https://svn.r-project.org/R/trunk/doc/manual/R-exts.texi) -- Tony Plate
______________________________________________ R-devel at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel
'whole of', as svn up will show you.
I prefer 'svn praise' myself.
BTW, it is very easy to read @file{foo} as 'file foo', and that is a
frequent problem.
On Tue, 17 Apr 2007, Peter Dalgaard wrote:
Tony Plate wrote:
There looks to be a typo in the R-exts manual:
The whose @file{tests} is copied to the check area, ...
^^^^^
I'm not sure what was intended here, so I can't suggest a fix.
'svn blame' tells me that this was Brian's addition in rev.35362. There is no previous version to help with guessing the intention. One possibility is that "The whose" should be "The directory", or maybe "The whole directory".
(from https://svn.r-project.org/R/trunk/doc/manual/R-exts.texi) -- Tony Plate
______________________________________________ R-devel at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel
______________________________________________ R-devel at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel
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
Prof Brian Ripley wrote:
I prefer 'svn praise' myself.
Or 'svn annotate'. I think it depends on what I'm looking for, plus the risk that the author (perpetrator, contributor) might be me....
On Tue, 17 Apr 2007, Tony Plate wrote:
The actual behavior, as far as I can make out, is that all the files in the 'tests' directory are copied, but not any subdirectories (which I personally would have found useful). So, saying the "whole directory" is probably not accurate.
I think it is: to copy subdirectories as well you need a recursive copy (cp -r), which Perl does not support in its base configuration. I'll see if I can add the latter for 2.6.0.
-- Tony Plate Peter Dalgaard wrote:
Tony Plate wrote:
There looks to be a typo in the R-exts manual:
The whose @file{tests} is copied to the check area, ...
^^^^^
I'm not sure what was intended here, so I can't suggest a fix.
'svn blame' tells me that this was Brian's addition in rev.35362. There is no previous version to help with guessing the intention. One possibility is that "The whose" should be "The directory", or maybe "The whole directory".
(from https://svn.r-project.org/R/trunk/doc/manual/R-exts.texi) -- Tony Plate
______________________________________________ R-devel at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel
______________________________________________ R-devel at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel
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