Skip to content

developing package: dealing with namespaces

2 messages · Barry Rowlingson, Duncan Murdoch

#
On Mon, Feb 4, 2013 at 6:23 PM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote:
Isn't the best[1] workflow to use devtools? Edit the code in-place, do
load_all("packagefolder") and devtools' magic does the rest? Without
polluting the workspace.

Since I started doing that I hardly ever C-c C-l into ESS any more.
All my functions are in packages, sometimes the package is just
created ad-hoc with devtools' create("packagefolder") function.
Lightweight, yet fully-functional packages. Dream.

Barry

[1] for some value of "best"
#
On 04/02/2013 1:48 PM, Barry Rowlingson wrote:
Thanks for the pointer.  I hadn't tried that.

Duncan Murdoch