Hi Kevin,
My ~/.julia directory doesn't contain Stats.
I tried deleting the entire ~/.julia directory, then reinstalling
everything. I think I could have gotten away with only deleting
~/.julia/METADATA/Stats, but I've only been using julia for a few days, so
I didn't lose anything.
DataFrames now installs no problem. Thanks!
I've run into another problem though.
Now I'm trying to Pkg.add("DBI") and I get an unknown package error.
There's nothing on the DBI.jl github page to suggest that installation
should be atypical.
Any ideas?
Andrew
On Monday, May 12, 2014 4:23:02 PM UTC+2, Kevin Squire wrote:
>
> Hi Andrew,
>
> Mathis happened because Stats was renamed to StatsBase a while back, and a
> dummy Stats package was put in it's place, with a different history.
>
> A solution which has worked in the past was to delete ~/.julia/v0.x/Stats
> (or maybe just ~/.julia/Stats if you haven't upgraded.)
>
> Cheers, Kevin
>
>
>