RStudio でパッケージ「TSA」を読み込もうとすると、次のエラーが発生します。
Loading required package: leaps
Loading required package: locfit
locfit 1.5-9.1 2013-03-22
Loading required package: mgcv
Loading required package: nlme
Error : .onAttach failed in attachNamespace() for 'mgcv', details:
call: formatDL(nm, txt, indent = max(nchar(nm, "w")) + 3)
error: incorrect values of 'indent' and 'width'
Error: package ‘mgcv’ could not be loaded
mgcv と TSA を再インストールしようとしましたが、役に立ちませんでした。ただし、R コマンド ラインから TSA をロードすると、問題なく動作します。
この問題を解決するにはどうすればよいですか?
R バージョン 3.0.2 (2013-09-25)
RStudio 0.97.551、64 ビット。
更新:
RStudio の 32 ビット インストールでこの問題をテストしたところ、問題なく動作しました。ここで何が本当の犯人なのかわかりません。