Skip to content

Commit 3b899d9

Browse files
authored
Import LinearAlgebra (#10)
Needed by `stderror` to call `diag`.
1 parent ea8019a commit 3b899d9

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ uuid = "82ae8749-77ed-4fe6-ae5f-f523153014b0"
33
authors = ["Milan Bouchet-Valat <[email protected]"]
44
version = "1.2.1"
55

6+
[deps]
7+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
8+
69
[compat]
710
julia = "1"
811

src/StatsAPI.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
module StatsAPI
22

3+
using LinearAlgebra
4+
35
include("statisticalmodel.jl")
46
include("regressionmodel.jl")
57

0 commit comments

Comments
 (0)