anowacki / CircStats.jl

Circular statistics in Julia
Other
4 stars 1 forks source link

Add "url" in install instructions #3

Closed bagibence closed 3 years ago

bagibence commented 3 years ago

The current install instructions failed for me on 1.5 and 1.6.

Adding "url=" in Pkg.add fixes it.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 18


Files with Coverage Reduction New Missed Lines %
src/CircStats.jl 1 48.94%
src/hypothesistests.jl 55 45.87%
<!-- Total: 56 -->
Totals Coverage Status
Change from base Build 15: -35.9%
Covered Lines: 73
Relevant Lines: 156

💛 - Coveralls
anowacki commented 3 years ago

Thanks for the PR!