Skip to content

Commit 14e7dee

Browse files
committed
Test if this works
1 parent 33ba5aa commit 14e7dee

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

.aspell/WORDLIST.rds

58 Bytes
Binary file not shown.

.aspell/defaults.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Rd_files <- vignettes <- R_files <- description <- list(
2+
ignore = readLines(file.path(dir, 'inst', 'WORDLIST'))
3+
)

DESCRIPTION

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Package: toml
22
Type: Package
3-
Title: Read, Write, and Modify TOML files
3+
Title: Read, Write, and Modify TOML Files
44
Version: 0.1.0
55
Authors@R: person("Jeroen", "Ooms", email = "jeroenooms@gmail.com", role = c("aut", "cre"))
6-
Description: Simple toolkit for parsing and generating TOML text. Based on
7-
tomledit which allows for modifying toml while preserving order, comments,
8-
and whitespace.
6+
Description: Simple toolkit for working with TOML text. Based on tomledit which
7+
allows for modifying TOML while preserving order, comments,and whitespace.
98
License: MIT + file LICENSE
109
Encoding: UTF-8
1110
Imports:
1211
jsonlite,
1312
V8 (>= 8.0.1)
13+
BugReports: https://github.com/jeroen/toml/issues
1414
RoxygenNote: 7.3.2
1515
Roxygen: list(markdown = TRUE)

inst/WORDLIST

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
WebAssembly
2+
WebR
3+
js
4+
json
5+
tomledit
6+
TOML

0 commit comments

Comments
 (0)