Re: [Rd] Stop packages and datasets to be loaded on startup.

2010-01-31 Thread Simon Urbanek
On Jan 31, 2010, at 12:39 PM, Guillaume Yziquel wrote: > Simon Urbanek a écrit : >>> >>> So I gather that just setting R_DEFAULT_PACKAGES to NULL should be OK. But >>> then, what is the rather complicated stuff in the autoload() function in >>> littler.c for? >>> >>> And concerning datasets,

Re: [Rd] Stop packages and datasets to be loaded on startup.

2010-01-31 Thread Guillaume Yziquel
Dirk Eddelbuettel a écrit : | I've been looking at littler's code (so this is partly a question to | Dirk Eddelbuettel...): Credit where credit is due. Littler is a project by Jeff Horner and myself building on Jeff's work with rapache which is another industry-strength use of embedding of th

Re: [Rd] Stop packages and datasets to be loaded on startup.

2010-01-31 Thread Guillaume Yziquel
Simon Urbanek a écrit : So I gather that just setting R_DEFAULT_PACKAGES to NULL should be OK. But then, what is the rather complicated stuff in the autoload() function in littler.c for? And concerning datasets, how do you avoid loading them? Setting R_DEFAULT_PACKAGES to NULL makes sure t

Re: [Rd] Stop packages and datasets to be loaded on startup.

2010-01-30 Thread Dirk Eddelbuettel
On 30 January 2010 at 17:08, Guillaume Yziquel wrote: | Hi. | | I would like to know how to start an embedded R session, and avoid | datasets and the standard library packages to be loaded on startup. | | I've been looking at littler's code (so this is partly a question to | Dirk Eddelbuettel.

Re: [Rd] Stop packages and datasets to be loaded on startup.

2010-01-30 Thread Simon Urbanek
On Jan 30, 2010, at 11:08 AM, Guillaume Yziquel wrote: > Hi. > > I would like to know how to start an embedded R session, and avoid datasets > and the standard library packages to be loaded on startup. > > I've been looking at littler's code (so this is partly a question to Dirk > Eddelbuette

[Rd] Stop packages and datasets to be loaded on startup.

2010-01-30 Thread Guillaume Yziquel
Hi. I would like to know how to start an embedded R session, and avoid datasets and the standard library packages to be loaded on startup. I've been looking at littler's code (so this is partly a question to Dirk Eddelbuettel...): /* We don't require() default packages upon startup