Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A version number tag is needed #8

Open
joefowler opened this issue Mar 22, 2017 · 2 comments
Open

A version number tag is needed #8

joefowler opened this issue Mar 22, 2017 · 2 comments

Comments

@joefowler
Copy link
Contributor

The version of RobustStats.jl that is known in Julia's METADATA package won't know about the latest updates until a git tag (perhaps v0.1.0) is added.

If you're running a clean Julia 0.5 and do a

Pkg.add("RobustStats")

You will get

ERROR: RobustStats can't be installed because it has no versions that support 0.5.0 of julia. 
You may need to update METADATA by running `Pkg.update()`

And that's because the latest tagged version of RobustStats is v0.0.1 and its REQUIRE file says that it only works with Julia 0.3 to 0.4.

I don't know how you'd feel about giving me or @maximsch2 commit access to this repository, but that's one approach. I'd promise to be responsible, and low-maintenance.

@joefowler
Copy link
Contributor Author

Can you make a new git tag so that the released version can be updated?

@joefowler
Copy link
Contributor Author

Would you rather that we try to get the fork by @maximsch2 listed in METADATA? Then this issue wouldn't matter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant