Message-ID: <971536df0909040725r481a7425r23f947749dac41bb@mail.gmail.com>
Date: 2009-09-04T14:25:25Z
From: Gabor Grothendieck
Subject: Load a package without installing it
In-Reply-To: <f8e6ff050909040639r35659a8hd00d06901093dcd1@mail.gmail.com>
This is sufficiently useful that it would be nice to have it
as part of R itself. For the moment, perhaps you could
make a package of it on CRAN or contribute it to some
other existing CRAN package.
On Fri, Sep 4, 2009 at 9:39 AM, Hadley Wickham<hadley at rice.edu> wrote:
> Hi all,
>
> When developing a package, it's often useful to be able to reload it,
> without re-installing, re-starting R and re-loading. ?To do this I've
> written a little script that inspects the package description and
> loads dependencies, data and code - http://gist.github.com/180883.
> It's obviously not very general (being tailored to my description
> files) and won't work for packages containing C code, but I hope you
> might find it useful nonetheless.
>
> Any comments would be appreciated.
>
> Hadley
>
> --
> http://had.co.nz/
>
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
>