В Thu, 16 May 2024 16:01:45 +0000
Zeinab Mashreghi <z.mashre...@uwinnipeg.ca> пишет:

> checking HTML version of manual ... NOTE
> Found the following HTML validation problems:
> All.data.html:4:1 (All.data.Rd:10): Warning: <link> inserting "type"
> attribute
> All.data.html:12:1 (All.data.Rd:10): Warning: <script> proprietary
> attribute "onload"

Are you using an Apple computer? R relies on a program called "tidy" to
verify the generated HTML documentation. macOS comes with an old
version of "tidy" [*] that doesn't support the HTML5 attributes used by
R, which results in these NOTEs. You didn't get them on CRAN, so feel
free to ignore them.

If you run tidy -v or tidy --version, what does it say?

-- 
Best regards,
Ivan

[*]
https://cran.r-project.org/doc/manuals/R-exts.html#FOOT57
https://stat.ethz.ch/pipermail/r-devel/2023-August/082763.html

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

Reply via email to