IshidaMotohiro / RMeCab

Interface to MeCab
30 stars 10 forks source link

Installation of RMeCab in RStudio failed #6

Closed NbtKmy closed 6 years ago

NbtKmy commented 6 years ago

Hallo I tried to install RMeCab in Rstudio. I used the line install.packages("RMeCab", resos = "http://rmecab.jp/R")

But then the following message appeared: Warning in install.packages : package ‘RMeCab’ is not available (for R version 3.5.1)

I have R vers. 3.5.1 - Should I reinstall the version 3.5, or Do you have other solution maybe? Thank you

Best regards

IshidaMotohiro commented 6 years ago

Please replace '"resos" with "repos" and rerun

install.packages('RMeCab", repos = "http://rmecab.jp/R")

NbtKmy commented 6 years ago

Many thanks for the reply! I‘m sorry, next time I‘ll check the line more carefully...