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

Support suggests field of standalone files #2071

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

Conversation

eitsupi
Copy link

@eitsupi eitsupi commented Oct 8, 2024

Close #2067

@eitsupi eitsupi changed the title Support suggests field of standalone file Support suggests field of standalone files Oct 8, 2024
ver <- pkgs$ver
}
ui_silence(
use_package(pkgs$pkg, min_version = ver, type = type)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
use_package(pkgs$pkg, min_version = ver, type = type)
use_dependency(pkgs$pkg, min_version = ver, type = type, allow_decrease = FALSE)

If #2077 gets merged

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.

Add support for suggests field in standalone files
2 participants