NCEAS / metajam

Bringing data and metadata togetheR
https://nceas.github.io/metajam/
Apache License 2.0
16 stars 7 forks source link

Fix file extension bug #94

Closed drkrynstrng closed 6 years ago

drkrynstrng commented 6 years ago

For files with one character file extensions, like R scripts ("script.R"), the download_d1_data() function returns a missing file extension for the file when downloaded ("scriptNA"). This can be fixed by simply expanding the lower limit on the number of characters in a file extension to 1.

brunj7 commented 6 years ago

thanks @drkrynstrng !!