Skip to content
Prev 43095 / 398506 Next

customising installed libraries

Wolski wrote:
Dear all,

it's called a *package* which is installed within a library.

The "file" you are talking about is called NAMESPACE. It is used to 
configure whether a package has a namespace and which functions are 
exported etc.


 > where public functions can be entered.
Right, that manual is called "Writing R Extensions".
Why do you edit code in a binary version of a package?

Either use your own pacakges to add functionality or, if really 
required, change the code of other packages in the packages' sources and 
install from sources again (preferably under a different name in order 
not to mess up with the original package).

Uwe Ligges