MYaseen208
MYaseen208

Reputation: 23898

R submitting archived package to CRAN

One of my R package DiallelAnalysisR was removed from the CRAN repository. Now I fixed the problem and want to resubmit it to CRAN. However, after submitted the package I got the following NOTE

CRAN teams' auto-check service
Flavor: r-devel-windows-ix86+x86_64
Check: CRAN incoming feasibility, Result: NOTE
  Maintainer: 'Muhammad Yaseen <[email protected]>'

Any hints to fix this NOTE. Thanks

Upvotes: 1

Views: 499

Answers (1)

Indrajeet Patil
Indrajeet Patil

Reputation: 4879

You actually don't need to do anything. Just mention in cran_comments.md why the package got archived and that you have fixed the cause of that, and that's it.

You can ignore this NOTE.

Upvotes: 3

Related Questions