SCM

Forum: help

Monitor Forum | Start New Thread Start New Thread
RE: Matrix_check_class_etc is gone [ Reply ]
By: Erling Andersen on 2013-04-16 10:29
[forum:39520]
In fact we did that already. It seems that when you install our package Rmosek then something goes wrong in dependency check and the wrong matrix package is used. If you do a manual install things works.
It seems that others have had the same problem as indicated in out suggested solution below.

[My R expert is on leave so please bear over with me in R knowledge.]


### Reply to Rmosek user.


Installing Rmosek from fresh installation of R 2.15.3 gives the same error as described here:

http://r.789695.n4.nabble.com/Error-Installing-Package-with-Dependency-on-quot-Matrix-quot-td4638544.html

As suggested in that thread, manually installing the Matrix
> install.packages("Matrix", dependencies=TRUE)

and then installing Rmosek as
> install.packages("Rmosek", type="source", INSTALL_opts="--no-multiarch", configure.vars="PKG_MOSEKHOME=/home/joachim/rhome/mosek/6/tools/platform/linux64x86 PKG_MOSEKLIB=mosek64")

works for me.

RE: Matrix_check_class_etc is gone [ Reply ]
By: Erling Andersen on 2013-04-16 06:50
[forum:39519]
Most useful. Thanks.

RE: Matrix_check_class_etc is gone [ Reply ]
By: Martin Maechler on 2013-04-15 21:04
[forum:39517]
Well, it is now

# define Matrix_check_class_etc R_check_class_etc

as R_check_class_etc now exists in R itself,
if you use

#include <Rinternals.h>

I hope this solves your problem, ok ?
Martin

Matrix_check_class_etc is gone [ Reply ]
By: Erling Andersen on 2013-04-15 18:51
[forum:39516]
It seems the function

Matrix_check_class_etc

was removed form version Matrix_1.0-11. It was in release Matrix_1.0-2.

Is that correct? If yes, is it a mistake? Or?

Erling

Thanks to:
Vienna University of Economics and Business Powered By FusionForge