Skip to content

Commit

Permalink
Fix a URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Oct 5, 2023
1 parent 3a03ed5 commit e25bfdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ If your system does not provide standard dictionaries you need to download them
- [titoBouzout](https://github.com/titoBouzout/Dictionaries)
- [wooorm](https://github.com/wooorm/dictionaries)

On OS-X it is [recommended](https://github.com/Homebrew/homebrew-core/blob/master/Formula/hunspell.rb#L38-L47) to put the files in `~/Library/Spelling/` or `/Library/Spelling/`. However you can also put them in your project working directory, or any of the other standard locations. If you wish to store your dictionaries somewhere else, you can make hunspell find them by setting the `DICPATH` environment variable. The `hunspell:::dicpath()` shows which locations your system searches:
On OS-X it is [recommended](https://github.com/Homebrew/homebrew-core/blob/master/Formula/h/hunspell.rb#L40-L48) to put the files in `~/Library/Spelling/` or `/Library/Spelling/`. However you can also put them in your project working directory, or any of the other standard locations. If you wish to store your dictionaries somewhere else, you can make hunspell find them by setting the `DICPATH` environment variable. The `hunspell:::dicpath()` shows which locations your system searches:

```{r}
Sys.setenv(DICPATH = "/my/custom/hunspell/dir")
Expand Down

0 comments on commit e25bfdf

Please sign in to comment.