I have a question about RStudio Cloud.
I can't install RMeCab.
Message will appear below.
install.packages ("RMeCab", repos = "http://rmecab.jp/R", type = "source")
When you run
downloaded 1.4 MB
installing * source * package ‘RMeCab’ ...
** using staged installation
** libs
g ++ -std = gnu ++ 14 -I "/opt/R/4.1.0/lib/R/include" -DNDEBUG -I / usr / local / include -fpic -g -O2 -c Ngram.cpp -o Ngram .o
In file included from Ngram.cpp: 2:
RMeCab.h: 25:10: fatal error: mecab.h: No such file or directory
etc.etc
RMeCab performs morphological analysis on Japanese sentences.
This package requires a system dependency, sadly there is no way to install system libraries at user level. Is up to RStudio Cloud system admins to decide whether to install or not a system dependency.