Not sure if it qualifies to your needs, but there is a search function for packages over at pkg.julialang.org. However, the search terms are applied only on the package name, which of course means there might be a lot of things that are interesting to you but that don't show up.
// T On Thursday, January 1, 2015 11:37:33 AM UTC+1, Sayth Renshaw wrote: > > Is there a way in Julia to locate a module by search term? > > As in R you could state. > > ??deviation > > and would get returned > > nlme::pooledSD Extract Pooled Standard Deviation > stats::mad Median Absolute Deviation > stats::sd Standard Deviation > > Is there a similar or better way in julia to locate modules i will want to > use? > > Sayth >
