You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Often, issue comments consist of a short summary, like the one provided in desc, followed by a longer description and instructions on remediation. To minmize needless repetition, consider allowing the contents of desc to be available in comment via {glue}. For example:
susoreview::create_issue(
df = attribs,
vars = "var1",
where = var1 == 0,
type = 1,
desc = "Short description of issue",
comment = "ERROR: {desc}. Longer issue description. Instructions on what to do."
)
Often, issue comments consist of a short summary, like the one provided in
desc
, followed by a longer description and instructions on remediation. To minmize needless repetition, consider allowing the contents ofdesc
to be available incomment
via {glue}. For example:See code here.
The text was updated successfully, but these errors were encountered: