Skip to content

Commit

Permalink
Add spelling check
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobkap committed Jan 16, 2019
1 parent 5120c46 commit 5ac5a69
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
8 changes: 5 additions & 3 deletions DESCRIPTION
Expand Up @@ -5,7 +5,6 @@ Authors@R: person("Jacob", "Kaplan", email = "jkkaplan6@gmail.com", role = c("au
Description: Download daily box office information (how much each movie earned
in theaters) using data from either Box Office Mojo (<http://www.boxofficemojo.com/>) or
The Numbers (<http://www.the-numbers.com/>).
Depends:
Imports:
rvest,
httr,
Expand All @@ -14,8 +13,11 @@ License: GPL
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Suggests: testthat,
Suggests:
testthat,
knitr,
covr,
rmarkdown
rmarkdown,
spelling
VignetteBuilder: knitr
Language: en-US
12 changes: 12 additions & 0 deletions inst/WORDLIST
@@ -0,0 +1,12 @@
american
AppVeyor
boxofficemojo
com's
hrbrmstr
http
https
mojo
Mojo
th
webscraping
www
3 changes: 3 additions & 0 deletions tests/spelling.R
@@ -0,0 +1,3 @@
if(requireNamespace('spelling', quietly = TRUE))
spelling::spell_check_test(vignettes = TRUE, error = FALSE,
skip_on_cran = TRUE)

0 comments on commit 5ac5a69

Please sign in to comment.