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