Skip to content
Prev 156163 / 398506 Next

Work with packages without using R CMD build/install

If you don't use a namespace then you can use R CMD to build and
install it at the beginning and then as you make changes just source()
the changed .R files from the R source directory.  That will let you run
with those changes before they have been built and installed.
On Tue, Sep 16, 2008 at 8:12 AM, KarstenW <K.Weinert at gmx.net> wrote: