-
Notifications
You must be signed in to change notification settings - Fork 2
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
This package needs maintenance #17
Comments
Hi, thanks for your issue! Why do you think the julia> using EffectSizes
julia> methods(CohenD)
# 3 methods for type constructor:
[1] CohenD(xs::AbstractVector{T}, ys::AbstractVector{T}; quantile) where T<:Real in EffectSizes at /Users/harry/.julia/packages/EffectSizes/Qfr3N/src/effect_size.jl:217
[2] CohenD(xs::AbstractVector{T}, ys::AbstractVector{T}, bootstrap::Integer; quantile) where T<:Real in EffectSizes at /Users/harry/.julia/packages/EffectSizes/Qfr3N/src/effect_size.jl:228
[3] CohenD(d::T, ci::CI) where {T<:Real, CI<:AbstractConfidenceInterval{T}} in EffectSizes at /Users/harry/.julia/packages/EffectSizes/Qfr3N/src/effect_size.jl:106
More than happy for you to take over maintenance! I've moved on from statistics, so don't have any time to dedicate to this package anymore. |
I think that I was wrong about it. I got:
but cannot reproduce it currently. Indeed, I also get your output for
Awesome! Very nice, it would be awesome if people can keep using the work you've put into the package. Could you make me admin? |
Ahh yes that's because of this method signature EffectSizes.jl/src/confidence_interval.jl Lines 76 to 81 in d3db45e
It might be more helpful if it was: function ConfidenceInterval(
xs::AbstractVector{<:Real},
ys::AbstractVector{<:Real},
es::Real;
quantile::AbstractFloat,
) but I'll leave that up to you :) I've added you to the repo |
Thank you for your trust 😄! |
Hmm sorry that I have to bother you one more time. What is the name of the environment variable that holds the private key? I think that you have set one in the Travis repository settings. |
Do you mean |
I just solved the Documenter build by only using But, it will also work without 👍 So, if you can setup a token with the manual from the link above, then that would be great. Otherwise, I'll manage too |
done |
Hi @harryscholes,
this package looks really great but it's a real struggle to get it to work. I also get some internal errors because the eval in
EffectSizes.jl/src/effect_size.jl
Lines 214 to 239 in d3db45e
Hereby a friendly request to pickup maintance again or give me (or someone else that you like) administration access to this repo. For me, maintaining the repo wouldn't be so much work. I'll leave you as the first author. Or, I could fork your repo and move the EffectSizes.jl name to my fork if you agree 🙂
The text was updated successfully, but these errors were encountered: