Skip to content
Prev 6689 / 12125 Next

[R-pkg-devel] Submitting breaking changes to CRAN

It may be too late to do this now, but you could use the approach that 
devtools used when it was broken up:  The main package imports functions 
from the new spatstat.xxxx packages and exports them.  This way it could 
be done with no breaking changes.  Reverse dependencies could change to 
depend on spatstat.xxxx at their leisure.

Duncan Murdoch
On 11/03/2021 10:18 a.m., Ege Rubak wrote: