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,
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
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
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.
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
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