Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for spell checking roxygen comments #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 7, 2017

  1. Add support for spell checking roxygen comments

    `roxygen2::parse_file()` parses the roxygen comments
    in each file. Text from relevant tags is then searched for spelling
    errors with `hunspell::hunspell()` to find misspelled words. Because
    roxygen does not store the original positions of parsed tags we then
    need to find the misspelled word locations in the original roxygen
    comment lines of the source. This is done by `find_word_positions()`.
    jimhester committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    46cf627 View commit details
    Browse the repository at this point in the history