Skip to content
Prev 81038 / 398502 Next

Building S4-classes, documents

Hi Matthias,
On 17 Nov 2005, Matthias.Templ at statistik.gv.at wrote:
I don't have documentation to recommend other than what you
mentioned.  However, a few things to look into:

1. If you have your R code in multiple files, you may need to use the
   DESCRIPTION file's Collate field to control the loading order.
   Basically, you want: Class defintions, generics, methods, other.

2. Put methods and any other packages you depend on in Depends.

3. Add SaveImage: yes.

Also, make sure R CMD INSTALL yourPackage/ works before trying R CMD
check yourPackage.

+ seth
Message-ID: <m2psozxqgl.fsf@fhcrc.org>
In-Reply-To: <83536658864BC243BE3C06D7E936ABD5027BACFA@xchg1.statistik.local> (TEMPL Matthias's message of "Thu, 17 Nov 2005 14:27:57 +0100")