I'm developing an R package to be uploaded to CRAN and I keep getting a NOTE when I run
devtools::check_rhub()
The results I'm getting are:
> On fedora-clang-devel (r-devel)
checking HTML version of manual . . . NOTE
Skippping checking HTML validation: no command 'tidy' found
I keep trying to fix it but I'm not sure of where the problem is... also, it runs fine on Windows and Ubuntu.
Does anyone know what I should do? Or is it possible that CRAN will ignore this note?
Thanks in advance.
I tried fixing it by checking for any HTML code that I had, but deleted those.
I tried updating HTML Tidy on my macOS to the newest version, but also nothing changed.
I expect to figure out how to solve this.