Skip to content
Prev 11471 / 63424 Next

Wish list

On Sat, 17 Jan 2004 09:33:10 -0500, you wrote:

            
Changes always show up in r-devel (the main CVS branch, not the
mailing list) first.  Package developers should be keeping a
relatively up to date copy of it around if they're doing things that
are likely to break.
I'd recommend avoiding that as much as you can.  If things aren't
exported from a package, then the package writer is likely to feel
free to change them without warning.  It's much better to convince the
package writer that they missed something in their export list.
I think it's reasonable to restrict the availability of updates to
your packages to the currently released R version.  There are reasons
why people might not be up to date (e.g. only doing upgrades at a
specific time of year), but they'll still have access via CRAN to
older versions of your package.

Compatibility with S-PLUS is a lot harder, of course.  

Duncan Murdoch