I'm having problems loading Gadfly, that I haven't seen before (and that I, to my knowledge, haven't done anything to cause):
julia> using Gadfly Warning: ignoring conflicting import of Stats.minmax into DataFrames Warning: using FS.rename in module DataFrames conflicts with an existing identifier. ERROR: DataArrays not found in require at loading.jl:39 in reload_path at loading.jl:146 in _require at loading.jl:59 in require at loading.jl:43 while loading /home/tlycken/.julia/Gadfly/src/Gadfly.jl, in expression starting on line 5 I've tried to update my Julia installation to the current master (git pull; make clean; make) and update all packages (julia> Pkg.update()) but the problem persists. Is this something wrong on my side, or somewhere else? If it's on my side, how do I fix it? Thanks in advance, // Tomas
