問題タブ [rcpparmadillo]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c++11 - エラー: normcdf(): C++11 コンパイラが必要です
normcdf()
sourceCpp()
はRcppArmadilloの関数で、コマンドラインからうまく使えます。
独自の R パッケージをコンパイルしようとすると、コンパイルでエラーが返されません。ただし、この関数を使用している場合、次のエラーが返されました。
エラー:normcdf(): C++11 compiler required
r - RcppArmadillo で SuperLU スパース ソルバーを使用する
RcppArmadillo を通じてarmadillo ( http://arma.sourceforge.net/docs.html#spsolve )の SparseLU ソルバーを使用しようとしています。
エラーが発生しますundefined reference to 'superlu_free'
。ライブラリへのリンクがいくつか欠けていると思います。この問題を解決する方法はありますか?
私はWindows 10を使用しています。