Skip to content
Prev 41946 / 63421 Next

R CMD <custom>?

On 28/11/2011 2:48 PM, Hadley Wickham wrote:
That does seem to mix up namespaces quite a bit.  But what does it get 
you that "Rscript -e" doesn't already give you?  You can set up your 
package so that

R CMD mypackage::mycommand

executes a function, using delayedAssign or some of the more exotic 
features (like external pointers and finalizers).

Duncan Murdoch