Hi,
I have submitted an R package and I got the following notes from the CRAN
test. I couldn't find what should be the change I have to do to correct
this issue. Please check this and guide me to solve the issue.

* checking CRAN incoming feasibility ... NOTE
Maintainer: 'Ruwani Herath <ruwanirasanja...@gmail.com>'

* checking DESCRIPTION meta-information ... NOTE

Author field differs from that derived from Authors@R
  Author:    'Ruwani Herath [aut,cre,cph,com], Leila Amiri [ctb],
Mahmoud Torabi [ctb]'
  Authors@R: 'Ruwani Herath [aut, cre, cph, com], Leila Amiri [ctb],
Mahmoud Torabi [ctb]'


This is what I entered in DESCRIPTION field.

Authors@R: c(person(given = "Ruwani", family = "Herath", role = c("aut","cre"),
                    email = "ruwanirasanja...@gmail.com"),
             person(given = "Leila", family = "Amiri",  role = "ctb"),
             person(given = "Mahmoud", family = "Torabi", role = "ctb"))

Authors: Ruwani Herath [aut, cre],
  Leila Amiri [ctb],
  Mahmoud Torabi [ctb]
Maintainer: Ruwani Herath <ruwanirasanja...@gmail.com>


Thank you.

Regards,

Ruwani

        [[alternative HTML version deleted]]

______________________________________________
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel

Reply via email to