Skip to content

Commit

Permalink
Reintroduce temporarily GZip dependency for deprecated CSV functions
Browse files Browse the repository at this point in the history
Without it, the functions failed when working with compressed .csv.gz files.
  • Loading branch information
nalimilan committed Oct 14, 2017
1 parent 8cf2be9 commit 363a9d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions REQUIRE
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ SortingAlgorithms
Reexport
WeakRefStrings 0.3.0
DataStreams 0.2.0
GZip
1 change: 1 addition & 0 deletions src/deprecated.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import Base: keys, values, insert!


## write.table
using GZip

export writetable
"""
Expand Down

0 comments on commit 363a9d7

Please sign in to comment.