Ref. https://github.com/JuliaLang/julia/pull/21956#issuecomment-331141107. E.g.: ```julia julia> VERSION v"0.7.0-DEV.1776" julia> Pkg.status("DSP") - DSP 0.3.2 julia> :xcorr in names(DSP) false julia> :xcorr in names(DSP, true) true ```