,
I got the following errors from R:
将程序包安装入‘C:/Users/linmusoccer/Documents/R/win-library/2.14’
(因为‘lib’没有被指定)
试开URL’
http://cran.stat.sfu.ca/src/contrib/Rmosek_1.2.2.tar.gz'
Content type 'application/x-gzip' length 431308 bytes (421 Kb)
打开了URL
downloaded 421 Kb
* installing *source* package 'Rmosek' ...
** 成功将'Rmosek'程序包解包并MD5和检查
Configuring for the Windows platform (sub-architecture: "/x64")
cygwin warning:
MS-DOS style path detected: C:/PROGRA~1/R/R-214~1.2/bin/Rscript
Preferred POSIX equivalent is: /cygdrive/c/PROGRA~1/R/R-214~1.2/bin/Rscript
CYGWIN environment variable option "nodosfilewarning" turns off this warning.
Consult the user's guide for more details about POSIX paths:
http://cygwin.com/cygwin-ug-net/using.html#using-pathnamesFound package 'Matrix' version 1.0.5
Guessed variable definitions from command 'mosek' in Windows CMD
Using MOSEK home directory: C:\Program Files\Mosek\6\tools\platform\win64x86
Using MOSEK library: mosek64_6_0
Configuration done.
** libs
警告: this package has a non-empty 'configure.win' file,
so building only the main architecture
cygwin warning:
MS-DOS style path detected: C:/PROGRA~1/R/R-214~1.2/etc/x64/Makeconf
Preferred POSIX equivalent is: /cygdrive/c/PROGRA~1/R/R-214~1.2/etc/x64/Makeconf
CYGWIN environment variable option "nodosfilewarning" turns off this warning.
Consult the user's guide for more details about POSIX paths:
http://cygwin.com/cygwin-ug-net/using.html#using-pathnamesg++ -m64 -I"C:/PROGRA~1/R/R-214~1.2/include" -IC:/Program\ Files/Mosek/6/tools/platform/win64x86/h -I"C:/Users/linmusoccer/Documents/R/win-library/2.14/Matrix/include" -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -mtune=core2 -c Rmosek.cc -o Rmosek.o
Rmosek.cc:1:0: sorry, unimplemented: 64-bit mode not compiled in
compatibility/fallbacks.h:56:19: warning: 'MSK4::Matrix_DimSym' defined but not used
compatibility/fallbacks.h:57:19: warning: 'MSK4::Matrix_iSym' defined but not used
compatibility/fallbacks.h:58:19: warning: 'MSK4::Matrix_jSym' defined but not used
compatibility/fallbacks.h:59:19: warning: 'MSK4::Matrix_xSym' defined but not used
compatibility/fallbacks.h:60:19: warning: 'MSK4::Matrix_uploSym' defined but not used
compatibility/fallbacks.h:61:19: warning: 'MSK4::Matrix_diagSym' defined but not used
make: *** [Rmosek.o] Error 1
ERROR: compilation failed for package 'Rmosek'
* removing 'C:/Users/linmusoccer/Documents/R/win-library/2.14/Rmosek'
下载的程序包在
‘C:\Users\linmusoccer\AppData\Local\Temp\RtmpuSiBjY\downloaded_packages’里
警告信息:
1: 运行命令'C:/PROGRA~1/R/R-214~1.2/bin/x64/R CMD INSTALL -l "C:/Users/linmusoccer/Documents/R/win-library/2.14" C:\Users\LINMUS~1\AppData\Local\Temp\RtmpuSiBjY/downloaded_packages/Rmosek_1.2.2.tar.gz'的状态是1
2: In install.packages("Rmosek", type = "source") :
安装程序包‘Rmosek’时退出狀態的值不是0
I
am sorry that my system language is chinese, but as you can read, the
most important information (Configuration is done but still some errors
after that) above is english, I also tried the manual configuration from
http://r-forge.r-project.org/scm/viewvc.php/*checkout*/pkg/inst/doc/userguide.pdf?root=rmosek, but I cannnot get Rmosek installed either.
I really appretiate if you could help me over this problem, any suggestions or hints will be helpful:)
Thank you very much!