JuliaStats / RDatasets.jl

Julia package for loading many of the data sets available in R
GNU General Public License v3.0
160 stars 56 forks source link

Import fails on a clean Julia 0.2 #20

Closed danielfrg closed 9 years ago

danielfrg commented 10 years ago

I am using Julia 0.2 just downloaded form the website. Installation goes fine but I am unable to import the package.

Maybe is just that the version on the metadata repo is old.

Thanks

julia> using RDatasets
ERROR: RDatasets not found
 in require at loading.jl:39

julia> Pkg.add("RDatasets")
INFO: Initializing package repository /Users/danielfrg/.julia
INFO: Cloning METADATA from git://github.com/JuliaLang/METADATA.jl
INFO: Cloning cache of Blocks from git://github.com/tanmaykm/Blocks.jl.git
INFO: Cloning cache of DataArrays from git://github.com/JuliaStats/DataArrays.jl.git
INFO: Cloning cache of DataFrames from git://github.com/JuliaStats/DataFrames.jl.git
INFO: Cloning cache of GZip from git://github.com/kmsquire/GZip.jl.git
INFO: Cloning cache of RDatasets from git://github.com/johnmyleswhite/RDatasets.jl.git
INFO: Cloning cache of SortingAlgorithms from git://github.com/JuliaLang/SortingAlgorithms.jl.git
INFO: Cloning cache of Stats from git://github.com/JuliaStats/Stats.jl.git
INFO: Cloning cache of StatsBase from git://github.com/JuliaStats/StatsBase.jl.git
INFO: Installing Blocks v0.0.1
INFO: Installing DataArrays v0.0.1
INFO: Installing DataFrames v0.4.2
INFO: Installing GZip v0.2.7
INFO: Installing RDatasets v0.1.0
INFO: Installing SortingAlgorithms v0.0.1
INFO: Installing Stats v0.1.0
INFO: Installing StatsBase v0.2.10
INFO: REQUIRE updated.

julia> using RDatasets
ERROR: data not defined
 in include at boot.jl:238
 in include_from_node1 at loading.jl:114
 in include at boot.jl:238
 in include_from_node1 at loading.jl:114
 in reload_path at loading.jl:140
 in _require at loading.jl:58
 in require at loading.jl:43
at /Users/danielfrg/.julia/RDatasets/src/data.jl:15
at /Users/danielfrg/.julia/RDatasets/src/RDatasets.jl:8
neggert commented 10 years ago

Same here

johnmyleswhite commented 10 years ago

I'll see what I can do this weekend about this.