wellspell.addin icon indicating copy to clipboard operation
wellspell.addin copied to clipboard

R Package - Quick Spellcheck Addin for RStudio

Results 10 wellspell.addin issues
Sort by recently updated
recently updated
newest added

Hi all, This is a very useful package specially for nonative english spekers! Many thanks to the contributors! I just installed the packages and dependencies as suggested. The `wellspell.addin:::gramcheck()` functions...

When using [visual markdown mode](https://blog.rstudio.com/2020/09/30/rstudio-v1-4-preview-visual-markdown-editing/) on Rstudio version 1.4, the addin does not work.

When automatic line wrapping is activated, as described [here](https://rstudio.github.io/visual-markdown-editing/#/markdown?id=line-wrapping), gramcheck function will mark two mistakes in every line: "This sentence does not star with an uppercase letter" and "Please add...

A grammar checker for RStudio (especially with knitr) would be extremely helpful. Thank you very much.

Non-informative message/output if both 'hunspell' and 'LanguageToolR' are missing. ```r > wellspell.addin:::gramcheck() Listening on http://127.0.0.1:7446 Warning: Error in if: argument is of length zero 81: observeEventHandler [D:/r/wellspell.addin/R/wellspell_config.R#245] 10: shiny::runApp 9:...

Now **wellspell.addin** requires the documents to be saved on a hard drive before using the tool: ```r "Unknown source file path. Is the file where you apply 'wellspell' saved?" ```...

The increase of activity in this repo justifies automatic checks. This should be combined with unit tests, but these might be difficult to design for this package.

When I try to open "welspell_config" window, on my PC it takes several seconds to open. Sometimes I start doubting if I even pressed the hot-key combination to open the...

Update the way how RStudio API preferences are accessed. Related to functions `.rs.readUiPref()` and `.rs.writeUiPref()`. More details are in #11 and https://github.com/nevrome/wellspell.addin/pull/11#issuecomment-526949341.

RStudio uses user-friendly names of languages/dictionaries: ![image](https://user-images.githubusercontent.com/12725868/64082140-4065d900-cd13-11e9-882b-cebaf9365fcb.png) Is it possible to use more user-firendly dictionary names for both spellcheking and grammar checking in this addin?