Skip to content

Lightweight 'package' idea.

1 message · Hadley Wickham

#
On Fri, Aug 21, 2009 at 6:03 AM, Barry Rowlingson
<b.rowlingson at lancaster.ac.uk> wrote:
Rather than using __path__, why not just use chdir = TRUE in
sys.source() and rely on the usual R working directory semantics?
That's what I do for all of my packages during development.  You
really need a huge amount of code before it starts to take a
noticeable amount of time.

Hadley