升级到R 2.15.2无法加载统计信息包

say*_*y69 8 r ubuntu-12.04

运行Ubuntu 12.04.今天终于从2.12升级到2.15.2,当我开始RI得到这个错误.

Error in dyn.load(file, DLLpath = DLLpath, ...) : 
  unable to load shared object '/usr/lib/R/library/stats/libs/stats.so':
  /usr/lib/liblapack.so.3gf: undefined symbol: ATL_chemv
During startup - Warning message:
package ‘stats’ in options("defaultPackages") was not found
Run Code Online (Sandbox Code Playgroud)

编辑:

$ dpkg -l | grep "blas\|atlas"
ii  libatlas3gf-base                               3.8.4-3build1                                 Automatically Tuned Linear Algebra Software, generic shared
ii  libblas-dev                                    1.2.20110419-2ubuntu1                         Basic Linear Algebra Subroutines 3, static library
ii  libblas3gf                                     1.2.20110419-2ubuntu1                         Basic Linear Algebra Reference implementations, shared library
ii  libopenblas-base                               0.1alpha2.2-3                                 Optimized BLAS (linear algebra) library based on GotoBLAS2
ii  libopenblas-dev                                0.1alpha2.2-3                                 Optimized BLAS (linear algebra) library based on GotoBLAS2
Run Code Online (Sandbox Code Playgroud)

其他人有这个问题或知道如何解决?

GSe*_*See 9

你应该卸载 libopenblas-base

有关更多信息,请参阅此内容:http://bugs.debian.org/cgi-bin/bugreport.cgi?video = 638236


在我的盒子上:

$ dpkg -l | grep "blas\|atlas"
ii  libatlas-dev                                   3.8.4-3build1                           Automatically Tuned Linear Algebra Software, C header files
ii  libatlas3gf-base                               3.8.4-3build1                           Automatically Tuned Linear Algebra Software, generic shared
ii  libblas-dev                                    1.2.20110419-2ubuntu1                   Basic Linear Algebra Subroutines 3, static library
ii  libblas3gf                                     1.2.20110419-2ubuntu1                   Basic Linear Algebra Reference implementations, shared library
ii  liblastfm0                                     0.4.0~really0.3.3-0ubuntu1              The Last.fm web services library
Run Code Online (Sandbox Code Playgroud)