hubverse-org / hubValidations

Testing framework for hubverse hub validations
https://hubverse-org.github.io/hubValidations/
Other
1 stars 4 forks source link

Develop mechanism for managing custom function additional dependencies #22

Open annakrystalli opened 1 year ago

annakrystalli commented 1 year ago

We will need a method for users to:

This also has implications with respect to #20

annakrystalli commented 10 months ago

Using hub validation workflow version in this PR allows for specifying additional dependencies (such as packages required by custom validation functions) through setup-r-dependencies argument extra-packages.

However, this does not automate local installation of extra packages for when teams want to perform local validation testing prior to submission.