[R] R package documentation

2012-02-24 Thread Matyas Sustik
Hi All, I am asking for some clarification on R package documentation. The Writing R extension manual did not make this clear for me the following: 1. How to document a dataset? I know the file format from the doc, but I cannot figure out what file to put that info in. I keep getting

Re: [R] R package documentation

2012-02-24 Thread Ista Zahn
Hi, On Friday, February 24, 2012 02:52:32 AM Matyas Sustik wrote: Hi All, I am asking for some clarification on R package documentation. The Writing R extension manual did not make this clear for me the following: 1. How to document a dataset? I know the file format from the doc, but I

Re: [R] R package documentation

2010-04-15 Thread Sébastien Bihorel
Thanks David, After a bit of research, I believe that I've found the post you are referring to: http://tolstoy.newcastle.edu.au/R/e9/help/10/03/8779.html I will look into the proposed solutions. Sebastien On Wed, Apr 14, 2010 at 6:01 PM, David Scott d.sc...@auckland.ac.nz wrote: Sébastien

Re: [R] R package documentation

2010-04-15 Thread David Scott
Sébastien Bihorel wrote: Thanks David, After a bit of research, I believe that I've found the post you are referring to: http://tolstoy.newcastle.edu.au/R/e9/help/10/03/8779.html I will look into the proposed solutions. Sebastien Yes, that is the thread I was referring to. David

[R] R package documentation

2010-04-14 Thread Sébastien Bihorel
Dear R users, I am currently writing the documentation for my first package. I have created a short user manual using sweave/pdflatex which is distinct from the manual/summary-of-package-functions created by R CMD CHECK. I was wondering how could I seamlessly combine both documents. Thanks for

Re: [R] R package documentation

2010-04-14 Thread Tobias Verbeke
Hi Sébastien, Sébastien Bihorel wrote: I am currently writing the documentation for my first package. I have created a short user manual using sweave/pdflatex which is distinct from the manual/summary-of-package-functions created by R CMD CHECK. I was wondering how could I seamlessly combine

Re: [R] R package documentation

2010-04-14 Thread Sébastien Bihorel
Hi Tobias, The .R files that I have created for all my functions are somehow used to generate a package manual pdf when I used R CMD CHECK. This is what I'd like to add in my vignette. It might be uncommon, but I saw this was done for several package documentations (e.g. PBS collections) and I

Re: [R] R package documentation

2010-04-14 Thread Tobias Verbeke
Hi Sébastien, Sébastien Bihorel wrote: The .R files that I have created for all my functions are somehow used to generate a package manual pdf when I used R CMD CHECK. This is what I'd like to add in my vignette. It might be uncommon, but I saw this was done for several package

Re: [R] R package documentation

2010-04-14 Thread Sébastien Bihorel
Thanks Tobias, If there is no automated way to combine both documents, I will stack them manually... that will likely cause some problems with page numbering tough. Sebastien On Wed, Apr 14, 2010 at 8:18 AM, Tobias Verbeke tobias.verb...@openanalytics.eu wrote: Hi Sébastien, Sébastien

Re: [R] R package documentation

2010-04-14 Thread Sharpie
pomchip wrote: Dear R users, I am currently writing the documentation for my first package. I have created a short user manual using sweave/pdflatex which is distinct from the manual/summary-of-package-functions created by R CMD CHECK. I was wondering how could I seamlessly combine

Re: [R] R package documentation

2010-04-14 Thread David Scott
Sébastien Bihorel wrote: Thanks Tobias, If there is no automated way to combine both documents, I will stack them manually... that will likely cause some problems with page numbering tough. Sebastien There was a thread a while back (this year) about someone who wanted to incorporate his