On 29 December 2014 at 22:14, Milan Bouchet-Valat <[email protected]> wrote:
> Le lundi 29 décembre 2014 à 13:54 +0100, Paul Analyst a écrit :
>>
>> julia>  Pkg.add("Hinton")
>> ERROR: unknown package Hinton
>
> Doesn't seem it's a registered package. Instructions are given on the
> package webpage:
> https://github.com/lepisma/hinton.jl
>
> So you need to use:
> Pkg.clone("git://github.com/lepisma/hinton.jl.git")

I think Paul is trying to install the Hinton diagram library that I
announced yesterday [1].  The solution would then most likely be to
run `Pkg.update()` before `Pkg.add("Hinton")`, since it was only added
to METADATA yesterday.  I should probably point out that I was unaware
of the package by Abhinav Tushar, thanks for pointing it out.

Also, Paul, please don't reply to digest messages.

    Pontus

[1]: https://github.com/ninjin/Hinton.jl

Reply via email to