>From reading the docs, it seems the syntax to add a package of a certain version is:
Pkg.add("PACKAGE_NAME", v"0.x.x")
but that only installs the latest package. Trying to manually clone and
install checks out master even if I switch to a particular branch.
Does anyone know the proper way to go about this?
I'm using julia version 0.4.0-pre
