Re: [R-pkg-devel] install.R running out of memory

2019-11-03 Thread Viktor Gal
t, > Uwe Ligges > > On 02.11.2019 19:37, Viktor Gal wrote: >> Hi Dirk, >> no worries, thnx for the feedback! >> cheers, >> viktor >>> On 2 Nov 2019, at 13:58, Viktor Gal wrote: >>> >>> Hi Dirk, >>> >>> so the project

Re: [R-pkg-devel] install.R running out of memory

2019-11-02 Thread Viktor Gal
Hi Dirk, no worries, thnx for the feedback! cheers, viktor > On 2 Nov 2019, at 13:58, Viktor Gal wrote: > > Hi Dirk, > > so the project is open source, you can reproduce the error yourself (but note > it’ll take a long time to actually compile it). steps for reproducing:

Re: [R-pkg-devel] install.R running out of memory

2019-11-02 Thread Viktor Gal
here, note the script is 7Mb i.e. 175k LoC, so you better wget/curl it: http://maeth.com/shogun.R cheers, viktor > On 2 Nov 2019, at 13:52, Dirk Eddelbuettel wrote: > > > Hi Viktor, > > On 2 November 2019 at 13:09, Viktor Gal wrote: > | I’m developing an ML library that

[R-pkg-devel] install.R running out of memory

2019-11-02 Thread Viktor Gal
Hi, I’m developing an ML library that has R bindings… when installing the library with R CMD INSTALL the R process is running out of memory (50G+ ram) when doing: ** byte-compile and prepare package for lazy loading any ideas how i could debug this part of code, to figure out what is actually h