Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Transferring maintainership of an R package on CRAN

Tags:

r

cran

r-package

I will be taking over the active development and maintaining of an R package on CRAN (of course with approval of the current maintainer). What are the necessary steps to make this happen / Should we proceed as follows?: (I assume only the current maintainer has the right to submit an updated version of the package, right?)

  • I edit the description file of the package, specifically the maintainer information
  • The current maintainer updates the package on CRAN

Will that turn me into the active maintainer of the package?

edit: To clarify, I currently not an author listed in the package.

like image 572
user3825755 Avatar asked Aug 30 '16 09:08

user3825755


People also ask

How do I submit an R package to CRAN?

To manually submit your package to CRAN, you create a package bundle (with devtools::build() ) then upload it to https://cran.r-project.org/submit.html, along with some comments which describe the process you followed.

How many R packages are there on CRAN?

These packages appeal to various fields that make use of R for their data purposes. There are 10,000 packages in CRAN, making it an ocean of quintessential statistical functions.

Who maintains CRAN?

CRAN was created by Kurt Hornik and Friedrich Leisch in 1997, with the name paralleling other early packing systems such as TeX's CTAN (released 1992) and Perl's CPAN (released 1995). As of 2021, it is still maintained by Hornik and a team of volunteers.

What is CRAN in R studio?

CRAN, The Comprehensive R Archive Network, is the primary package repository in the R community. CRAN is a network of ftp and web servers around the world that store identical, up-to-date, versions of code and documentation for R.


1 Answers

I just changed maintainer address, and followed procedure answered by @Benjamin. I was asked simply to submit first with new address in DESCRIPTION file and then afterwards admin contacted me on previous listed maintainer email and asked me to confirm the transfer.

So the process is

  • Submit first with new DESCRIPTION file
  • Confirm submission on new email-address
  • Answer confirmation-mail sent by admin to old email-address
like image 63
Soren Havelund Welling Avatar answered Oct 27 '22 01:10

Soren Havelund Welling