insightsengineering / thevalidatoR

Github Action that generates R Package Validation documentation 🏁
https://github.com/marketplace/actions/r-package-validation-report
MIT License
57 stars 5 forks source link

New docker image (tidyverse:4.1.1) is missing libraries #24

Closed epijim closed 3 years ago

epijim commented 3 years ago

can't install rbmi as system lib is missing

image

how can we dynamically manage system dependencies?

epijim commented 3 years ago

Could we let users inject apt-get packages into the environment? layer on top of the image directly? or should they be able to change the container this action runs on?

cicdguy commented 3 years ago

Reverted to use verse, which has a comprehensive set of dependencies installed on it. Resolved via this PR: https://github.com/insightsengineering/thevalidatoR/pull/25

epijim commented 3 years ago

thanks Dinakar!