Re: [Mzmine-devel] R problem

2014-10-27 Thread GY
Dear Tomas, please find below for the script. @echo off rem Obtain the physical memory size for /f "skip=1" %%p in ('wmic os get totalvisiblememorysize') do if not defined TOTAL_MEMORY set TOTAL_MEMORY=%%p rem The HEAP_SIZE variable defines the Java heap size in MB. rem That is the tota

Re: [Mzmine-devel] R problem

2014-10-27 Thread Tomas Pluskal
Hi Gao, Did you change the R-related paths in your startMZmine script? Please send us the script together with your problem report. Best regards, Tomas On Oct 28, 2014, at 15:22, GY wrote: > > > Hi, > > I'm using mzmine for data processing and when i'm trying to use the > wavelets(XC

[Mzmine-devel] R problem

2014-10-27 Thread GY
Hi, I'm using mzmine for data processing and when i'm trying to use the wavelets(XCMS) algorithm, the software shows " Couldn't start R. Please check if R is installed and path to the libraries is set properly in the startMZmine script. can you give me some suggestion on this? please fin