Skip to content

R CMD check "HTML version of manual" NOTE/Warnings

1 message · Brian Ripley

#
To round this off, R-patched has the NEWS item

     ? Setting environment variable _R_CHECK_RD_VALIDATE_RD2HTML_ to a
       false value will override R CMD check --as-cran and turn off HTML
       validation.  This provides a way to circumvent a problematic
       tidy.

       The 2006 version that ships with macOS is always skipped.

and R-admin now says

R CMD check --as-cran also makes use of ?HTML Tidy?. macOS has a version 
in /usr/bin/tidy dating from 2006 which is far too old and is skipped. 
Up-to-date versions can be installed from http://binaries.html-tidy.org/.

The current version there is 5.8.0, later than Debian's 5.6.0 used in 
developing this and detecting further issues in Rd2HTML that have since 
been addressed.

So the simplest thing for someone wanting to do an -as-cran check is to 
install html-tidy 5.8.0.

Unfortunately there is nothing we can do about 4.2.0.
On 26/04/2022 16:22, Prof Brian Ripley wrote: