Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do you have any plan to add "Geometry" library in BH? #5

Closed
teramonagi opened this issue Dec 19, 2014 · 6 comments
Closed

Do you have any plan to add "Geometry" library in BH? #5

teramonagi opened this issue Dec 19, 2014 · 6 comments
Assignees

Comments

@teramonagi
Copy link

Dear Mr. Eddelbuettel:

Thank you for updating great libraries(Rcpp, RInside, RQuantLib etc).

I could not find Boost::Geometry in BH when I tried to use it.

I can easily imagine that you did not add it for its simplicity.
Can I ask you that you have any plan to add "Geometry" library in BH in the near future?

@eddelbuettel
Copy link
Owner

Hi there.

We generally add 'as needed' (and on requests such as this), and if 'header-only'.

Geometry could be added as it appears to be header only. What package do you need it for? Something you are working on, or something already on CRAN?

@teramonagi
Copy link
Author

Thanks for your quick reply!!!

Actually speaking, I just want to write my own wrapper-code(or package) using Boost::Geometry because there is the "R-tree" algorithm implemented In this boost library.

I already checked whether this algorithm was implemented in the other R libraries or not.
And I realized that there is no packages to implement it.

@eddelbuettel
Copy link
Owner

Sounds good.

I may get to it this weekend. If you then feel like contributing an example using Boost Geometry to the Rcpp Gallery, I would be more than happy to review it.

@eddelbuettel
Copy link
Owner

It will be in the next release which should be on CRAN within a day or two. Thanks again for the suggestion.

@teramonagi
Copy link
Author

Thanks, I’m looking forward to it !

@eddelbuettel
Copy link
Owner

In case you want to play now, just clone the repo and running 'R CMD build bh' should give you something extremely close to what CRAN will get. I tested on all 31 CRAN packages using BH and no (new) issues.

eddelbuettel added a commit that referenced this issue Jan 3, 2015
eddelbuettel added a commit that referenced this issue Feb 25, 2016
eddelbuettel added a commit that referenced this issue Feb 25, 2016
Feature/boost 1.55; closes #5

Former-commit-id: 724c2e0
eddelbuettel added a commit that referenced this issue Feb 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants