Deprecated function: Using null as an array offset is deprecated, use an empty string instead in Drupal\language\LanguageNegotiator->negotiateLanguage() (line 201 of core/modules/language/src/LanguageNegotiator.php).
Deprecated function: Using null as an array offset is deprecated, use an empty string instead in Drupal\language\LanguageNegotiator->negotiateLanguage() (line 201 of core/modules/language/src/LanguageNegotiator.php).
Comments
はまるケース
32ビット、64ビット どちらもインスト—ルした場合
C:\Program Files\R\R-3.0.1\bin
にPATHを通すと、
rscript [Rコマンドファイル]
と実行しても、
指定されたパスが見つかりません。
とメッセージが表示されるだけで動作しない。
rscript --help
してみると
Usage: C:\Program Files\R\R-3.0.1\bin\Rscript.exe [command args]
where 'command args' can be
--arch n for n=i386, x64, 32 or 64
any other arguments listed by C:\Program Files\R\R-3.0.1\bin\Rscript.exe --arch i386 --help
と表記された。
rscript --arch x64 [Rコマンドファイル]
などとしろということ。