[R-pkg-devel] Return Value of By Function

2015-09-14 Thread Dario Strbenac
Good day, I am curious why the by function result has dimensions attached, even when it returns a list. result <- by(warpbreaks[, 1], warpbreaks[, -1], summary) str(result) List of 6 ... - attr(*, "dim")= int [1:2] 2 3 - attr(*, "dimnames")=List of 2 ..$ wool : chr [1:2] "A" "B" ..$ te

Re: [R-pkg-devel] html from Rd

2015-09-14 Thread Duncan Murdoch
On 14/09/2015 11:24 AM, Erich Subscriptions wrote: I am converting an Rd file to html. I am furthermore using the html file produced as input for producing a ch, file. And the user experience could be improved it there were a way to embed names like into the html file produced. Is there a way o

[R-pkg-devel] html from Rd

2015-09-14 Thread Erich Subscriptions
I am converting an Rd file to html. I am furthermore using the html file produced as input for producing a ch, file. And the user experience could be improved it there were a way to embed names like into the html file produced. Is there a way of accomplishing this? Erich Neuwirth __