Have you tried the roxygen2 package?

To speak as Rolf does, I usually "f--k things up"  by working with Rd files
directly (typically mismatched braces) and find that one really nice thing
about roxygen is that I don't have to mess with braces.

Kevin



On Sat, May 31, 2014 at 5:28 PM, Thorsten Jolitz <tjol...@gmail.com> wrote:

> Rolf Turner <r.tur...@auckland.ac.nz> writes:
>
> > On 01/06/14 03:52, Thorsten Jolitz wrote:
> >>
> >> Hi List,
> >>
> >> it seems that .Rd files are just an intermediary format used for
> >> exporting to txt, html and latex when creating an R package.
> >>
> >> How flexible is the R package mechanism? Would it possible to skip .Rd
> >> files alltogether, write the docs with another tool (e.g. Emacs
> >> Org-mode), export them to txt, html and latex, and include these
> >> exported files in the package?
> >>
> >> Or does the R package mechanism simply expect the .Rd files to be there,
> >> so that there is no way avoiding the .Rd format?
> >
> > (1) I am not an expert, but my reading of "Writing R Extension
> > Packages" indicates to me that, yes, .Rd format is necessary.
>
> I thought that too, but wasn't completely sure
>
> > (2) Why would you want to fuck things up by dodging around .Rd ("R
> > documentation") files?  Amongst other things, these allow for
> > consistency cross-checking by the package checking facility.
>
> Thats indeed a good reason to stick with the .Rd files
>
> > (3) The .Rd syntax is easy to learn and quite powerful.  Get off your
> > duff and learn it.
>
> .Rd syntax in not really intimidating, thats not the problem. Thanks for
> the answer anyway.
>
> --
> cheers,
> Thorsten
>
> ______________________________________________
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>



-- 
Kevin Wright

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to