Identifies and removes redundant warnings where the warning message duplicates information already provided in suggestions. Helps clean up verbose output by preferring actionable suggestions over warnings.
deduplicate_warnings_suggestions(
warnings,
suggestions,
similarity_threshold = 0.7
)List with cleaned warnings and suggestions
Character vector of warning messages
Character vector of suggestion messages
Similarity threshold for detecting duplicates (0-1)