diff --git a/.Rbuildignore b/.Rbuildignore index 2a3702c..42114f6 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -14,3 +14,4 @@ languages_by_source.xlsx ^pkgdown/ ^\.lintr$ ^revdep/ +^CRAN-RELEASE$ diff --git a/DESCRIPTION b/DESCRIPTION index 0d2eed6..7299dd6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,8 +2,8 @@ Package: stopwords Type: Package Title: Multilingual Stopword Lists Version: 1.0 -Authors@R: c(person("Kenneth", "Benoit", email = "kbenoit@lse.ac.uk", role = "aut"), - person("David", "Muhr", email = "muhrdavid+github@gmail.com", role = c("aut", "cre")), +Authors@R: c(person("Kenneth", "Benoit", email = "kbenoit@lse.ac.uk", role = c("aut", "cre")), + person("David", "Muhr", email = "muhrdavid+github@gmail.com", role = "aut"), person("Kohei", "Watanabe", email = "watanabe.kohei@gmail.com", role = "aut")) Description: Provides multiple sources of stopwords, for use in text analysis and natural language processing. License: MIT + file LICENSE @@ -17,8 +17,8 @@ Suggests: quanteda, spelling, testthat -URL: https://github.com/davnn/stopwords -BugReports: https://github.com/davnn/stopwords/issues +URL: https://github.com/quanteda/stopwords +BugReports: https://github.com/quanteda/stopwords/issues Encoding: UTF-8 LazyData: true Language: en-GB