Re: [Rd] Issue with memory deallocation/fragmentation on systems which use glibc

2017-07-09 Thread Dmitriy Selivanov
Dear R-devel mailing list and especially R-core, is there any chance to receive feedback on issue I described in previous emails? I would consider such behaviour as a bug. As a work-around I've created small "clean-up" function: malloc_trim_finalizer = function(e) { res = NULL if(R.version$os

[Rd] MASS:::dropterm.glm() and MASS:::addterm.glm() should use ... for extractAIC()

2017-07-09 Thread Marc Girondot via R-devel
Here is a change required from MASS:::dropterm.glm() and MASS:::addterm.glm(). Thanks Marc The stepAIC() function from package MASS uses extractAIC() to get the AIC from a model. Several methods exist: extractAIC.glm() for example, some in MASS packages and some in stats package. The par