Re: [R] Rmixmod Memory Leak

2014-08-01 Thread Jim Lemon
Hi Dario, The maintainer of that package is: Benjamin Auder and I have copied him on this message. Usually it is best to include the maintainer in this sort of situation. Jim On Fri, 1 Aug 2014 01:00:21 AM Dario Strbenac wrote: > Hello, > > I would like to provide a helpful bug report to the

Re: [R] Rmixmod Memory Leak

2014-08-01 Thread Jeff Newmiller
Read ?maintainer and the Posting Guide mentioned below. --- Jeff NewmillerThe . . Go Live... DCN:Basics: ##.#. ##.#. Live Go...

[R] Rmixmod Memory Leak

2014-07-31 Thread Dario Strbenac
Hello, I would like to provide a helpful bug report to the maintainer of Rmixmod, but I'm not skilled in memory profiling. The following example illustrates the problem : library(Rmixmod) genes <- matrix(rnorm(5000*50, 9, 2), nrow = 5000, ncol = 50) selected <- sample(5000, 25) columns <- split