Skip to content
Prev 5911 / 398506 Next

help() and lib.loc (was Re: question about sgeostat)

On Tue, 30 May 2000, Albrecht Gebhardt wrote:

            
Yes. As "~" is a csh construct, and not in general a valid part of a path,
it is just chance that it works for library.  index.search(), the
tool used by help, does not know about "~".  sys.source() as used 
by library () does.

I'll see if I can add "~" to the knowledge of index.search.

Generally, though, don't assume that packages know about csh's shortcuts.