getzze / RobustModels.jl

A Julia package for robust regressions using M-estimators and quantile regressions
MIT License
36 stars 1 forks source link

Register package #13

Closed getzze closed 3 years ago

getzze commented 3 years ago

@JuliaRegistrator register branch=main

JuliaRegistrator commented 3 years ago

Registration pull request created: JuliaRegistries/General/47327

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.4.3 -m "<description of version>" 5b658c9cf2f637a9272bc861723e77cafd4499a5
git push origin v0.4.3

Also, note the warning: This looks like a new registration that registers version 0.4.3. Ideally, you should register an initial release with 0.0.1, 0.1.0 or 1.0.0 version numbers This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.