Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

averissimo
Copy link
Contributor

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

  • Supports reading a package DESCRIPTION and attempts to install each dependency independently
    • Using the declared version
  • Finds first version of package that builds successfully by iterating over versions from CRAN archive
    • both from the initial version or with a version rule (>= 2.0)

Base automatically changed from training-cleanup to training August 28, 2023 13:48
Base automatically changed from training to main August 30, 2023 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant