Re: [R-pkg-devel] Warning of DDRTree

2017-04-14 Thread Xiaojie Qiu
thanks a lot. I used the option on SystemRequirements: C++11 which works pretty good On Thu, Apr 13, 2017 at 7:40 PM Dirk Eddelbuettel wrote: > > On 14 April 2017 at 01:49, Xiaojie Qiu wrote: > | We are planning to update the DDRTree package but found the following > | warnings: > | > | > > d:

[R-pkg-devel] Referring to data in R/sysdata.rda

2017-04-14 Thread Roy Mendelssohn - NOAA Federal
In my package I have a dataframe that I use but want to hide from the user. In Hadley's book on R Packages, he says: > • If you want to store parsed data, but not make it available to the > user, put it in R/sysdata.rda. This is the best place to put data that your > functions need. >

Re: [R-pkg-devel] Fwd: CRAN packages maintained by you

2017-04-14 Thread Ege Rubak
Hi, We had this issue with `median.im` in spatstat. I wasn't involved in fixing it, but maintainer Adrian Baddeley changed the documentation according to CRAN instructions. You can see it here: https://github.com/spatstat/spatstat/blob/master/man/mean.im.Rd Maybe you can use that for inspiratio

[R-pkg-devel] Fwd: CRAN packages maintained by you

2017-04-14 Thread Jens Oehlschlägel
Hi, I was asked by CRAN-maintainers to provide two versions of median.integer64, one with and one without a dots-argument. However, doing so results in a code-documentation mismatch, because I have \method{median}{integer64}(x, na.rm = FALSE) and now also need \method{median}{integer64}(x, na.