[R] Re: packaging a package addon
Ross Boylan
ross at biostat.ucsf.edu
Fri Oct 31 22:12:10 CET 2003
On Fri, 2003-10-31 at 03:14, Prof Brian Ripley wrote:
> But I would not be doing R CMD check until I had both installed and
> loaded the package and run a few examples.
That's interesting; I thought R CMD check was supposed to be done before
hand. So are you saying the proper development sequence is
1.
Do as much as you can with the basic R and C (Fortran, whatever) code to
check it's OK.
2.
R CMD build
test, revise
R CMD build
etc
3. then, when everything looks OK
R CMD check
?
More information about the R-help
mailing list