Note the difference from the default definition of ll()
as
inherited from the Object
class. Here ll()
has been
redefined to list the members of the package, i.e. the members in
the environment on search path that belongs to the package, whereas
the original usage was to list the members of the Object. However,
since the internal members of Package object is not of interest we
decided on this definition instead.