On 09.12.2011 14:15, Johannes Radinger wrote:> Hi,
>
> I am trying to get write my first own package.
> I followed the instructions in "Creating R Packages: A Tutorial"
> and "Writing R Extensions". So far everything works really
> fine, the script works and even the man-pages don't show
> any problems during the check process.
>
> During "check" there is also the package-manual.pdf created.
> When I compare my manual to those at the CRAN rep, i looks different:
> I seems the other manuals have a kind of "titlepage" and even the
> document title is different (package 'xxx' vs. R documentation
> of ?/Users/...? etc.).
>
> Is that behavior simply a matter of being published at CRAN and mine is
just
> a local package for myself? Or do I miss a man-page which is responsible
for
> that first page and the title?
Which R version are you using?
I typically get "package 'xxx'" when running R CMD check but
"R
documentation of ?...? " when runnign R CMD Rd2pdf on some Rd files with
R-release.
Best,
Uwe Ligges
> Best regards,
> Johannes
>
> --
>
> ______________________________________________
> R-help at 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.