[EMAIL PROTECTED] wrote:

Hello Dirk,
      Thanks for your quick reply.
      They are simple R codes and working well in RGUI. DCOM is also
communicating well with R, the lineStr=StatConn.Evaluate("x
<-matrix(c(1,2,3,4,5,6,7,8,9),3)") return back return correctly. Only
seldom R codes called failed, and I suspect that the static library loaded
failed even there is no error return after call the line
StatConn.EvaluateNoReturn("library (mva)") . I need this problem fixed
urgently. I hope someone may help me.

As I already told you in a private message: Please ask the package maintainer.


Uwe Ligges



Thanks again!

Regards,
WeiQiang Li
IT-Factory Information Systems
Tel: 6485-2439



Dirk Eddelbuettel <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] No Phone Info cc: [EMAIL PROTECTED] Available Subject: Re: [R] help - "Object is static, operation not allowed" Error 09/12/2003 10:14 AM




On Fri, Sep 12, 2003 at 09:19:06AM +0800, [EMAIL PROTECTED] wrote:


I am a newbie in R project and trying to call prcomp(x) of R

function


using (D)COM server communicate with R in ASP, and encountering the error


As a general rule, I found it helpful to disentangle matters:

i)  make sure you really do have working R code, e.g. by actually running
    that code in the Gui

ii) make sure you really do talk back and forth between your controlling
    app and R; so send some data over the wire, alter it and see if you
    it back --- also make sure that you cover the data type you intend to
    send in i)

Hope this helps, Dirk

--
Those are my principles, and if you don't like them... well, I have others.
                                                -- Groucho Marx

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to