Dear List, I just installed Julia 0.2.0 last night and was trying to get the GLM package going, when I try to load it and the RDatasets packages, I get:
julia> using RDatasets, GLM Warning: could not import Base.foldl into NumericExtensions Warning: could not import Base.foldr into NumericExtensions Warning: could not import Base.sum! into NumericExtensions Warning: could not import Base.maximum! into NumericExtensions Warning: could not import Base.minimum! into NumericExtensions Warning: could not import Base.PAIRWISE_SUM_BLOCKSIZE into NumericExtensions ERROR: TernaryFunctor not defined in include at boot.jl:238 in include_from_node1 at loading.jl:114 in include at boot.jl:238 in include_from_node1 at loading.jl:114 in reload_path at loading.jl:140 in _require at loading.jl:58 in require at loading.jl:43 at /Users/ozd504/.julia/GLM/src/lm.jl:22 at /Users/ozd504/.julia/GLM/src/GLM.jl:76 It looks like something in GLM is broken, does anyone have advice on this? Thank you Corey
