Skip to content
Prev 67126 / 398506 Next

Introduce a new function in a package?

Some other advantages of making your own package are:

- you can use help.search to search for your own functions even if you
  don't load the package

- if you can't even remember where your functions are (and I often
  can't) then you may not remember what they do either and packaging
  them gives a convenient way to associate documentation.  Once you
  have found your function you can use ? to gets its documentation.

- you get to use ' CMD check' whch is very helpful

If you are doing it on Windows the amount of software you need to
download and install first may be a bit offputting and you may need
to sort out some path and latex problems but its probably worth it
in the end if you do enough R development.
On Apr 6, 2005 10:55 AM, Don MacQueen <macq at llnl.gov> wrote: