From 1559273a3249822c3fbb1a9bbb054940376e29ec Mon Sep 17 00:00:00 2001 From: kbenoit Date: Tue, 9 Feb 2021 17:51:39 +0000 Subject: [PATCH] Fix wordlist, remove vestige usethis template --- .Rbuildignore | 1 + inst/WORDLIST | 2 +- inst/templates/stopwords.R | 10 ---------- 3 files changed, 2 insertions(+), 11 deletions(-) delete mode 100644 inst/templates/stopwords.R diff --git a/.Rbuildignore b/.Rbuildignore index 42114f6..37747e2 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -15,3 +15,4 @@ languages_by_source.xlsx ^\.lintr$ ^revdep/ ^CRAN-RELEASE$ +^\.github/ diff --git a/inst/WORDLIST b/inst/WORDLIST index 13d5865..fafafc1 100644 --- a/inst/WORDLIST +++ b/inst/WORDLIST @@ -19,6 +19,7 @@ baiduguide bg bn br +codecov com cs el @@ -51,7 +52,6 @@ perseus pl quanteda ro -roxygen ru sk sl diff --git a/inst/templates/stopwords.R b/inst/templates/stopwords.R deleted file mode 100644 index fc8cd85..0000000 --- a/inst/templates/stopwords.R +++ /dev/null @@ -1,10 +0,0 @@ -#' Stopwords -#' -#' @description -#' Return a character vector of stopwords. -#' See \code{stopwords::\link[stopwords:stopwords]{stopwords()}} for details. -#' @usage stopwords(language = "en", source = "snowball") -#' @name stopwords -#' @importFrom stopwords stopwords -#' @export -NULL