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:
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.
>
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
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.