commit f25b476100597b9d648fdcf2a9e0f64dba9941c3 parent c13a27d23002164fac0d3a3e01ad74ecb162ac01 Author: Erik Loualiche <[email protected]> Date: Thu, 19 Jun 2025 17:42:54 -0500 codecov adjustments Diffstat:
| M | README.md | | | 5 | ++--- |
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md @@ -2,8 +2,7 @@ [](https://github.com/louloulibs/BazerData.jl/actions/workflows/CI.yml) [](https://github.com/louloulibs/BazerData.jl/actions/workflows/CI.yml) -[](https://codecov.io/gh/eloualiche/BazerData.jl) - +[](https://codecov.io/gh/LouLouLibs/BazerData.jl) `BazerData.jl` is a placeholder package for some functions that I use in julia frequently. @@ -58,7 +57,7 @@ I have not implemented all the features of the stata tabulate function, but I am ### xtile -See the [doc](https://eloualiche.github.io/BazerData.jl/dev/man/xtile_guide) or the [tests](test/UnitTests/xtile.jl) for examples. +See the [doc](https://louloulibs.github.io/BazerData.jl/dev/man/xtile_guide) or the [tests](test/UnitTests/xtile.jl) for examples. ```julia sales = rand(10_000); a = xtile(sales, 10);