Skip to content
Prev 16429 / 63424 Next

A long digression on packages

Hi.  I think this discussion is more relevant to R-devel, so that's 
where I've sent my reply.
Jim Lemon wrote:
A difficulty with multi-author packages is that it's harder to maintain 
consistency within the package, and it's harder to handle maintenance.

Another approach is to try to keep your packages small and focussed. 
The problem with this is what you mentioned above:  there are already 
500 packages, and it's hard to know what's there.  The "task views" 
should help with this, there are 5 online so far.  (See 
<http://cran.us.r-project.org/src/contrib/Views>.)  There is also a need 
for Misc packages for things too small to be a package on their own, but 
I think we need better ways to expose what is in them.

Of course, with disk sizes as they are now, it's not unreasonable to 
install all of the contributed CRAN packages on a PC.  Then 
help.search() *will* do searches through them all.

Duncan Murdoch