R/globals.R

globalVariables(
  unique(
    c(
      "is_importfrom", "importfrom_function", "is_global_variable",
      "is_function", "notes", "variable", ".",
      # print_globals:
      "fun", "text",
      # find_missing_tags
      "return_value", "has_export", "has_return", "not_empty_return_value", "has_nord",
      "filename", "id", "rdname_value", "topic",
      # get_notes
      "filepath"
    )
  )
)

Try the checkhelper package in your browser

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

checkhelper documentation built on May 29, 2024, 1:17 a.m.