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

dir is not defined #8

Closed adambom closed 11 years ago

adambom commented 11 years ago
require("RDatasets")
using RDatasets
iris = data("datasets", "iris")

fails with error: dir not defined in data at /Users/adam/.julia/RDatasets/src/data.jl:4

If I try to log Pkg.dir in the console I get the same error

johnmyleswhite commented 11 years ago

What does Pkg.dir() do on your system? This works fine for me.

adambom commented 11 years ago

dir not defined

Version 0.0.0+107220039.rc0fd.dirty _/ |_'|||_'| | Commit c0fd969314 (2013-01-14 18:59:45)*

Probably need to update

johnmyleswhite commented 11 years ago

Please do.

adambom commented 11 years ago

I think this is related to the language itself not the package.