insightsengineering / verdepcheck

An R package that tests your R package against the min/max versions of specified dependencies
https://insightsengineering.github.io/verdepcheck/
Other
6 stars 0 forks source link

New feature: Building individual package tree from each dep (in sandbox) #29

Open averissimo opened 1 year ago

averissimo commented 1 year ago

Goal of functions: ensure that individual dependencies build for the declared versions (it does not perform any checks on the parent package)

This could be added as an auxiliary strategy, I didn't went all in without first start a discussion

Overview of changes

Useful code I developed to find out minimal version that builds successfully