[Rd] Hex sticker

2019-01-22 Thread Therneau, Terry M., Ph.D. via R-devel
Is there a canonical place to add a hex sticker to a package?    I've found use of man/figures and inst/. A nice sticker has been made for survival and since it is a required package I don't want to mess it up. Terry T. [[alternative HTML version deleted]] __

Re: [Rd] Hex sticker

2019-01-22 Thread Gábor Csárdi
FWIW man/figures/logo.png is picked up by pkgdown web sites, and also by roxygen if you have a man page for the package itself. Gabor On Tue, Jan 22, 2019 at 1:34 PM Therneau, Terry M., Ph.D. via R-devel wrote: > > Is there a canonical place to add a hex sticker to a package?I've found > us

Re: [Rd] Objectsize function visiting every element for alt-rep strings

2019-01-22 Thread Tierney, Luke
On Mon, 21 Jan 2019, Martin Maechler wrote: >> Travers Ching >> on Tue, 15 Jan 2019 12:50:45 -0800 writes: > >> I have a toy alt-rep string package that generates >> randomly seeded strings. example: library(altstringisode) >> x <- altrandomStrings(1e8) head(x) [1] >>

Re: [Rd] Objectsize function visiting every element for alt-rep strings

2019-01-22 Thread Kevin Ushey
I think that object.size() is most commonly used to answer the question, "what R objects are consuming the most memory currently in my R session?" and for that reason I think returning the size of the internal representations of objects (for e.g. ALTREP objects; unevaluated promises) is the right d

Re: [Rd] pmax and long vector

2019-01-22 Thread Martin Maechler
> Kasper Daniel Hansen > on Mon, 21 Jan 2019 21:51:55 -0500 writes: > Gabe, I don't (yet) know much about long vectors at the C level. So feel > free to address this. > Duncan, I'll see what I can do regarding systematically compiling a list of > functions without lo