File: spelling.R

package info (click to toggle)
r-cran-readr 2.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,688 kB
  • sloc: cpp: 4,020; ansic: 1,811; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 153 bytes parent folder | download
1
2
3
4
5
6
7
if (requireNamespace("spelling", quietly = TRUE)) {
  spelling::spell_check_test(
    vignettes = TRUE,
    error = FALSE,
    skip_on_cran = TRUE
  )
}