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@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.vie...@uclm.es<mailto:olga.vie...@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@R: c(person("Olga", "Viedma", email = 
"olga.vie...@uclm.es<mailto:olga.vie...@uclm.es>", role = c("aut", "cph", 
"cre")),
               person("Carlos Alberto", "Silva", email = 
"c.si...@ufl.edu<mailto:c.si...@ufl.edu>", role = c("aut", "cph")),
               person("Jose Manuel", "Moreno", email = 
"josem.mor...@uclm.es<mailto:josem.mor...@uclm.es>", role = c("aut", "cph")))

write

  Authors@R: c(person("Olga", "Viedma", email = "olga.vie...@uclm.es", role = 
c("aut", "cph", "cre")),
              person("Carlos Alberto", "Silva", email = "c.si...@ufl.edu", role 
= c("aut", "cph")),
              person("Jose Manuel", "Moreno", email = "josem.mor...@uclm.es", 
role = c("aut", "cph")))

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

Hth, Dirk

-- 
dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org

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

Reply via email to