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

remove rgeos dependency by replacing rgeos::gBuffer with sf::st_buffer, fixes #15 #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

e-kotov
Copy link

@e-kotov e-kotov commented Feb 5, 2024

Fixes #15 .

I have replaced rgeos::gBuffer with sf::st_buffer effectively removing the dependency on deprecated rgeos package. This solves the issue with not being able to install the package even from GitHub, as rgeos is not installable anymore without some hoops. Hopefully, this will also help with restoring the package to CRAN.

@z3tt z3tt requested a review from marcosci February 29, 2024 12:17
@e-kotov
Copy link
Author

e-kotov commented Apr 17, 2024

@marcosci , hi, this is a kind reminder about the quick fix that will allow to return the package back to CRAN.

@e-kotov
Copy link
Author

e-kotov commented Jan 11, 2025

@marcosci, @z3tt would be really great to implement the fix and put the package on CRAN. Do you have time to do it? If not, I could take over as a package maintainer.

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

Successfully merging this pull request may close these issues.

package not installable from GitHub because of the legacy rgeos dependency
1 participant