Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AddisonSchiller committed Nov 13, 2017
1 parent 058242d commit cf0afbc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions waterbutler/providers/dataverse/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,24 @@
'content_type': 'text/tab-separated-values',

},
# Rdata can come in a few different forms, so just list all of them here
'RData': {
'original_format': 'application/x-rlang-transport',
'original_label': 'R Data',
'content_type': 'text/tab-separated-values'

},
'rdata': {
'original_format': 'application/x-rlang-transport',
'original_label': 'R Data',
'content_type': 'text/tab-separated-values'

},
'Rdata': {
'original_format': 'application/x-rlang-transport',
'original_label': 'R Data',
'content_type': 'text/tab-separated-values'

},
'sav': {
'original_format': 'application/x-spss-sav',
Expand Down

0 comments on commit cf0afbc

Please sign in to comment.