Yep, its an issue in dataarrays due to a recent change to Stats. https://github.com/JuliaStats/DataArrays.jl/issues/40
Hopefully should get fixed soon. On Tuesday, 31 December 2013 01:57:04 UTC, Yang Zhao wrote: > > I downloaded julia 0.2.0 for mac 10.7+ from the official site. Recently > after an update, DataArrays can not load: > > julia> using DataArrays > ERROR: table 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/zhyang/.julia/DataArrays/src/extras.jl:11 > at /Users/zhyang/.julia/DataArrays/src/DataArrays.jl:85 > julia> using Stats > > julia> Stats.table > ERROR: table not defined > > > >
