phuse-org / valtools

Validation framework for R packages used in clinical research and drug development.
https://phuse-org.github.io/valtools/
Other
51 stars 10 forks source link

vt_scrape_val_env & suggested packages #129

Closed thebioengineer closed 3 years ago

thebioengineer commented 3 years ago

vt_scrape_val_env assumes that all packages listed in the dependencies (depends, imports and suggests) are installed. while this does hold true for packages that are being built to be validated, but this breaks down when intending to validate an external package.

Suggestion would be to modify the assumptions, and it should be acceptable to not get the package version for the "suggested" packages when doing an install on an external package - functionality might not be necessary.

mariev commented 3 years ago

closed via #132