[R-pkg-devel] problems with Maintainers in DESCRIPTION file

Dirk Eddelbuettel edd @end|ng |rom deb|@n@org
Fri Dec 8 00:18:21 CET 2023


On 7 December 2023 at 20:58, María Olga Viedma Sillero wrote:
| I receive the same note after fixing it, removing it, and checking Authors using R. I think the rejection is a false positive.
| 
| Flavor: r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64
| Check: CRAN incoming feasibility, Result: NOTE
|   Maintainer: 'Olga Viedma <olga.viedma using uclm.es<mailto:olga.viedma using uclm.es>>'
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Compare that with the other 20500 CRAN packages (you can look at all of them
conveniently via https://github.com/cran/) -- your format differs. Instead of

  Authors using R: c(person("Olga", "Viedma", email = "olga.viedma using uclm.es<mailto:olga.viedma using uclm.es>", role = c("aut", "cph", "cre")),
               person("Carlos Alberto", "Silva", email = "c.silva using ufl.edu<mailto:c.silva using ufl.edu>", role = c("aut", "cph")),
               person("Jose Manuel", "Moreno", email = "JoseM.Moreno using uclm.es<mailto:JoseM.Moreno using uclm.es>", role = c("aut", "cph")))

write

  Authors using R: c(person("Olga", "Viedma", email = "olga.viedma using uclm.es", role = c("aut", "cph", "cre")),
              person("Carlos Alberto", "Silva", email = "c.silva using ufl.edu", role = c("aut", "cph")),
              person("Jose Manuel", "Moreno", email = "JoseM.Moreno using uclm.es", role = c("aut", "cph")))

ie remove the <mailto:...> part.

Hth, Dirk

-- 
dirk.eddelbuettel.com | @eddelbuettel | edd using debian.org



More information about the R-package-devel mailing list