From 602a5ea576183c005ce0eda381c473f77999bff3 Mon Sep 17 00:00:00 2001 From: James J Balamuta Date: Wed, 4 Sep 2024 00:37:31 -0700 Subject: [PATCH] Add notes on DESCRIPTION --- cran-comments.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cran-comments.md b/cran-comments.md index 858617d..da4aa5e 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -3,3 +3,9 @@ 0 errors | 0 warnings | 1 note * This is a new release. +* There are two words in the DESCRIPTION file being picked up as misspelled + when they are not. The words are: + Stefanski (10:5), which is the last name of the author of the algorithm. + Sur (9:40), which is part of the name of the paper describing the algorithm. + Both are spelled correctly and were added to the inst/WORDLIST file to + prevent them from being flagged as misspelled in the future.