[ESS] ess-developer can't find just loaded library
    Vitalie Spinu 
    spinuvit at gmail.com
       
    Wed Apr 10 10:08:38 CEST 2013
    
    
  
  >> "Ross Boylan" <ross at biostat.ucsf.edu>
  >> on Tue, 9 Apr 2013 23:45:44 -0700 (PDT) wrote:
[...]
 > In neither case did C-c C-t C-a recognize that silly was an available
 > name.  Nonethless, search() showed it on the path, and I was able to
 > execute functions from the package in the workspace after loading the
 > library.
Developer is using .packages(T). Your report probably means that it does
not list the attached packages. And from what I see in the docs it is
sort of an intended behavior. 
Try C-u C-c C-t C-a for completion of only attached packages (aka
.packages(F)). The universal argument was introduced as a workaround for
speed issues, but looks like it will also be useful in your case.
Please see if the above works for you. If so then I will add an
additional request to fetch the attached packages.
    Vitalie
    
    
More information about the ESS-help
mailing list