Skip to content

Commit

Permalink
Setup spell checker
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed May 10, 2018
1 parent 35d2098 commit 54de940
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
11 changes: 7 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
Package: writexl
Type: Package
Title: Export Data Frames to 'xlsx' Format
Title: Export Data Frames to Excel 'xlsx' Format
Version: 1.0
Authors@R: c(
person("Jeroen", "Ooms", ,"[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4035-0289")),
person("John McNamara", role = "cph",
comment = "Author of libxlsxwriter (see AUTHORS and COPYRIGHT files for details)"))
Description: Portable, light-weight data frame to 'xlsx' exporter based on 'libxlsxwriter'.
No 'Java' or 'Excel' required.
Description: Zero-dependency and data frame to xlsx exporter based on 'libxlsxwriter'.
Fast and no Java or Excel required.
License: BSD_2_clause + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/ropensci/writexl (devel), https://libxlsxwriter.github.io (upstream)
BugReports: https://github.com/ropensci/writexl/issues
RoxygenNote: 6.0.1
Suggests: readxl,
Suggests:
spelling,
readxl,
nycflights13,
testthat
Language: en-US
1 change: 1 addition & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
xlsx
1 change: 1 addition & 0 deletions tests/spelling.R
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
spelling::spell_check_test(vignettes = TRUE, error = FALSE)

0 comments on commit 54de940

Please sign in to comment.