JuliaStats / RDatasets.jl

Julia package for loading many of the data sets available in R
GNU General Public License v3.0
160 stars 56 forks source link

load's need to be replaced with require #5

Closed tshort closed 11 years ago

tshort commented 11 years ago

This is breaking several packages with very recent versions of Julia. load and require are no longer identical, and load is going away..

johnmyleswhite commented 11 years ago

Is load going away? That wasn't my understanding from the latest conversation.

tshort commented 11 years ago

I don't know exactly, but right now, require works, but load is broken (as of early this morning).

tshort commented 11 years ago

Forgot to mention: that's the error that Glen Hertz mentioned on julia-stats. He just filed an issue on DataFrames.jl.

On Thu, Dec 20, 2012 at 2:19 PM, John Myles White notifications@github.comwrote:

Is load going away? That wasn't my understanding from the latest conversation.

— Reply to this email directly or view it on GitHub.

johnmyleswhite commented 11 years ago

Thanks, @tshort. Fixed by be4a96a78d56b6337f0743ef02654c216c95ab87

johnmyleswhite commented 11 years ago

I really hope the load fiasco gets solved soon.