Ben - 2012-11-27

I am trying to do survival analysis, but cannot successfully run either Kaplan Meier or Cox Regression.
I am using windows 7 64 bit machine, with MeV 4.8.1. Java is JRE6 of 32 bit under Program Files (x86).
It seems there is some issue of R, either in getting files, or in writing files. I pasted the error information below.
I tried to run MeV as administrator, and also disabling firewall, but it did not seem to help.
Any suggestion will be highly appreciated. Thank you.

Error code here:
R version 2.11.1 (2010-05-31)

Copyright (C) 2010 The R Foundation for Statistical Computing

ISBN 3-900051-07-0

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

Rengine created, waiting for R
Testing Survival install
Error in file.exists(dest) : file name conversion problem

java.lang.NullPointerException
        at org.tigr.rhook.RHook.testPackage(RHook.java:435)
        at org.tigr.microarray.mev.cluster.algorithm.impl.SURV.runRAlg(SURV.java
:320)
        at org.tigr.microarray.mev.cluster.algorithm.impl.SURV.execute(SURV.java
:167)
        at org.tigr.microarray.mev.cluster.algorithm.impl.SURV.execute(SURV.java
:134)
        at org.tigr.microarray.mev.cluster.gui.impl.surv.SURVGUI.execute(SURVGUI
.java:322)
        at org.tigr.microarray.mev.MultipleArrayViewer$7.run(MultipleArrayViewer
.java:2625)
        at java.lang.Thread.run(Unknown Source)