You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Depending on the RedHat version it should use either yum or dnf instead of <install> - Nit-pickingly one even could consider clubbing all the lines together in one yum/dnf call like yum install -y cmake gdal gdal-devel....
With the latest release of
renv
I getDepending on the RedHat version it should use either
yum
ordnf
instead of<install>
- Nit-pickingly one even could consider clubbing all the lines together in oneyum
/dnf
call likeyum install -y cmake gdal gdal-devel....
On a related note:
sysreqs
at the moment does not consider anypre_install
orpost_install
scripts (cf. https://github.com/rstudio/r-system-requirements/blob/fb86c68dcfd51a80034dcad925bdf7660cfc2bd2/rules/libwebp.json#L57-L61)The text was updated successfully, but these errors were encountered: