gz21:julia gregz$ sudo rm -r ~/.julia
gz21:julia gregz$ ./julia
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "help()" to list help topics
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.2.0-1610.rc5304551
_/ |\__'_|_|_|\__'_| | Commit c53045510f 2013-05-19 15:49:44
|__/ |
julia> Pkg.add("DataFrames")
MESSAGE: Auto-initializing default package repository /Users/gregz/.julia.
in add at pkg.jl:143
Initialized empty Git repository in /Users/gregz/.julia/.git/
[master (root-commit) de4ed0a] Initial empty commit
Cloning into 'METADATA'...
remote: Counting objects: 6118, done.
remote: Compressing objects: 100% (3063/3063), done.
remote: Total 6118 (delta 969), reused 6040 (delta 897)
Receiving objects: 100% (6118/6118), 532.49 KiB | 319 KiB/s, done.
Resolving deltas: 100% (969/969), done.
[master b8b63d5] Empty package repo
2 files changed, 4 insertions(+)
create mode 100644 .gitmodules
create mode 160000 METADATA
create mode 100644 REQUIRE
MESSAGE: Installing DataFrames v0.2.3
in anonymous at no file:163
Cloning into 'DataFrames'...
remote: Counting objects: 3625, done.
remote: Compressing objects: 100% (1431/1431), done.
remote: Total 3625 (delta 2099), reused 3546 (delta 2023)
Receiving objects: 100% (3625/3625), 3.95 MiB | 874 KiB/s, done.
Resolving deltas: 100% (2099/2099), done.
MESSAGE: Installing GZip v0.2.0
in anonymous at no file:163
Cloning into 'GZip'...
remote: Counting objects: 43, done.
remote: Compressing objects: 100% (28/28), done.
remote: Total 43 (delta 11), reused 39 (delta 8)
Receiving objects: 100% (43/43), 19.11 KiB, done.
Resolving deltas: 100% (11/11), done.
MESSAGE: Installing Stats v0.2.0
in anonymous at no file:163
Cloning into 'Stats'...
remote: Counting objects: 59, done.
remote: Compressing objects: 100% (39/39), done.
remote: Total 59 (delta 22), reused 45 (delta 8)
Receiving objects: 100% (59/59), 11.83 KiB, done.
Resolving deltas: 100% (22/22), done.
julia> using DataFrames
ERROR: invalid type for argument #s33 in method definition for sortperm at /Users/gregz/.julia/DataFrames/src/pooleddataarray.jl:708
in include_from_node1 at loading.jl:91 (repeats 2 times)
in reload_path at loading.jl:114
in require at loading.jl:48
at /Users/gregz/.julia/DataFrames/src/pooleddataarray.jl:708
at /Users/gregz/.julia/DataFrames/src/DataFrames.jl:233
julia>