r-spatial / evolution

Preparing CRAN for the retirement of rgdal, rgeos and maptools
MIT License
27 stars 3 forks source link

Complete retirement of maptools, rgdal, rgeos and rgrass7 #19

Open rsbivand opened 11 months ago

rsbivand commented 11 months ago

Tick list @edzer @Nowosad @michaeldumelle @rhijmans @rubak :

rsbivand commented 10 months ago

@edzer is submitting sp 2.1-1 feasible now?

chihayakenji commented 6 months ago

My research is heavily dependent on the package "seg" which was removed from CRAN due to RGDAL and RGRASS7 retiring. I see that you have added comments to the repository warning about the impending retirement but the developer seems unresponsive. Are there any resources on how to replace those dependencies in case I'd want to update the package by myself and use a local build? What are the packages and functions that will continue to be maintained and that can replace RGDAL and RGRASS7 from now on?

rsbivand commented 6 months ago

The issue there is: https://github.com/syunhong/seg/issues/2. Please look at alternatives if they match seg, maybe divseg ? @dosull @syunhong : is seg likely to be resubmitted? If no, then @chihayakenji might consider taking over, perhaps?

chihayakenji commented 6 months ago

The issue there is: syunhong/seg#2. Please look at alternatives if they match seg, maybe divseg ? @DOSull @syunhong : is seg likely to be resubmitted? If no, then @chihayakenji might consider taking over, perhaps?

Hej Roger, Thank you for replying so promptly. I'll have a second look at divseg, although last I saw it it didn't seem to compute the indices that I need. I have cloned @syunhong 's repo and am looking for ways to replace all the calls to sp, rgrass6, rgdal, and such with sf just in case I end up having to take over. On that I'll wait for a response from the Authors.

CatinaVan commented 5 months ago

HELP!

I am new to this and had been using RTools for sdm's; now, after the Rstudio update, it doesn't load tools. Both are 4.3. How can I fix it?

rsbivand commented 5 months ago

@CatinaVan Please never, ever, add a completely different topic to an existing github issue. Your query also has nothing to do with this repository. Please ask for help on any of Rstudio's (Posit's) communities. Note that Rtools is different from Rstudio, and is not a package. Perhaps try the same SDM workflow without using Rstudio, just running R itself.