Re: [Rcpp-devel] Help with R CMD CHECK for rtree package

2021-05-06 Thread Dirk Eddelbuettel
On 6 May 2021 at 19:05, Kent Johnson wrote: | I'm not sure how to proceed. I can try submitting to CRAN with an explanation of the warnings. ISTM it would be better for {BH} to be submitted with the #pragmas in place; then there is just one fix and one exception, rather than the possibility of

Re: [Rcpp-devel] Help with R CMD CHECK for rtree package

2021-05-06 Thread Kent Johnson
From: Dirk Eddelbuettel Sent: Thursday, May 6, 2021 8:42 AM On 6 May 2021 at 10:45, Iñaki Ucar wrote: | > The full output is here: https://github.com/akoyabio/rtree/runs/2502841486?check_suite_focus=true | > The message says "See below..." but there is nothing below? | | Below I see this: | | *

Re: [Rcpp-devel] Help with R CMD CHECK for rtree package

2021-05-06 Thread Dirk Eddelbuettel
On 6 May 2021 at 10:45, Iñaki Ucar wrote: | Hi Kent, | | On Wed, 5 May 2021 at 17:54, Kent Johnson wrote: | > | > Hi, | > | > I am a maintainer of this package - https://github.com/akoyabio/rtree - originally inspired by this example - https://gallery.rcpp.org/articles/Rtree-examples/. This pa

Re: [Rcpp-devel] Help with R CMD CHECK for rtree package

2021-05-06 Thread Iñaki Ucar
Hi Kent, On Wed, 5 May 2021 at 17:54, Kent Johnson wrote: > > Hi, > > I am a maintainer of this package - https://github.com/akoyabio/rtree - > originally inspired by this example - > https://gallery.rcpp.org/articles/Rtree-examples/. This package wraps the > rtree implementation from BH 1.7.2

Re: [Rcpp-devel] Help with R CMD CHECK for rtree package

2021-05-05 Thread Dirk Eddelbuettel
On 5 May 2021 at 22:49, Kent Johnson wrote: | Thanks for your suggestion. I updated to build with latest BH and get the same errors: | https://github.com/akoyabio/rtree/runs/2513098433?check_suite_focus=true Yes, as I said, it doesn't even work for me at all on RHub or Win-Builder. Might be comp

Re: [Rcpp-devel] Help with R CMD CHECK for rtree package

2021-05-05 Thread Kent Johnson
From: Dirk Eddelbuettel Sent: Wednesday, May 5, 2021 1:19 PM To: Kent Johnson Cc: rcpp-devel@lists.r-forge.r-project.org Subject: Re: [Rcpp-devel] Help with R CMD CHECK for rtree package We would have to find out where this comes from. But for starters, can you

Re: [Rcpp-devel] Help with R CMD CHECK for rtree package

2021-05-05 Thread Dirk Eddelbuettel
On 5 May 2021 at 15:54, Kent Johnson wrote: | I am a maintainer of this package - https://github.com/akoyabio/rtree - originally inspired by this example - https://gallery.rcpp.org/articles/Rtree-examples/. This package wraps the rtree implementation from BH 1.7.2.0-3 to provide fast methods fo

[Rcpp-devel] Help with R CMD CHECK for rtree package

2021-05-05 Thread Kent Johnson
Hi, I am a maintainer of this package - https://github.com/akoyabio/rtree - originally inspired by this example - https://gallery.rcpp.org/articles/Rtree-examples/. This package wraps the rtree implementation from BH 1.7.2.0-3 to provide fast methods for finding points nearby to other points i