Closed ecologicaltools closed 6 months ago
I received the same message on a Debian system and solved it by installing the tidy
package using the package manager.
I received the same message on Windows, but when I try to install tidy.
install.packages("tidy") Installing package into ‘C:/R/win-library/4.3’ (as ‘lib’ is unspecified) Warning in install.packages : package ‘tidy’ is not available for this version of R
OK, so tidy
is not an R package but a standalone tool (a HTML/XML syntax checker and reformatter, it seems). On linux I could install it from package manager, I think on Windows you will have to download and install it manually, maybe from here? https://www.html-tidy.org/#homepage19700601get_tidy
This issue is about the previous R-hub system, it does not apply to the new system, so I am closing it now. Please see https://r-hub.github.io/rhub/ for the new system, R-hub v2.
Hello,
I keep getting the same note whenever I run it on Fedora, as follows:
*checking HTML version of manual ... NOTE Skipping checking HTML validation: no command 'tidy' found
I have downloaded the latest HTML Tidy version on my mac, I have set the path and the environmental variable to properly read R_TIDYCMD, however, it still not working.
I'm trying to understand what it means so I can fix it, however, I haven't been able to sort this one out.
Could someone help me please?
Thanks in advance.