LoginSignup
1
0

More than 5 years have passed since last update.

Muticool パッケージのインスト-ルの際にでたエラーの対処

Posted at

Stackoverflowのサイトを参照に(http://stackoverflow.com/questions/41975192/r-compilation-of-multicool-fails)

Makevarsのファイルを~/.R/ に作り、
CXXFLAGS = -diag-disable 308
を書き込み、Rを立ち上げ、install.packages("multitool")を実行した。

同様に、ksパッケージのインストールもMakevarsを作成し、
CXXFLAGS = -diag-disable 308

することによって、インストールが成功した。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0