RStudioのコンパイル中にエラーが発生しました
Raspberry Pi 2モデルBでRaspbianを使用しています RStudioのWebページとこのトピックhttps://www.raspberrypi.org/forums/viewtopic.php?f=34&t=55828のガイドラインに従いました sudo su apt-get install git r-recommended git clone https://github.com/rstudio/rstudio.git cd rstudio ./dependencies/linux/install-dependencies-debian mkdir build cd build cmake .. -DRSTUDIO_TARGET=Server -DCMAKE_BUILD_TYPE=Release make install しかし、cmake .. -DRSTUDIO_TARGET=Server -DCMAKE_BUILD_TYPE=Releaseそれを行うと、このエラーがスローされます: CMake Error at src/cpp/session/CMakeLists.txt:23 (message): Dictionaries not found (re-run install-dependencies script to install) -- Configuring incomplete, errors occurred! See also …