When documenting R functions in a myfunction.Rd and whole packages
in a mypackage-package.Rd, which tags are compulsory?
By “tags”, I mean those things that look like \somename{}. For example:
\item{}
\title{}
\examples{}
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is described in Section 2.1 – Rd format of Writing R Extensions. Look for “mandatory”.
For functions, the mandatory sections are:
For packages: