gitextract_4xsqdf0n/ ├── .Rbuildignore ├── .github/ │ ├── ISSUE_TEMPLATE/ │ │ └── bug_report.md │ ├── ISSUE_TEMPLATE.md │ └── workflows/ │ └── R-CMD-check.yaml ├── .gitignore ├── .travis.yml ├── CONDUCT.md ├── CONTRIBUTING.md ├── DESCRIPTION ├── LICENSE ├── NAMESPACE ├── NEWS.md ├── R/ │ ├── hello.R │ └── utils.R ├── README.Rmd ├── README.md ├── codecov.yml ├── inst/ │ └── rstudio/ │ └── addins.dcf ├── man/ │ ├── text_stats.Rd │ └── wordcountaddin.Rd ├── tests/ │ ├── testthat/ │ │ ├── test_wordcountaddin.R │ │ ├── test_wordcountaddin.Rmd │ │ └── test_wordcountaddin.docx │ └── testthat.R └── wordcountaddin.Rproj