Skip to content

Commit

Permalink
Don't use StatsFuns
Browse files Browse the repository at this point in the history
see JuliaStats/StatsBase.jl#212
which removed StatsFuns from REQUIRE
  • Loading branch information
josefsachsconning committed Sep 14, 2016
1 parent cc384ef commit a419f70
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/StatsBase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ module StatsBase
using Compat
import Compat: String, view

using StatsFuns

import Base: length, isempty, eltype, values, sum, mean, mean!, show, quantile
import Base: rand, rand!
import Base.LinAlg: BlasReal, BlasFloat
Expand Down

0 comments on commit a419f70

Please sign in to comment.