Skip to content
Prev 20377 / 63421 Next

R CMD check: non source files in src on (2.3.0 RC (2006-04-19 r37860))

[Actually, distributing so that they can be installed and used.]
Right :-)

Henrik, as I think I mentioned the last time you asked about this: of
course you can basically do everything you want.  But it comes at a
price.  For external sources, you need to write a Makefile of your own,
so as to make it clear that you provide a mechanism which is different
from the standard one.  And, as Simon said, the gain in flexibility
comes at a price.

Personally and as one of the CRAN maintainers, I'd be very unhappy if
package maintainers would start flooding their source .tar.gz packages
with full development environment material.  (I am also rather unhappy
about shipping large data sets which are only used for instructional
purposes [rather than providing the data set "on its own"].)  It is
simply not true that bandwidth does not matter.

If there is need, we could start having developer-package repositories.
However, I'd prefer a different approach.  We're currently in the
process of updating the CRAN server infrastructure, and should be able
to start deploying an R-forge project hosting service "eventually"
(hopefully, we can set things up during the summer).  This should
provide us with an ideal infrastructure for sharing developer resources,
in particular as we could add QC testing et al to the standard community
services.

Best
-k