Skip to content
Prev 11027 / 21307 Next

[Bioc-devel] Can copy right holder and correspondence be two differentindividuals?

So r packages don't really have a formal "corresponding author" concept,
though they do have a number of related concepts that may do what you need:

Authors/creators/contributors go in the authors (@R) field in the
description. These are the people who created the package.

Copyright holder is a formally separate concept. This is the person or
entity that *owns* the software. This goes in the copyright field in the
description.

Maintainer is the person or persons that bug reports, feature requests etc
should go to. They maintain the software and need not be an author (I
think), but very often will be. These go into the maintainer field in the
descrptuon. I think this is closest to what you mean by correspondence but
I'm not certain.

Hope that helps,
~G
On May 20, 2017 9:40 AM, "Arman Sh" <sh88.arman at gmail.com> wrote: