Proposes completions for a DESCRIPTION file.
completeDescription(file, row, column, text = readLines(file),
author = getOption("svTools.description.author"))
a DESCRIPTION file to complete.
line in the file where the cursor is located.
column in the file where the cursor is located.
text to complete.
how to complete Author fields. The default value looks for the "svTools.description.author" option.
A list with the following items:
logical indicating if there actually are completions.
character matrix. The first column gives the completion, the second a description.
token that is being completed.
type of results, can be \"package\", \"fields", \"other\".
Writing R extensions defines what should be in a DESCRIPTION file