Skip to content

cat, print and documentation disagree (PR#8988)

1 message · Brian Ripley

#
On Thu, 15 Jun 2006, bailey at galton.uchicago.edu wrote:

            
and it does not say that it outputs the same characters.
I believe it does do it in the same way, just within a smaller print width 
(the minimum needed for that element for cat(), the minimum necessary for 
all elements of the vector in print()).  So the difference only arises 
with vectors of length > 1, and we can note that.
Is it a `problem'?  It is just a difference that is not explicitly 
documented, (and also not documented in this report).