seancarmody / ngramr

R package to query the Google Ngram Viewer
Other
48 stars 9 forks source link

avoid reshape/reshape2 namespace conflict #2

Closed briatte closed 11 years ago

briatte commented 11 years ago

If reshape is loaded, the call to melt will not handle the variable names correctly. This should avoid the issue.