ropensci/spelling

Name: spelling

Owner: rOpenSci

Description: Tools for Spell Checking in R

Created: 2017-08-25 11:59:13.0

Updated: 2018-01-15 15:57:41.0

Pushed: 2018-01-15 15:57:26.0

Homepage: null

Size: 67

Language: R

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

spelling

Build Status AppVeyor Build Status Coverage Status CRAN_Status_Badge CRAN RStudio mirror downloads

Tools for Spell Checking in R

Spell checking common document formats including latex, markdown, manual pages, and description files. Includes utilities to spell automate spell checking R package documentation and vignettes as a unit test during CMD check.

Installation
ools::install_github("ropensci/spelling")
Getting started

Spell check documentation, description and vignettes of a package:

l_check_package("~/workspace/V8")
WORD          FOUND IN
MA          V8.Rd:16, description:2,4
scripten    description:5
mlwidgets   JS.Rd:16
ON          V8.Rd:33,38,39,57,58,59,121
onlite      V8.Rd:42
ms          V8.Rd:41,121
            description:3
e           JS.Rd:26
hui         JS.Rd:26

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.