I seem to have problems installing this package, a few tries below
(v1.2) pkg> add Vectorize
Updating registry at `~/.julia/registries/General`
Updating git-repo `https://github.com/JuliaRegistries/General.git`
Resolving package versions...
ERROR: Unsatisfiable requirements detected for package Vectorize [922354f6]:
Vectorize [922354f6] log:
├─possible versions are: 0.0.1 or uninstalled
├─restricted to versions * by an explicit requirement, leaving only versions 0.0.1
└─restricted by julia compatibility requirements to versions: uninstalled — no versions left
(v1.2) pkg> dev Vectorize
Cloning git-repo `https://github.com/rprechelt/Vectorize.jl.git`
Updating git-repo `https://github.com/rprechelt/Vectorize.jl.git`
ERROR: Compat `Julia` not listed in `deps` or `extras` section.
(v1.2) pkg> add https://github.com/rprechelt/Vectorize.jl
Cloning git-repo `https://github.com/rprechelt/Vectorize.jl`
Updating git-repo `https://github.com/rprechelt/Vectorize.jl`
ERROR: Compat `Julia` not listed in `deps` or `extras` section.
I seem to have problems installing this package, a few tries below