Skip to content

Commit

Permalink
Rm shortlink (#33)
Browse files Browse the repository at this point in the history
* Update check-files.R

* Update README.md

* Update spell-check.R
  • Loading branch information
maelle authored and jeroen committed May 27, 2019
1 parent cae8512 commit 04ba5cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/check-files.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#' supported.
#'
#' For more information about the underlying spelling engine, see the
#' [hunspell package](https://bit.ly/2EquLKy).
#' [hunspell package](https://docs.ropensci.org/hunspell/articles/intro.html#hunspell-dictionaries).
#'
#' @rdname spell_check_files
#' @family spelling
Expand Down
2 changes: 1 addition & 1 deletion R/spell-check.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#' `readme.md`) and package `vignettes` folder.
#' @param use_wordlist ignore words in the package [WORDLIST][get_wordlist] file
#' @param lang set `Language` field in `DESCRIPTION` e.g. `"en-US"` or `"en-GB"`.
#' For supporting other languages, see the [hunspell vignette](https://bit.ly/2EquLKy).
#' For supporting other languages, see the [hunspell vignette](https://docs.ropensci.org/hunspell/articles/intro.html#hunspell-dictionaries).
spell_check_package <- function(pkg = ".", vignettes = TRUE, use_wordlist = TRUE){
# Get package info
pkg <- as_package(pkg)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spell_check_files('README.md', lang = 'en_US')
```

For more information about the underlying spelling engine and how to add
support for other languages, see the [hunspell package](https://bit.ly/2EquLKy).
support for other languages, see the [hunspell package](https://docs.ropensci.org/hunspell/articles/intro.html#hunspell-dictionaries).

![screenshot](https://jeroen.github.io/images/rs-hunspell.png)

Expand Down

0 comments on commit 04ba5cb

Please sign in to comment.