JuliaStats / Survival.jl

Survival analysis in Julia
MIT License
73 stars 23 forks source link

Official release #19

Closed DarioSarra closed 4 years ago

DarioSarra commented 4 years ago

Would it be possible to officially release this package? So far I clone it for usage but I often encounter issues with it. Last time I was generating a new package using PckTemplates and I got an error due to Survival.

Activating environment at ~/.julia/environments/v1.3/Project.toml [ Info: Committed 6 files/directories: src/, Project.toml, test/, README.md, LICENSE, .gitignore Resolving package versions... ERROR: Unsatisfiable requirements detected for package Survival [8a913413]: Survival [8a913413] log: ├─Survival [8a913413] has no known versions! └─restricted to versions * by FlippingModel [d1f21f3f] — no versions left └─FlippingModel [d1f21f3f] log: ├─possible versions are: 0.1.0 or uninstalled └─FlippingModel [d1f21f3f] is fixed to version 0.1.0

ararslan commented 4 years ago

@JuliaRegistrator register

JuliaRegistrator commented 4 years ago

Registration pull request created: JuliaRegistries/General/13027

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.2.0 -m "<description of version>" f5ab838e780cb39d43685ae5cf7aaa6845bd8108
git push origin v0.2.0

Also, note the warning: This looks like a new registration that registers version 0.2.0. 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.

ararslan commented 4 years ago

@JuliaRegistrator register

JuliaRegistrator commented 4 years ago

Registration pull request updated: JuliaRegistries/General/13027

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.2.0 -m "<description of version>" 5b302076cf8412a5c6218436e4f39ab94f290e50
git push origin v0.2.0

Also, note the warning: This looks like a new registration that registers version 0.2.0. 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.

ararslan commented 4 years ago

The package is now registered.