Re: [R] Memory problem when changing a function

2015-11-27 Thread Marwah Sabry Siam
i didn't write them because I thought it would be long. I am using HPbayes package. I changed mp8.mle function. Two functions depend on this one; loop.optim and prior.likewts, so I changed them and rename them. The memory problem arises when applying the new loop.optim function named loop.optim_m.

Re: [R] Memory problem when changing a function

2015-11-26 Thread John Kane
-project.org > Subject: [R] Memory problem when changing a function > > I changed a function in a package and I want to run this new function. > It always gives the error of "Error in memory: couldn't allocate a > vector of 15.3 Gb" altough the built in function do

[R] Memory problem when changing a function

2015-11-26 Thread Marwah Sabry Siam
I changed a function in a package and I want to run this new function. It always gives the error of "Error in memory: couldn't allocate a vector of 15.3 Gb" altough the built in function doesn't give this error. My system is window 10, 8 Ram, AMD Quad-Core processor. I've read about memory proble