R/globals.R

globalVariables(
  unique(c(
    "name", "sha", "target", "tag.name", "tag.message", "pattern", "order", ".",
    "pattern_numeric",
    # each_pattern()
    "link_pattern", "data", "pattern.content",
    # get_commit_pattern
    "pattern_extract", "pattern.title", "pattern.content.orig",
    # nest_commits_by_pattern
    "pattern.content", "pattern.type", "text_link", "message_link.type",
    # get_info
    "filepath",
    # get_last_modif
    "filepath",
    # present_files
    "in_repository", "first_modif", "last_modif"
  ))
)

Try the gitdown package in your browser

Any scripts or data that you put into this service are public.

gitdown documentation built on March 18, 2022, 6:01 p.m.