Skip to content
Prev 9500 / 12125 Next

[R-pkg-devel] What to do when a package is archived from CRAN

Simon,

Thank you for taking a look at this.

 > One related issue with respect to CRAN policies that I don't see a 
good solution for is that inst/AUTHORS is patently unhelpful, because 
most of them say "foo (version ..): foo authors" with no contact, or 
real names or any links.

I understand your thoughts, but if we look for the inst/AUTHOURS files 
contained in the packages on CRAN, I don't think they always contain the 
contact information.
For example, this is from the igraph package.
<https://github.com/cran/igraph/blob/5e22d808f0341fcaa8944fe893c0980000ce7656/inst/AUTHORS>

Also, I have listed the URLs of the dependent crates (the `repository` 
field of Cargo.toml) in the LICENSE.note file, so we can see where the 
dependent crates are being developed.

Best,
Tatsuya
On 2023/08/27 14:36, Hiroaki Yutani wrote: