Hi - I just wanted to follow up on this PR from a while back. ClassImbalance.jl loads Distributions on line 4 of this file. However, Distributions is not listed in REQUIRE.
To reproduce the bug, follow the following steps:
In bash: mv ~/.julia ~/.julia_backup
In julia: Pkg.clone(https://github.com/bcbi/ClassImbalance.jl); using ClassImbalance
This will fail with the error "ERROR: LoadError: ArgumentError: Module Distributions not found in current path."
This PR fixes the bug by adding Distributions to REQUIRE.
Hi - I just wanted to follow up on this PR from a while back. ClassImbalance.jl loads Distributions on line 4 of this file. However, Distributions is not listed in REQUIRE.
To reproduce the bug, follow the following steps:
mv ~/.julia ~/.julia_backup
Pkg.clone(https://github.com/bcbi/ClassImbalance.jl); using ClassImbalance
This will fail with the error "ERROR: LoadError: ArgumentError: Module Distributions not found in current path."
This PR fixes the bug by adding Distributions to REQUIRE.