From f343d6212a7ab688032a7c44a986390320798ac3 Mon Sep 17 00:00:00 2001 From: Nils Date: Mon, 24 May 2021 08:32:46 +0100 Subject: [PATCH] Remove additional `using`s from README Now that `GLM` is re-exported, `using GLM, Distributions` is not necessary anymore to run the example in the README, so I think this can go. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f7f6e9..edab198 100755 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This package estimates generalized linear models with high dimensional categoric ## Example use ```julia -using GLFixedEffectModels, GLM, Distributions +using GLFixedEffectModels using RDatasets df = dataset("datasets", "iris")