_ _ _(_)_ | A fresh approach to technical computing (_) | (_) (_) | Documentation: http://docs.julialang.org _ _ _| |_ __ _ | Type "help()" to list help topics | | | | | | |/ _` | | | | |_| | | | (_| | | Version 0.3.0-prerelease+2690 (2014-04-20 12:15 UTC) _/ |\__'_|_|_|\__'_| | Commit e4c2f68* (75 days old master) |__/ | x86_64-unknown-linux-gnu
julia> using Gadfly Warning: could not import Base.Func into StatsBase Warning: could not import Base.evaluate into StatsBase Warning: could not import Base.IdFun into StatsBase Warning: could not import Base.Abs2Fun into StatsBase ERROR: Func not defined while loading /home/kaslu/.julia/v0.3/StatsBase/src/weights.jl, in expression starting on line 134 while loading /home/kaslu/.julia/v0.3/StatsBase/src/StatsBase.jl, in expression starting on line 140 while loading /home/kaslu/.julia/v0.3/DataFrames/src/DataFrames.jl, in expression starting on line 11 while loading /home/kaslu/.julia/v0.3/Gadfly/src/Gadfly.jl, in expression starting on line 4 I know that I'm using an unstable version, but I can't see a reason for it not to run? Does anyone has any idea? Thank you
