-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
32 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,15 +3,42 @@ | |
This is a resubmission. In this version, we have: | ||
|
||
* Fixed the URLs in the DESCRIPTION file. | ||
* Added a new file ([WORDLIST](inst%2FWORDLIST)) to allow custom words | ||
* Added a new file ([WORDLIST](inst/WORDLIST)) to allow custom words | ||
|
||
|
||
## Test environments | ||
|
||
- R-hub windows-x86_64-devel (r-devel) | ||
- R-hub ubuntu-gcc-release (r-release) | ||
- R-hub fedora-clang-devel (r-devel) | ||
|
||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 0 note | ||
❯ On ubuntu-gcc-release (r-release) | ||
checking CRAN incoming feasibility ... NOTE | ||
Maintainer: ‘Celine Souchet <[email protected]>’ | ||
|
||
New submission | ||
|
||
Possibly misspelled words in DESCRIPTION: | ||
bpmn (7:182) | ||
BPMN (3:44, 7:66) | ||
TypeScript (7:201) | ||
|
||
❯ On fedora-clang-devel (r-devel) | ||
checking CRAN incoming feasibility ... [5s/16s] NOTE | ||
Maintainer: ‘Celine Souchet <[email protected]>’ | ||
|
||
New submission | ||
|
||
Possibly misspelled words in DESCRIPTION: | ||
BPMN (3:44, 7:66) | ||
TypeScript (7:201) | ||
bpmn (7:182) | ||
|
||
❯ On fedora-clang-devel (r-devel) | ||
checking HTML version of manual ... NOTE | ||
Skipping checking HTML validation: no command 'tidy' found | ||
|
||
0 errors ✔ | 0 warnings ✔ | 3 notes ✖ | ||
|
||
## Reply from CRAN for the last submission | ||
|
||
|
@@ -21,4 +48,4 @@ This is a resubmission. In this version, we have: | |
> bpmn (7:182) | ||
|
||
These words are spelled correctly. They have been added to the [WORDLIST](inst%2FWORDLIST) file. | ||
These words are spelled correctly. They have been added to the [WORDLIST](inst/WORDLIST) file. |