-
Notifications
You must be signed in to change notification settings - Fork 465
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
New package: OneRule v0.1.0 #55912
New package: OneRule v0.1.0 #55912
Conversation
JuliaRegistrator
commented
Mar 3, 2022
•
edited
Loading
edited
- Registering package: OneRule
- Repository: https://github.com/roland-KA/OneRule.jl
- Created by: @roland-KA
- Version: v0.1.0
- Commit: 30737ae9fa8c8b75838844d2484682b8992373ad
- Reviewed by: @roland-KA
- Reference: roland-KA/OneRule.jl@30737ae#commitcomment-67925537
- Description: Implementation of the 1-Rule data mining algorithm using the Julia programming language
Your Since you are registering a new package, please make sure that you have read the package naming guidelines: https://julialang.github.io/Pkg.jl/dev/creating-packages/#Package-naming-guidelines-1 If you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text |
6db9d51
to
3141949
Compare
I've changed the [compat] entry for StatsBase mentioned above. But registration seems to fail nevertheless. What can I do now? [noblock] |
You have to trigger registration again as you did before, that is not here but in roland-KA/OneRule.jl@482c7b1. Also, note that you should not create git tags manually but use instead TagBot, which will automatically create the tags after successful registration, to ensure consistency between git tags and what it's actually registered. You can delete the existing git tag and try again. Finally, as written in the message above, if you don't want to block your own registration you should have |
UUID: 90484964-6d6a-4979-af09-8657dbed84ff Repo: https://github.com/roland-KA/OneRule.jl.git Tree: 46d3c31db356a9f18679a046217500c1c8fb3fe1 Registrator tree SHA: 8e1a5ac2695627143951512d700c7e3c445102ec
3141949
to
8e368fd
Compare
Hi @giordano, I've followed all of your recommendations. Will the package now automatically be registered or is there more action required from my side? [noblock] |
Yes, it should be merged automatically in a couple of hours [noblock] |