You might want to use Pkg.checkout("PKGNAME") for DataArrays,DataFrames, 
then Gadfly. That will put you on the master branch of each package, which 
will be the most update. John updated DataFrames very recently.

On Thursday, January 16, 2014 6:29:21 PM UTC-5, John Myles White wrote:
>
> Maybe your version of Gadfly tries to depend upon a more recent version of 
> DataFrames, which in turn depends upon DataArrays. 
>
>  -- John 
>
> On Jan 16, 2014, at 5:19 AM, Tomas Lycken <[email protected]<javascript:>> 
> wrote: 
>
> > I'm having problems loading Gadfly, that I haven't seen before (and that 
> I, to my knowledge, haven't done anything to cause): 
> > 
> > julia> using Gadfly 
> > Warning: ignoring conflicting import of Stats.minmax into DataFrames 
> > Warning: using FS.rename in module DataFrames conflicts with an existing 
> identifier. 
> > ERROR: DataArrays not found 
> >  in require at loading.jl:39 
> >  in reload_path at loading.jl:146 
> >  in _require at loading.jl:59 
> >  in require at loading.jl:43 
> > while loading /home/tlycken/.julia/Gadfly/src/Gadfly.jl, in expression 
> starting on line 5 
> > 
> > I've tried to update my Julia installation to the current master (git 
> pull; make clean; make) and update all packages (julia> Pkg.update()) but 
> the problem persists. 
> > 
> > Is this something wrong on my side, or somewhere else? If it's on my 
> side, how do I fix it? 
> > 
> > Thanks in advance, 
> > 
> > // Tomas 
>
>

Reply via email to