Skip to content
Back to formatted view

Raw Message

Message-ID: <f8e6ff050909040639r35659a8hd00d06901093dcd1@mail.gmail.com>
Date: 2009-09-04T13:39:12Z
From: Hadley Wickham
Subject: Load a package without installing it

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/