Skip to content

Commit

Permalink
Import adjr² from StatsAPI (#763)
Browse files Browse the repository at this point in the history
It was overlooked, making it completely unusable by packages which do not import it from StatsAPI.
  • Loading branch information
nalimilan committed Feb 15, 2022
1 parent 3eeea8b commit d9d20f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
@@ -1,7 +1,7 @@
name = "StatsBase"
uuid = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
authors = ["JuliaStats"]
version = "0.33.15"
version = "0.33.16"

[deps]
DataAPI = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
Expand Down
2 changes: 1 addition & 1 deletion src/StatsBase.jl
Expand Up @@ -28,7 +28,7 @@ import StatsAPI: pairwise, pairwise!, params, params!,
deviance, islinear, nulldeviance, loglikelihood, nullloglikelihood,
loglikelihood, loglikelihood, score, nobs, dof, mss, rss,
informationmatrix, stderror, vcov, weights, isfitted, fit, fit!,
aic, aicc, bic, r2, r², adjr2
aic, aicc, bic, r2, r², adjr2, adjr²

## tackle compatibility issues

Expand Down

2 comments on commit d9d20f0

@nalimilan
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/54733

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

Please sign in to comment.