r-hub / rhub-linux-builders

Docker configuration for the R-hub Linux builders
GNU General Public License v2.0
23 stars 13 forks source link

Tidy on Ubuntu #71

Closed bburns632 closed 7 months ago

bburns632 commented 7 months ago

Similar to #64 from @jameslamb (which added Tidy to Debian), this PR adds Tidy to Ubuntu. I am receiving the note with R CMD Check on Ubuntu image runs in Github Actions CICD for ({pkgnet}).

* using R version 4.3.3 (2024-02-29)
* using platform: x86_64-pc-linux-gnu (64-bit)
* R was compiled by
    gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
    GNU Fortran (Ubuntu 11.4.0-1ubuntu1~[22](https://github.com/uptake/pkgnet/actions/runs/8560747421/job/23460433115#step:7:23).04) 11.4.0
* running under: Ubuntu 22.04.4 LTS
* using session charset: UTF-8
* using option ‘--as-cran’
[...]
* checking HTML version of manual ... NOTE
Skipping checking HTML validation: no command 'tidy' found

This PR should resolve that NOTE.

gaborcsardi commented 7 months ago

Please consider using the Docker images at https://github.com/r-hub/containers, these images will stop updating soon.

EDIT: actually, they haven't updated for 4 months now...