Skip to content
Prev 6110 / 12125 Next

[R-pkg-devel] Procedure for the transfer or an R package maintainership

On 11/10/2020 10:20 a.m., Al T wrote:
Just change any documentation in the package that points to the wrong 
place.  In particular, this will include the URL: field in the 
DESCRIPTION file, but it may show up in help pages or vignettes as well.
That's described quite clearly here:

https://cran.r-project.org/web/packages/policies.html

And you *must* create a new version of the package for the maintainer 
change to take effect.  Depending on how many other changes you are 
planning for it, you could make the minimal changes now, and bigger ones 
a month or two later, or wait until everything is ready.
r-forge uses Subversion, so to update the package there, just change 
your working copy and commit the changes.  You'll need to be registered 
as a project member with sufficient privileges to do this; that 
registration needs to be done by someone with admin permissions.
Hopefully I've added enough info for you.

Duncan Murdoch