commit 0a054ce08a6547b5661f1a8a2950d8468f623eb4
parent 353e3ccdf195bfc95a41cd3ddde3a85d7f58b9f7
Author: Erik Loualiche <eloualic@umn.edu>
Date: Sat, 24 May 2025 11:52:36 -0500
reset compat
Diffstat:
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/Project.toml b/Project.toml
@@ -19,12 +19,12 @@ ColorSchemes = "3.29.0"
Crayons = "4.1.1"
DataFrames = "1.7.0"
Dates = "1.11.0"
-Interpolations = "0.15, 1"
+Interpolations = "0.16.1"
Missings = "1.2.0"
PrettyTables = "2.4.0"
Random = "1.11.0"
-StatsBase = "0.30, 1"
-julia = "1.10.9, 1"
+StatsBase = "0.34.5"
+julia = "1.11"
[extras]
PalmerPenguins = "8b842266-38fa-440a-9b57-31493939ab85"
diff --git a/README.md b/README.md
@@ -20,11 +20,11 @@ The readme serves as documentation; there might be more examples inside of the t
## Installation
-`BazerData.jl` is a not yet a registered package.
-You can install it from github via
+`BazerData.jl` is a a registered package. You can install it from github via the julia package manager
```julia
-import Pkg
-Pkg.add(url="https://github.com/eloualiche/BazerData.jl")
+import Pkg; Pkg.add("BazerData.jl")
+# or in package mode in the REPL
+pkg> add BazerData
```