johnmyleswhite / kNN.jl

The k-nearest neighbors algorithm in Julia
Other
22 stars 17 forks source link

METADATA.jl 'require' needs update to match package 'REQUIRE' #15

Closed catawbasam closed 9 years ago

catawbasam commented 10 years ago

METADATA.jl 'require' contains DataFrames

Package 'REQUIRE' contains Distance NearestNeighbors SmoothingKernels StatsBase

johnmyleswhite commented 10 years ago

Did we release a new version of this package? Since NearestNeighbors isn't available through METADATA yet, we shouldn't do that.

catawbasam commented 9 years ago

This doesn't look like the source of the package load error. Instead metadata needs a bump to capture the change from Stats to StatsBase. I'm closing this and will file a new issue.