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

[Feature Request]: Display the snapshot date used during min_cohort #58

Open
2 tasks done
donyunardi opened this issue Aug 29, 2024 · 2 comments
Open
2 tasks done
Labels
enhancement New feature or request

Comments

@donyunardi
Copy link

Feature description

min_cohort - find maximum date of directly dependent packages release dates and use that as PPM snapshot date for dependency resolve.

It would be nice to print out the maximum date used for the workflow.

Code of Conduct

  • I agree to follow this project's Code of Conduct.

Contribution Guidelines

  • I agree to follow this project's Contribution Guidelines.
@donyunardi donyunardi added the enhancement New feature or request label Aug 29, 2024
@donyunardi donyunardi changed the title [Feature Request]: Display snapshot date for min_cohort [Feature Request]: Display the snapshot date used during min_cohort Aug 29, 2024
@donyunardi
Copy link
Author

donyunardi commented Aug 29, 2024

This line:

ppm_repo <- get_ppm_snapshot_by_date(max_release_date + 1)

@pawelru
Copy link
Contributor

pawelru commented Sep 23, 2024

This is a part of the config and could be accessed via x$get_config()$get("cran_mirror"). This is also printed by the action here and looks like this.

image

Does that address your need @donyunardi?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants