We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 368dbb7 commit 0316746Copy full SHA for 0316746
R/spell-check.R
@@ -29,7 +29,7 @@
29
#' `readme.md`) and package `vignettes` folder.
30
#' @param use_wordlist ignore words in the package [WORDLIST][get_wordlist] file
31
#' @param lang set `Language` field in `DESCRIPTION` e.g. `"en-US"` or `"en-GB"`.
32
-#' 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).
33
spell_check_package <- function(pkg = ".", vignettes = TRUE, use_wordlist = TRUE){
34
# Get package info
35
pkg <- as_package(pkg)
0 commit comments