Re: [R-pkg-devel] using @inheritParams in documenting data

2019-01-12 Thread Troels Ring
s a lot for your patience Troels -Oprindelig meddelelse- Fra: Dirk Eddelbuettel På vegne af Dirk Eddelbuettel Sendt: 12. januar 2019 13:45 Til: Troels Ring Cc: package-develop Emne: Re: [R-pkg-devel] using @inheritParams in documenting data Hi Troels, Always good to see someone work

Re: [R-pkg-devel] using @inheritParams in documenting data

2019-01-12 Thread Troels Ring
. januar 2019 14:28 Til: Troels Ring Cc: package-develop Emne: Re: [R-pkg-devel] using @inheritParams in documenting data Hi Troels, If you want to create a R package (using roxygen2), I would highly recommend you to read Hadley Wickham's book on the topic. The book is easy, short, prac

Re: [R-pkg-devel] using @inheritParams in documenting data

2019-01-12 Thread Alexandre Courtiol
Hi Troels, If you want to create a R package (using roxygen2), I would highly recommend you to read Hadley Wickham's book on the topic. The book is easy, short, practical and legally free (here: http://r-pkgs.had.co.nz/). If you follow it step by step, everything should work fine. For anything not

Re: [R-pkg-devel] using @inheritParams in documenting data

2019-01-12 Thread Dirk Eddelbuettel
Hi Troels, Always good to see someone work on packaging with so much energy. On 12 January 2019 at 08:46, Troels Ring wrote: | BUT where and how to put the @inheritParams CMB I cannot find documented. | Otherwise it seems to run OK I fear you are getting confused between 'roxygen2' and base R.

[R-pkg-devel] using @inheritParams in documenting data

2019-01-11 Thread Troels Ring
Dearfriends , with your help I'm rapidly improving package development. When documenting data, I seem to be helped mpst by making the rda directly from RStudio via file, new file, R documentation then choosing data. However, my data files have a lot of params, so I thought I might use @inheritParam