If your goal is to reproduce the bug, your best chance is to say `using Color`
before calling any Pkg commands :-).
--Tim
On Monday, October 27, 2014 06:59:12 AM Bruno Gomes wrote:
> Today, I tried to install RDatasets again and mysteriously no problem
> arised. Before the 'Pkg.add' command I just typed
>
> Pkg.build()
> Pkg.update()
>
> After that, the command
>
> Pkg.add("RDatasets")
>
> ran normally.
>
> Could someone please explain this? '-'
>
> Em sábado, 11 de outubro de 2014 14h45min10s UTC-3, Bruno Gomes escreveu:
> > Hi, I have a problem. When I call Pkg.add I get the following
> >
> > Pkg.add("RDatasets")
> > error: `convert` has no method matching convert(::Type{UTF8String}, ::
> > ASCIIString)
> >
> > I tried
> >
> > Pkg.add(ascii("RDatasets"))
> >
> > but the same occurs.
> >
> > Thanks in advance.