Re: [R-pkg-devel] how to notify users of obsolete and new package

2025-02-11 Thread Greg Hunt
If as your install page says, there are only trivial differences in the code that uses the old and new packages, why force people to reinstall by disabling their code with what you term a shell? Surely a package startup message would be enough, and better than disabling your users' previously (hop

Re: [R-pkg-devel] how to notify users of obsolete and new package

2025-02-11 Thread Rolf Turner
On Mon, 10 Feb 2025 21:55:07 + Bernd.Gruber wrote: > Hi, > > I have a quick question. I have an older package (dartR) that is now > superseded by a series of new packages. > > Still we noticed that several users have not updated yet and moved to > the new package. Hence the question: > >