Re: [julia-users] Error in using package

2014-06-15 Thread Jacob Quinn
Looks like there's some kind of package dependency error going on. You're best bet is filing and issue with the package owner: https://github.com/cgroll/TimeData.jl/issues Otherwise, it looks like it's trying to find the DataFrames package. Have you done Pkg.add(DataFrames) using DataFrames

[julia-users] Error in using package

2014-06-14 Thread Peter
I am using Julia Studio 0.4.4 in Win 7. After installing TimeData, when I write: using TimeData I get this error: LoadError(C:\\Users\\peter\\.julia\\TimeData\\src\\TimeData.jl,14,ErrorException(DataFrame not defined))