johnmyleswhite / kNN.jl

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

0.2 issues #8

Closed IainNZ closed 10 years ago

IainNZ commented 10 years ago
##### Current package: kNN
INFO: Cloning cache of kNN from git://github.com/johnmyleswhite/kNN.jl.git
INFO: Installing Blocks v0.0.2
INFO: Installing DataFrames v0.3.16
INFO: Installing GZip v0.2.10
INFO: Installing SortingAlgorithms v0.0.1
INFO: Installing StatsBase v0.3.7
INFO: Installing kNN v0.0.0
INFO: REQUIRE updated.
ERROR: Stats not found
 in require at loading.jl:39
 in include at boot.jl:238
at /home/idunning/pkgtest/.julia/v0.2/DataFrames/src/DataFrames.jl:5
at /home/idunning/pkgtest/.julia/v0.2/kNN/src/kNN.jl:1
at /home/idunning/pkgtest/.julia/v0.2/kNN/run_tests.jl:5
INFO: Removing Blocks v0.0.2
INFO: Removing DataFrames v0.3.16
INFO: Removing GZip v0.2.10
INFO: Removing SortingAlgorithms v0.0.1
INFO: Removing StatsBase v0.3.7
INFO: Removing kNN v0.0.0
INFO: REQUIRE updated.

I'm not even sure you want to deal with this, its just a heads up.

IainNZ commented 10 years ago

Close for #10