I enjoyed your presentation at JuliaCon2023, and I'd like to contribute towards MetaAnalysis.jl as time allows. I've made the following updates to your work:
I added caret specifiers to your dependencies in Project.toml. This way, if a user has a newer but compatible update to any dependency, a downgrade will not be required.
I fixed some tests that were failing for me. I added DataFrames as a dependency to the tests, and for any test that failed due to @test requiring a boolean value, I just added the function call to its own test set, which will pass only if the function completes without error. Once I understand the functions in more detail, I can add more precise tests.
Thank you for your contribution to the Julia community!
Hello Professor Basu.
I enjoyed your presentation at JuliaCon2023, and I'd like to contribute towards MetaAnalysis.jl as time allows. I've made the following updates to your work:
Project.toml
. This way, if a user has a newer but compatible update to any dependency, a downgrade will not be required.DataFrames
as a dependency to the tests, and for any test that failed due to@test
requiring a boolean value, I just added the function call to its own test set, which will pass only if the function completes without error. Once I understand the functions in more detail, I can add more precise tests.Thank you for your contribution to the Julia community!
-Ashlin