Skip to content

debugging package

3 messages · Markus Weisner, Uwe Ligges, Liviu Andronic

#
On 06.01.2010 02:15, Markus Weisner wrote:
You are supposed to fill in documentation and delete the examples such 
as "~~fun~~" while filling in appropriate things.
Well this tells *you* how to make other sections. Just delete that part.
Same as above.
From here the messages are quite self explaining, I think.

Uwe Ligges
#
Hello
On 1/6/10, Markus Weisner <public.markus at mac.com> wrote:
I am not sure what this is about.
I suspect that top-level text concerns all text not included in .Rd
tags. If you look at an .Rd file from another package [1], all the
text other than comments will be inside \some_command{}.

[1] http://r-forge.r-project.org/plugins/scmsvn/viewcvs.php/pkg/RcmdrPlugin.sos/man/sosInit.Rd?rev=162&root=rsitesearch&view=markup
It seems you need to add \title{} in each .Rd file (again, see a CRAN
package example).
You need to provide \description{} as well. You need to describe your
functions at a minimum.
You need to provide \keywords{}, taken strictly from the KEYWORDS file
(see the Manual).
Liviu