R: Will the packages sp and rgdal still work after October?

305 Views Asked by At

I am currently working on my master thesis and have a code in R that uses the packages sp and rgdal. These packages will be retired in october. Since I unfortunately don't have time to adapt all the code to newer packages like sf, I would like to know if it is still possible in or after October to use these packages if I already have them installed and don't do any updates? Since the completion of my master thesis depends on it, it would be very important for me to know and I would be very grateful for an answer! If this is not possible, could someone give me a hint where I can get a simple and accurate description on how to use Docker. With kind regards Leo

I have already added

options ("sp_evolution_status"=2)

in my code so that sp does not refer to rgdal.

0

There are 0 best solutions below