Skip to content

Conversation

eitsupi
Copy link

@eitsupi eitsupi commented Oct 8, 2024

Close #2067

@eitsupi eitsupi force-pushed the standalone-suggests branch from ad25fe9 to 9736b9b Compare October 8, 2024 13:24
@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