Re: [R] Reducing of car package when loading

2016-02-02 Thread Brian Bolt
I am not sure what functions I use in car actually. I am dependent on the drc package which imports "car". The main drc function I use is "drm", along with "LL.4" https://cran.r-project.org/web/packages/drc/index.html Brian Bolt | Jo

Re: [R] Reducing of car package when loading

2016-01-29 Thread David Winsemius
> On Jan 29, 2016, at 10:11 AM, Brian Bolt wrote: > > I have a non-CRAN package that has a large number of dependencies and as > such, the memory footprint from loading my package in R is becoming larger. > I use Rapache often to pre-load my package and provide web services for my > code, so

[R] Reducing of car package when loading

2016-01-29 Thread Brian Bolt
I have a non-CRAN package that has a large number of dependencies and as such, the memory footprint from loading my package in R is becoming larger. I use Rapache often to pre-load my package and provide web services for my code, so the consistent memory footprint is hurting other processes on