RJSONIO のインストールに問題があります。install.packages は、私のバージョンの R ではパッケージが利用できないことを示しています。バイナリを手動でダウンロードしてインストールできますが、「'arch=x64' にはインストールされていない」ため、ライブラリを使用できません。
回避策?
> install.packages('RJSONIO')
Installing package(s) into ‘C:/R/site-library’
(as ‘lib’ is unspecified)
Warning in install.packages :
package ‘RJSONIO’ is not available (for R version 2.13.0)
>
> install.packages( "C:\\downloads\\RJSONIO_0.7-2.zip" , repos = NULL )
Installing package(s) into ‘c:/R/site-library’
(as ‘lib’ is unspecified)
package 'RJSONIO' successfully unpacked and MD5 sums checked
>
> library(RJSONIO)
Error: package 'RJSONIO' is not installed for 'arch=x64'