benmarwick / JSTORr

Simple text mining of journal articles from JSTOR's Data for Research service
Other
71 stars 18 forks source link

Error occurred when trying to install new jstor package #6

Closed jyliu closed 11 years ago

jyliu commented 11 years ago

library(devtools) install_github(repo = "JSTORr", username = "UW-ARCHY-textual-macroanalysis-lab") Installing github repo(s) JSTORr/master from UW-ARCHY-textual-macroanalysis-lab Installing JSTORr.zip from https://github.com/UW-ARCHY-textual-macroanalysis-lab/JSTORr/archive/master.zip Installing JSTORr Installing dependencies for JSTORr: tm, openNLP, openNLPmodels.en, topicmodels, lda, XML, apcluster, ggdendro, FactoMineR, gridExtra, tm, openNLP, openNLPmodels.en, topicmodels, lda, XML, apcluster, ggdendro, FactoMineR, gridExtra

There are binary versions available (and will be installed) but the source versions are later: 錯誤在 data.frame(binary = binvers, source = srcvers, row.names = bins, : duplicate row.names: tm, openNLP, openNLPmodels.en, topicmodels, lda, XML, apcluster, ggdendro, FactoMineR, gridExtra

the Chinese "錯誤在", if in English, should be "error in".

benmarwick commented 11 years ago

Please try to install these packages, one at a time, before installing JSTORr:

tm, openNLP, openNLPmodels.en, topicmodels, lda, XML, apcluster, ggdendro, FactoMineR, gridExtra

Let me know how you go!

jyliu commented 11 years ago

Hi Ben,

I installed the jstor package successfully, thanks a lot!

Jiun-Yu

Ben Marwick notifications@github.com ©ó 2013/5/15 ¤U¤È10:19 ¼g¹D¡G

Please try to install these packages, one at a time, before installing JSTORr:

tm, openNLP, openNLPmodels.en, topicmodels, lda, XML, apcluster, ggdendro, FactoMineR, gridExtra

Let me know how you go!

¡X Reply to this email directly or view it on GitHub.

benmarwick commented 11 years ago

Great! I'm glad to hear that. I'll close this issue.