Skip to content

Sort output of apropos

3 messages · Brian Ripley, Seth Falcon

#
A further improvement to apropos() would be to sort the output.
Currently, the output of apropos is in the order found on the search
list and this will rarely be useful to the user.

All that is needed is a sort(x) at the end of the function.

+ seth
3 days later
#
Seems sensible, but 2.5.0 is in feature freeze and it is possible that 
someone has relied on this.

I've added this (and a \value section to the help file) for R-devel.
On Wed, 11 Apr 2007, Seth Falcon wrote:

            

  
    
#
Prof Brian Ripley <ripley at stats.ox.ac.uk> writes:
Excellent.  Thank you.

+ seth