Re: [R-pkg-devel] Fwd: R CMD check and strange ## Not run strings

2017-12-20 Thread Tomas Hudik
om] > Sent: 19 December 2017 19:22 > To: Georgi Boshnakov > Cc: Tomas Hudik; r-package-devel@r-project.org > Subject: Re: [R-pkg-devel] Fwd: R CMD check and strange ## Not run strings > > > This actually is not about Rd format. Indeed, you are using 'roxygen'

Re: [R-pkg-devel] Fwd: R CMD check and strange ## Not run strings

2017-12-19 Thread Duncan Murdoch
mas Hudik; r-package-devel@r-project.org Subject: Re: [R-pkg-devel] Fwd: R CMD check and strange ## Not run strings This actually is not about Rd format. Indeed, you are using 'roxygen' syntax. This is unrelated to roxygen. \dontrun{} is Rd formatting. Hadley __

Re: [R-pkg-devel] Fwd: R CMD check and strange ## Not run strings

2017-12-19 Thread Georgi Boshnakov
Cc: Tomas Hudik; r-package-devel@r-project.org Subject: Re: [R-pkg-devel] Fwd: R CMD check and strange ## Not run strings > This actually is not about Rd format. Indeed, you are using 'roxygen' > syntax. This is unrelated to roxygen. \dontrun{} is Rd formatting. Ha

Re: [R-pkg-devel] Fwd: R CMD check and strange ## Not run strings

2017-12-19 Thread Hadley Wickham
> This actually is not about Rd format. Indeed, you are using 'roxygen' > syntax. This is unrelated to roxygen. \dontrun{} is Rd formatting. Hadley -- http://hadley.nz __ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/list

Re: [R-pkg-devel] Fwd: R CMD check and strange ## Not run strings

2017-12-19 Thread Georgi Boshnakov
taken it from contains similar examples in other places, so a user will become aware of this. Merry Christmas, Georgi From: Tomas Hudik [mailto:xhu...@gmail.com] Sent: 19 December 2017 16:02 To: Georgi Boshnakov Cc: r-package-devel@r-project.org Subject: Re: [R-pkg-devel] Fwd: R CMD check and

Re: [R-pkg-devel] Fwd: R CMD check and strange ## Not run strings

2017-12-19 Thread Tomas Hudik
Yes, I used oxygen. My point was that a majority of users is not familiar Rd/oxygen and if somebody sees something like: ``` Examples ## Not run: modify_message(12345, add_labels='label_1') modify_message(12345, remove_labels='label_1') #add and remove at the same time modify_message(12345, add_l

Re: [R-pkg-devel] Fwd: R CMD check and strange ## Not run strings

2017-12-18 Thread Georgi Boshnakov
Hi, This actually is not about Rd format. Indeed, you are using 'roxygen' syntax. Examples are not run when there is a good reason (long time, internet connection required, specific local resources). This often means that the user needs to be made aware that something is not as straightforwa