0

RパッケージのKernlabをソースからインストールしようとしましたが、問題が発生しました。最初は、gfortranに関連するエラーが発生したため、GNUfortranコンパイラをhttp://r.research.att.com/tools/からダウンロードしました。

次に、次のコマンドを入力すると:R CMD INSTALL kernlab_0.9-12.tar.gz

次のエラーが発生します。

installing to /Library/Frameworks/R.framework/Versions/2.13/Resources/library/kernlab/libs/x86_64
** R
** data
** inst
** preparing package for lazy loading
Error in .walkClassGraph(ClassDef, "contains", where, attr(ext, "conflicts")) : 
  the "superClass" list for class "list", includes an undefined class "input"
Error in .walkClassGraph(ClassDef, "contains", where, attr(ext, "conflicts")) : 
  the "superClass" list for class "numeric", includes an undefined class "output"
Error : evaluation nested too deeply: infinite recursion / options(expressions=)?
Error in setClassUnion("listI", c("list", "numeric", "vector", "integer",  : 
  unable to create union class:  could not set members "list", "numeric"
Error : unable to load R code in package 'kernlab'
ERROR: lazy loading failed for package ‘kernlab’
* removing ‘/Library/Frameworks/R.framework/Versions/2.13/Resources/library/kernlab’
* restoring previous ‘/Library/Frameworks/R.framework/Versions/2.13/Resources/library/kernlab’

誰かがこのエラーを解決する方法を知っていますか?PS。私がダウンロードしたGNUFortranコンパイラーの場合、それは3.2.5までのXcodeバージョン用であると書かれています。Xcodeバージョン3.2.6を使用しています。これが私のエラーの原因ですか、それとも間違った方向を見ていますか?

4

2 に答える 2

0

それはあなたのシステムに何かあるに違いありません。私の Linux ボックスでは、kernlab_0.9-12 が正常にインストールされます。

edd@max:/tmp$ R CMD INSTALL kernlab_0.9-12.tar.gz 
* installing to library ‘/usr/local/lib/R/site-library’
* installing *source* package ‘kernlab’ ...
** libs
g++-4.4 -I/usr/share/R/include      -fpic  -O3 -pipe -c brweight.cpp -o brweight.o
g++-4.4 -I/usr/share/R/include      -fpic  -O3 -pipe -c ctable.cpp -o ctable.o
g++-4.4 -I/usr/share/R/include      -fpic  -O3 -pipe -c cweight.cpp -o cweight.o
gcc-4.4 -I/usr/share/R/include      -fpic  -O3 -g0 -Wall -pipe -pedantic -std=gnu99 -c dbreakpt.c -o dbreakpt.o
gcc-4.4 -I/usr/share/R/include      -fpic  -O3 -g0 -Wall -pipe -pedantic -std=gnu99 -c dcauchy.c -o dcauchy.o
gcc-4.4 -I/usr/share/R/include      -fpic  -O3 -g0 -Wall -pipe -pedantic -std=gnu99 -c dgpnrm.c -o dgpnrm.o
gcc-4.4 -I/usr/share/R/include      -fpic  -O3 -g0 -Wall -pipe -pedantic -std=gnu99 -c dgpstep.c -o dgpstep.o
gcc-4.4 -I/usr/share/R/include      -fpic  -O3 -g0 -Wall -pipe -pedantic -std=gnu99 -c dprecond.c -o dprecond.o
gcc-4.4 -I/usr/share/R/include      -fpic  -O3 -g0 -Wall -pipe -pedantic -std=gnu99 -c dprsrch.c -o dprsrch.o
gcc-4.4 -I/usr/share/R/include      -fpic  -O3 -g0 -Wall -pipe -pedantic -std=gnu99 -c dspcg.c -o dspcg.o
gcc-4.4 -I/usr/share/R/include      -fpic  -O3 -g0 -Wall -pipe -pedantic -std=gnu99 -c dtron.c -o dtron.o
gcc-4.4 -I/usr/share/R/include      -fpic  -O3 -g0 -Wall -pipe -pedantic -std=gnu99 -c dtrpcg.c -o dtrpcg.o
dtrpcg.c: In function ‘dtrpcg’:
dtrpcg.c:157: warning: value computed is not used
gcc-4.4 -I/usr/share/R/include      -fpic  -O3 -g0 -Wall -pipe -pedantic -std=gnu99 -c dtrqsol.c -o dtrqsol.o
g++-4.4 -I/usr/share/R/include      -fpic  -O3 -pipe -c esa.cpp -o esa.o
g++-4.4 -I/usr/share/R/include      -fpic  -O3 -pipe -c expdecayweight.cpp -o expdecayweight.o
g++-4.4 -I/usr/share/R/include      -fpic  -O3 -pipe -c inductionsort.cpp -o inductionsort.o
g++-4.4 -I/usr/share/R/include      -fpic  -O3 -pipe -c kspectrumweight.cpp -o kspectrumweight.o
g++-4.4 -I/usr/share/R/include      -fpic  -O3 -pipe -c lcp.cpp -o lcp.o
gcc-4.4 -I/usr/share/R/include      -fpic  -O3 -g0 -Wall -pipe -pedantic -std=gnu99 -c misc.c -o misc.o
g++-4.4 -I/usr/share/R/include      -fpic  -O3 -pipe -c msufsort.cpp -o msufsort.o
gcc-4.4 -I/usr/share/R/include      -fpic  -O3 -g0 -Wall -pipe -pedantic -std=gnu99 -c solvebqp.c -o solvebqp.o
gcc-4.4 -I/usr/share/R/include      -fpic  -O3 -g0 -Wall -pipe -pedantic -std=gnu99 -c stringk.c -o stringk.o
g++-4.4 -I/usr/share/R/include      -fpic  -O3 -pipe -c stringkernel.cpp -o stringkernel.o
g++-4.4 -I/usr/share/R/include      -fpic  -O3 -pipe -c svm.cpp -o svm.o
g++-4.4 -I/usr/share/R/include      -fpic  -O3 -pipe -c wkasailcp.cpp -o wkasailcp.o
g++-4.4 -I/usr/share/R/include      -fpic  -O3 -pipe -c wmsufsort.cpp -o wmsufsort.o
g++ -shared -o kernlab.so brweight.o ctable.o cweight.o dbreakpt.o dcauchy.o dgpnrm.o dgpstep.o dprecond.o dprsrch.o dspcg.o dtron.o dtrpcg.o dtrqsol.o esa.o expdecayweight.o inductionsort.o kspectrumweight.o lcp.o misc.o msufsort.o solvebqp.o stringk.o stringkernel.o svm.o wkasailcp.o wmsufsort.o -llapack -lblas -lgfortran -lm -L/usr/lib64/R/lib -lR
installing to /usr/local/lib/R/site-library/kernlab/libs
** R
** data
** inst
** preparing package for lazy loading
Creating a new generic function for "terms" in "kernlab"
Creating a new generic function for "fitted" in "kernlab"
Creating a new generic function for "coef" in "kernlab"
Creating a new generic function for "predict" in "kernlab"
Creating a new generic function for "plot" in "kernlab"
** help
*** installing help indices
** building package indices ...
** testing if installed package can be loaded

* DONE (kernlab)
edd@max:/tmp$ 

さらに、gfortranパッケージには C および C++ ファイルのみが含まれているように見えるため、関係ありません。

于 2011-04-23T18:41:15.810 に答える
0

Xcode のマイナー バージョン シフトが問題の原因であるとは思えませんが (fortran の未記載バージョンと R の未記載バージョン)、Mac バイナリをインストールしないのはなぜですか?

http://cran.r-project.org/bin/macosx/leopard/contrib/r-release/kernlab_0.9-12.tgz

于 2011-04-23T21:11:32.880 に答える