Skip to content
Prev 9244 / 12125 Next

[R-pkg-devel] Change package name

On Tue, 20 Jun 2023 17:39:48 -0400
<avi.e.gross at gmail.com> wrote:

            
I don't know about "accepted", but the following paradigm seems to me
to be sensible and reasonably efficacious:

* you have a package "foo" the name of which you wish to change to "bar"
* create a new package "bar" which is the same as "foo" except for its
  name
* now replace foo with a skeleton package which has only the file
  First.R in its R directory
* the file First.R should be something like:
* submit both "bar" and "foo" to CRAN

cheers,

Rolf Turner